]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20210904
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 340df56cf1da75eab5991f490a90b484aeb6f36a..053ba5717ecf2d8befb8dfb91a060f051c79b4fd 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.3700 2021/08/28 22:32:19 tom Exp $
+-- $Id: NEWS,v 1.3704 2021/09/05 00:58:12 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.
 
+20210904
+       + modify linux3.0 entry to reflect default mapping of shift-tab by
+         kbd 1.14 (report by Jan Engelhardt) -TD
+       + add historical note to tput, curses-terminfo and curses-color
+         manpages based on source-code for SVr2, SVr3 and SVr4.
+       + minor grammatical fixes for "it's" vs "its" (report by Nick Black).
+       + amend fix for --disable-root-environ (report by Arnav Singh).
+       + build-fix for compiling link_test
+       + drop symbols GCC_PRINTF and GCC_SCANF from curses.h.in, to simplify
+         use (Debian #993179).
+
 20210828
        + correct reversed check for --disable-root-environ (report/analysis
          by Arnav Singh, cf: 20210626).