]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20090530
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 7d93054a7c2d78da0a01d2e97e42c2ff4d1e0c98..4da6e362465a7340655bdcad0fa6e2bd9d1b9628 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.1388 2009/05/17 00:20:31 tom Exp $
+-- $Id: NEWS,v 1.1392 2009/05/30 19:19:59 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,15 @@ 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.
 
+20090530
+       + fix an infinite recursion when adding a legacy-coding 8-bit value
+         using insch() (report by Clemens Ladisch).
+       + free home-terminfo string in del_curterm() (patch by Dan Weber).
+       + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
+
+20090523
+       + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
+
 20090516
        + work around antique BSD game's manipulation of stdscr, etc., versus
          SCREEN's copy of the pointer (Debian #528411).