X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=NEWS;h=8e36f8c0d20a71723540881ca4a238945ab74598;hb=66dce3ce75bac445bd106da5322f1ec3fb1e56e4;hp=aad5f0d4165915194a96a272b9c67ce274c9476c;hpb=a0c6d9cb65b77a62ca49e88f6b49e2e5f052407f;p=ncurses.git diff --git a/NEWS b/NEWS index aad5f0d4..8e36f8c0 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.3803 2022/05/01 15:16:36 tom Exp $ +-- $Id: NEWS,v 1.3813 2022/05/29 18:40:52 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,26 @@ 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. +20220529 + + expanded notes for teken/syscons -TD + + fix overlooked copying of extended string-heap in copy_termtype + (cf: 20220430). + + update config.guess + +20220521 + + improve memory-leak checking in several test-programs. + + set trailing null on string passed from winsnstr() to wins_nwstr(). + + modify del_curterm() to fix memory-leak introduced by change to + copy_termtype(). + +20220514 + + further improvements to test/test_mouse.c; compare with ncurses test + program menu A/a. + +20220507 + + add test/test_mouse.c (patch by Leonid S Usov). + + add a few debug-traces for tic, fix a couple of memory-leaks. + 20220501 + build-fix for debug-traces (report/patch by Chris Clayton).