]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20210710
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index e970b34c8435dce9e605786943b43535a4928767..7d7d3d7da369339cc4028ed30aec49e5c4bca2ac 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.3678 2021/06/26 20:47:31 tom Exp $
+-- $Id: NEWS,v 1.3683 2021/07/10 22:55:59 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,20 @@ 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.
 
+20210710
+       + improve history section for tset manpage based on the 1BSD tarball,
+         which preceded BSD's SCCS checkins by more than three years.
+       + improve CF_XOPEN_CURSES macro used in test/configure (report by Urs
+         Jansen).
+       + further improvement of libtool configuration, adding a dependency of
+         the install.tic rule, etc., on the library in the build-tree.
+       + update config.sub
+
+20210703
+       + amend libtool configuration to add dependency for install.tic, etc.,
+         in ncurses/Makefile on the lower-level libraries.
+       + modify configure script to support ".PHONY" make program feature.
+
 20210626
        + add configure option --disable-root-access, which tells ncurses to
          disallow most file-opens by setuid processes.