]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20140209
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index f3d12bb221bfefbcb64c4eaa3f729ee2954518ae..f8739050cf8a77be9cf816b4d4dd0c5fbd61ba07 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.2161 2014/02/01 22:30:45 tom Exp $
+-- $Id: NEWS,v 1.2164 2014/02/10 00:39:46 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,12 @@ 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.
 
+20140209
+       + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
+         _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
+         has some header breakage due to its own predefinition of this symbol
+         (report by Jean-Pierre Flori, Sage #15796).
+
 20140201
        + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
          which "short" types are for color pairs and which are color values.