]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20201024
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 47a36e0282375244ee139ebcbaf7d3088e35851a..13e01a38e79214378b38e6e9fd28300c6f0217db 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.3575 2020/10/11 00:04:33 tom Exp $
+-- $Id: NEWS,v 1.3583 2020/10/24 22:43:10 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,27 @@ 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.
 
+20201024
+       + provide workaround configure-check for bool when cross-compiling.
+       + fix a potential indexing error in _nc_parse_entry(), seen with
+         Herlim's test data using address-sanitizer.
+       + change a null-pointer check in set_curterm to a valid-string check,
+         needed in to tic's use-resolution work pad_char is cancelled
+         (report/testcase by Robert Sebastian Herlim)
+       + improve tic's -c option to validate the number and type of parameters
+         and compare against expected number/type before deciding which set of
+         parameter-lists to use in tparm calls (report/testcase by Robert
+         Sebastian Herlim).
+       + fix a link for tabs.1 manpage in announce.html.in (report by Nick
+         Black), as well as some fixes via linklint.
+
+20201017
+       + improve manpage typography.
+       + improve discussion in curs_addch.3x of the use of unctrl to display
+         nonprintable characters.
+       + add a note in terminfo.5 explaining that no-parameter strings such
+         as sgr0 or cnorm should not be used with tparm.
+
 20201010
        + correct sgr in aaa+rv (report by Florian Weimer) -TD
        + fix some sgr inconsistencies in d230c, ibm6153, ibm6154,