]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.6 - patch 20080920
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 4b2e48860fce633578b1753e53200503bba40bff..c8b86fad23e98cf926ddb44d53f17376c9f02e20 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.1288 2008/09/07 14:39:15 tom Exp $
+-- $Id: NEWS,v 1.1296 2008/09/20 21:45:57 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.
 
+20080920
+       + fix shared-library rules for cygwin with tic- and tinfo-libraries.
+       + fix a memory leak when failure to connect to GPM.
+       + correct check for notimeout() in wgetch() (report on linux.redhat
+         newsgroup by FurtiveBertie).
+       + add an example warning-suppression file for valgrind,
+         misc/ncurses.supp (based on example from Reuben Thomas)
+
+20080913
+       + change shared-library configuration for OpenBSD, make rpath work.
+       + build-fixes for using libutf8, e.g., on OpenBSD 3.7
+
 20080907
        + corrected fix for --enable-weak-symbols (report by Frederic L W
          Meunier).