]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20110604
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 7b2b35e947d960aaef8fc8c3db743602e42699b6..7ea9f46ca29797bf871229f7c5751e884ead0ae5 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.1703 2011/05/14 21:49:54 tom Exp $
+-- $Id: NEWS,v 1.1709 2011/06/05 00:19:16 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,27 @@ 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.
 
+20110604
+       + fixes for MirBSD port:
+         + set default prefix to /usr.
+         + add support for shared libraries in configure script.
+         + use S_ISREG and S_ISDIR consistently, with fallback definitions.
+       + add a few more checks based on ncurses/link_test.
+       + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
+
+20110528
+       + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
+       + used ncurses/link_test to check for behavior when the terminal has
+         not been initialized and when an application passes null pointers
+         to the library.  Added checks to cover this (prompted by Redhat
+         #707344).
+       + modify MKlib_gen.sh to make its main() function call each function
+         with zero parameters, to help find inconsistent checking for null
+         pointers, etc.
+
+20110521
+       + fix warnings from clang 2.7 "--analyze"
+
 20110514
        + compiler-warning fixes in panel and progs.
        + modify CF_PKG_CONFIG macro, from changes to tin -TD