]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.3 - patch 20221001
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 2fc4c83dcdb887d184f6800a0c03a318a7ece79f..71154b9346d4989a21c300fb1634b6d30dc4ec4e 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.3860 2022/09/24 20:40:35 tom Exp $
+-- $Id: NEWS,v 1.3862 2022/10/01 22:20:28 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,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.
 
+20221001
+       + modify configure/scripts to work around interference by GNU grep 3.8
+         (report by Sam James).
+       + update CF_XOPEN_SOURCE, adding variants "gnueabi" and "gnueabihf" to
+         get _DEFAULT_SOURCE special case (report by Adam Sampson)
+
 20220924
        + modify configure macro CF_BUILD_CC to check if the build-compiler
          works, rather than that it is different from the cross-compiler, e.g.,