]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20141206
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index a01c05a9a8190908bcaab7c09a4f7d197f392ff0..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.2300 2014/11/16 00:46:19 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,24 @@ 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.
+         A further refinement is planned, to make the tic- and tinfo-library
+         symbols use the same versions across each of the four configurations
+         which are represented (reports by Sven Joachim, Werner Fink).
+
 20141115
        + improve description of limits for color values and color pairs in
          curs_color.3x (prompted by patch by Tim van der Molen).