]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20130406
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 05ea4b7f286fa9a1ec3dd08bb9a600853064b6e8..7b2554030b953bf69200dadc1de8c2712a33f300 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.2038 2013/03/24 23:58:07 tom Exp $
+-- $Id: NEWS,v 1.2043 2013/04/06 23:48:25 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,18 @@ See the AUTHORS file for the corresponding full names.
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20130406
+       + improve parameter checking in copywin().
+       + modify configure script to work around OS X's "libtool" program, to
+         choose glibtool instead.  At the same time, chance the autoconf macro
+         to look for a "tool" rather than a "prog", to help with potential use
+         in cross-compiling.
+       + separate the rpath usage for c++ library from demo program
+         (Redhat #911540)
+       + update/correct header-dependencies in c++ makefile (report by Werner
+         Fink).
+       + add --with-cxx-shared to dpkg-script, as done for rpm-script.
+
 20130324
        + build-fix for libtool configuration (reports by Daniel Silva Ferreira
          and Roumen Petrov).