]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20141206
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index fa2fa53446ad2fda7221874fc7f72cc636c94be3..e68ad4ea85fd5c45c66ad083b3cbf160b72153b5 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.2303 2014/11/29 20:12:50 tom Exp $
+-- $Id: NEWS,v 1.2307 2014/12/06 23:03:44 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,17 @@ 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.
 
+20141206
+       + updated ".map" files so that each symbol that may be shared across
+         the different library configurations has the same label.  Some
+         review is needed to ensure these are really compatible.
+       + modify MKlib_gen.sh to work around change in development version of
+         gcc introduced here:
+                 https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
+                 https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
+         (reports by Marcus Shawcroft, Maohui Lei).
+       + improved configure macro CF_SUBDIR_PATH, from lynx changes.
+
 20141129
        + improved ".map" files by generating them with a script that builds
          ncurses with several related configurations and merges the results.