X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=42fadc11bbd6fb77895147b9d1b56bda840ae7db;hp=4748265f6b92188feec7d93b2b6fa76b54835d3b;hb=7f4b9f390624835ceb0849965a7f6ff2dcb39d00;hpb=d30f99439fcc8d4bb4c38e5c4afb4f6555fc6ad4 diff --git a/NEWS b/NEWS index 4748265f..42fadc11 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.3650 2021/04/03 22:44:41 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,21 @@ 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.