]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.3 - patch 20221015
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 1c0ee42b230945ef650bb6226ab50564b103adca..d387afe388d7474c2bc12089a3a70c77cc6fc334 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.3864 2022/10/08 16:50:03 tom Exp $
+-- $Id: NEWS,v 1.3868 2022/10/15 19:45:12 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.
 
+20221015
+       + fix another memory-leak in tic.
+       + update install-sh script from autoconf, to fix install problem for
+         Ada95 with Arch; as noted in
+         https://lists.gnu.org/archive/html/automake/2018-09/msg00005.html
+         there are unaddressed issues.
+       + update CF_XOPEN_SOURCE, adding GNU libc suffixes for abi64, abin32,
+         x32 (report by Sven Joachim):
+       + correct ifdef's for _nc_set_read_thread() (patch by Mikhail Korolev,
+         cf: 20220813).
+
 20221008
        + correct a switch-statement case in configure script to allow for test
          builds with ABI=7.