]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20141115
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index bf9b1ae70d8c23edc8654443ff66d99292b186d3..a01c05a9a8190908bcaab7c09a4f7d197f392ff0 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.2295 2014/11/01 13:57:28 tom Exp $
+-- $Id: NEWS,v 1.2300 2014/11/16 00:46:19 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,16 @@ 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.
 
+20141115
+       + improve description of limits for color values and color pairs in
+         curs_color.3x (prompted by patch by Tim van der Molen).
+       + add VERSION file, using first field in that to record the ABI version
+         used for configure --with-libtool --disable-libtool-version
+       + add configure options for applying the ".map" and ".sym" files to
+         the ncurses, form, menu and panel libraries.
+       + add ".map" and ".sym" files to show exported symbols, e.g., for
+         symbol-versioning.
+
 20141101
        + improve strict compiler-warnings by adding a cast in TRACE_RETURN
          and making a new TRACE_RETURN1 macro for cases where the cast does