]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20210418
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index b754d3e6ea61125c69fa046ffe9416d5b42b237e..42fadc11bbd6fb77895147b9d1b56bda840ae7db 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.3647 2021/03/27 23:40:15 tom Exp $
+-- $Id: NEWS,v 1.3656 2021/04/18 18:13:32 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,36 @@ 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.
 
+20210418
+       + improve CF_LINK_FUNCS by ensuring that the source-file is closed
+         before linking to the target.
+       + add "check" rules for headers in c++, progs and test-directories.
+       + build-fix for termsort module when configured with termcap (reports
+         by Rajeev V Pillai, Rudi Heitbaum).
+
+20210417
+       + extend --disable-pkg-ldflags option to also control whether $LDFLAGS
+         from the build is provided in -config and .pc files (Debian #986764).
+       + fix some cppcheck warnings, mostly style, in ncurses and c++
+         libraries and progs directory.
+       + fix off-by-one limit for tput's processing command-line arguments
+         (patch by Hadrien Lacour).
+
+20210403
+       + fix some cppcheck warnings, mostly style, in ncurses library and
+         progs directory.
+       + improve description of BSD-style padding in curs_termcap.3x
+       + improved CF_C11_NORETURN macro, from byacc changes.
+       + fix "--enable-leak" in CF_DISABLE_LEAKS to allow turning
+         leak-checking off later in a set of options.
+       + relax modification-time comparison in CF_LINK_FUNCS to allow it to
+         accept link() function with NFS filesystems which change the mtime
+         on the link target, e.g., several BSD systems.
+       + call delay_output_sp to handle BSD-style padding when tputs_sp is 
+         called, whether directly or internally, to ensure that the SCREEN
+         pointer is passed correctly (reports by Henric Jungheim, Juraj
+         Lutter).
+
 20210327
        + build-fixes for Solaris10 /bin/sh
        + fix some cppcheck warnings, mostly style, in ncurses test-programs,