]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20110702
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index c1a3665c3e2452b6a84fce20bb5dc1b676bb8769..d2d0739ee8a1a3c9c9af672d889a9e1fb5ce2a87 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.1726 2011/06/25 21:20:22 tom Exp $
+-- $Id: NEWS,v 1.1731 2011/07/02 21:05:53 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,21 @@ 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.
 
+20110702
+       + add workaround from xterm #271 changes to ensure that compiler flags
+         are not used in the $CC variable.
+       + improve support for shared libraries, tested with AIX 5.3, 6.1 and
+         7.1 with both gcc 4.2.4 and cc.
+       + modify configure checks for AIX to include release 7.x
+       + add loader flags/libraries to libtool options so that dynamic loading
+         works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
+         at gentoo prefix repository (patch by Michael Haubenwallner).
+
+20110626
+       + move include of nc_termios.h out of term_entry.h, since the latter
+         is installed, e.g., for tack while the former is not (report by
+         Sven Joachim).
+
 20110625
        + improve cleanup() function in lib_tstp.c, using _exit() rather than
          exit() and checking for SIGTERM rather than SIGQUIT (prompted by