]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20200822
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 460e6c682f323c0dc141677987017291db9a9d18..3a12e32ae803d998efed2ed785a2297956cdd451 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.3540 2020/08/17 14:40:18 tom Exp $
+-- $Id: NEWS,v 1.3545 2020/08/23 00:02:05 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.
 
+20200822
+       + improve version-number extraction in MKlib_gen.sh
+       + make the test-package for manpages installable by adjusting the
+         man_db.renames file.
+       + correct an off-by-one loop-limit in convert_strings function
+         (report by Yue Tai).
+       + add CF_SHARED_OPTS cases for HPE NonStop systems (Randall S Becker).
+       + modify CF_SHARED_OPTS case for NetBSD to use the same "-shared"
+         option for the non-rpath case as for the rpath case, to allow gcc to
+         provide suitable runtime initialization (report by Rajeev V Pillai).
+
 20200817
        + reduce build-warnings by excluding ncurses-internals from deprecation
          warnings.