]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20210828
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index c7e80d8df209fa7ceebfa76acf14cf956ba1e4d9..340df56cf1da75eab5991f490a90b484aeb6f36a 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.3698 2021/08/21 23:25:57 tom Exp $
+-- $Id: NEWS,v 1.3700 2021/08/28 22:32:19 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,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.
 
+20210828
+       + correct reversed check for --disable-root-environ (report/analysis
+         by Arnav Singh, cf: 20210626).
+       + apply gcc format attribute to prototypes which use a va_list
+         parameter rather than a "..." variable-length parameter list
+         (prompted by discussion in a tmux pull-request).
+       + modify configure scripts to filter out redefinitions of _XOPEN_SOURCE,
+         e.g., for NetBSD which generally supports 500, but 600 is needed for
+         ncursesw.
+       + improve documentation for tparm and static/dynamic variables.
+       + improve typography in terminfo.5 (patch by Branden Robinson).
+
 20210821
        + improve tparm implementation of %P and %g, more closely matching
          SVr4 terminfo.