]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20130928
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 35342b53db7a20934009c44d54e39787d11558a6..e114d40cf520bcd4aef5eb7cc92500c00f6c7e2e 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.2104 2013/09/21 20:41:37 tom Exp $
+-- $Id: NEWS,v 1.2109 2013/09/28 22:55:29 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,18 @@ 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.
 
+20130928
+       + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
+         it lacks some common functions such as use_env() which is not yet
+         addressed.
+       + build-fix and some compiler warning fixes for ncurses-examples with
+         OpenBSD 5.3
+       + fix a possible null-pointer reference in a trace message from newterm.
+       + quiet a few warnings from NetBSD 6.0 namespace pollution by
+         nonstandard popcount() function in standard strings.h header.
+       + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
+       + fix a few overlooked places for --enable-string-hacks option.
+
 20130921
        + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
        + build-fix for --with-shared option for DragonFly and FreeBSD (report