]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20210313
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 25bf2fd5f764c5efb9380ec49c1ebf6a3ad5c47b..314034e2bd1146dc34e2b8d45d26e50da9c068ad 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.3638 2021/03/06 22:42:18 tom Exp $
+-- $Id: NEWS,v 1.3641 2021/03/13 20:51:42 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,8 +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.
 
+20210313
+       + improve configure CF_LD_SEARCHPATH macro used for ncurses*-config and
+         ".pc" files, from dialog changes.
+       + reduce dependency of math-library in test programs.
+       + minor fixes for test_tparm.c (cf: 20210306)
+       + mention "ncurses" prefix in curses_version() manpage (report by
+         Michal Bielinski).
+
 20210306
-       + improved test/test_parm.c, by limiting the tests to capabilities
+       + improved test/test_tparm.c, by limiting the tests to capabilities
          that might have parameters or padding, and combined with tputs test.
        + improve discussion of padding versus tparm and tputs in
          man/curs_terminfo.3x
@@ -392,7 +400,7 @@ it is not possible to add this information.
        + 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.
+       + add test/test_tparm.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").