]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230218
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 1549de7967db3117af3a1ab11fd4f15b4cb37a0b..6162122d4a83f2ea6afea2c7b14c92d8bee3c799 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.3909 2023/02/11 23:24:11 tom Exp $
+-- $Id: NEWS,v 1.3911 2023/02/18 22:39:36 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,13 @@ 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.
 
+20230218
+       + configure-script improvements:
+         + recent msys2 headers work with _DEFAULT_SOURCE; amend check
+         + use $ac_includes_default in most cases where stdlib.h should work
+         + use #error consistently vs "make an error"
+         + add configure macro for gettimeofday vs inline check
+
 20230211
        + set dwShareMode in calls to CreateConsoleScreenBuffer() (patch by
          Hannes Domani).