]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230415
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 964fb6438cd746859654ac37ee72a3373c7ae753..12e6674263f381fd4e49e1bc60efea31c090b607 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3929 2023/04/08 22:24:09 tom Exp $
+-- $Id: NEWS,v 1.3932 2023/04/15 20:08:13 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,17 @@ 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.
 
+20230415
+       + configure script fixes:
+         + fix copy/paste error in configure option --disable-root-access
+           (report/patch by Sven Joachim).
+         + modify CF_XOPEN_SOURCE macro's amend default case to avoid
+           undefining _XOPEN_SOURCE if _POSIX_C_SOURCE is defined.
+       + modify test_tparm to account for extended capabilities.
+       + add checks in tparm() and tiparm() for misuse of numeric parameters,
+         overlooked in 20230408.
+       + fix errata in clear.1 and curs_terminfo.3x
+
 20230408
        + document limitations of tparm, and error-returns in curs_terminfo.3x
        + document limitations of tgoto, and error-returns in curs_termcap.3x