]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20200531
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 031e4161c4baa221a70ddf50db187fe5c22e360d..07434fa20215374a351d359d714d5093d431939a 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.3486 2020/05/17 00:40:58 tom Exp $
+-- $Id: NEWS,v 1.3502 2020/05/31 19:41:31 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,39 @@ 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.
 
+20200531
+       + correct configure version-check/warnng for g++ to allow for 10.x
+       + re-enable "bel" in konsole-base (report by Nia Huang)
+       + add linux-s entry (patch by Alexandre Montaron).
+       + drop long-obsolete convert_configure.pl 
+       + add test/test_parm.c, for checking tparm changes.
+       + improve parameter-checking for tparm, adding function _nc_tiparm() to
+         handle the most-used case, which accepts only numeric parameters
+         (report/testcase by "puppet-meteor").
+       + use a more conservative estimate of the buffer-size in lib_tparm.c's
+         save_text() and save_number(), in case the sprintf() function
+         passes-through unexpected characters from a format specifier
+         (report/testcase by "puppet-meteor").
+       + add a check for end-of-string in cvtchar to handle a malformed
+         string in infotocap (report/testcase by "puppet-meteor").
+
+20200523
+       + update version-check for gnat to allow for gnat 10.x to 99.x
+       + fix an uninitialized variable in lib_mouse.c changes (cf: 20200502)
+       + add a check in EmitRange to guard against repeat_char emitting digits
+         which could be interpreted as BSD-style padding when --enable-bsdpad 
+         is configured (report/patch by Hiltjo Posthuma).
+       + add --disable-pkg-ldflags to suppress EXTRA_LDFLAGS from the
+         generated pkg-config and ncurses*-config files, to simplify
+         configuring in the case where rpath is used but the packager wants
+         to hide the feature (report by Michael Stapelberg).
+       > fixes for building with Visual Studio C++ and msys2 (patches by
+         "Maarten Anonymous"):
+       + modify CF_SHARED_OPTS to generate a script which translates linker
+         options into Visual Studio's dialect.
+       + omit parentheses around function-names in generated lib_gen.c to
+         work around a Visual Studio C++ limitation.
+
 20200516
        + add notes on termcap.h header in curs_termcap.3x
        + update notes on vscode / xterm.js -TD