]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20100306
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 848b45f960f2199887c1e6a0b9852417897c21a7..d240ab00830e638c5f677c7386410de09295efdb 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.1507 2010/02/27 21:51:12 tom Exp $
+-- $Id: NEWS,v 1.1509 2010/03/06 21:03:02 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,12 @@ 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.
 
+20100306
+       + generate manpages for the *-config scripts, adapted from help2man
+         (suggested by Sven Joachim).
+       + use va_copy() in _nc_printf_string() to avoid conflicting use of
+         va_list value in _nc_printf_length() (report by Wim Lewis).
+
 20100227
        + add Ada95/configure script, to use in tar-file created by
          Ada95/make-tar.sh