]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20110514
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index fbf1b5176a0172696e0f6901d91492538969ed3e..7b2b35e947d960aaef8fc8c3db743602e42699b6 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.1699 2011/05/07 19:51:09 tom Exp $
+-- $Id: NEWS,v 1.1703 2011/05/14 21:49:54 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.
 
+20110514
+       + compiler-warning fixes in panel and progs.
+       + modify CF_PKG_CONFIG macro, from changes to tin -TD
+       + modify CF_CURSES_FUNCS configure macro, used in test directory
+         configure script:
+         + work around (non-optimizer) bug in gcc 4.2.1 which caused
+           test-expression to be omitted from executable.
+         + force the linker to see a link-time expression of a symbol, to
+           help work around weak-symbol issues.
+
 20110507
        + update discussion of MKfallback.sh script in INSTALL; normally the
          script is used automatically via the configured makefiles.  However