]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230603
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 81a433adc7db151b0192f0ef4f29bb4c4ef101c4..c3506f058e1c90f794d7246a56b30d2c5e68e42d 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.3957 2023/05/27 20:09:50 tom Exp $
+-- $Id: NEWS,v 1.3959 2023/06/03 20:12:53 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,16 @@ 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.
 
+20230603
+       + add configure option --with-strip-program, to override program
+         chosen by the install program for stripping executables (prompted
+         by discussion with Aapo Rantalainen).
+       + fix typo in INSTALL (report/patch by Aapo Rantalainen).
+       + improve error-checks for isEILSEQ()
+       + increase MB_CUR_MAX to 16, matching glibc's MB_LEN_MAX.
+       + corrected mouse mask in test/testcurs.c
+       + improve thread lock in lib_trace.c
+
 20230527
        + fixes for compiler warnings/cppcheck.