X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=d554a553cbb7f48bcf4eb12776db9ec84b07cced;hp=3ff7ec94b5c2c759f14e5483cd037eaaf3efd82d;hb=8f527f87c0b979d9c2598ef5c3394463af288468;hpb=01cec7497c02ab7ca6f0791cc2c7dfbdb2ba9272 diff --git a/NEWS b/NEWS index 3ff7ec94..d554a553 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.1254 2008/07/12 21:23:18 tom Exp $ +-- $Id: NEWS,v 1.1261 2008/08/04 18:22:11 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,22 @@ 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. +20080804 + + modify _nc_panelhook() data to account for a permanent memory leak. + + fix memory leaks in test/demo_menus + + fix most warnings from Klocwork tool (report by Larry Zhou). + + modify configure script CF_XOPEN_SOURCE macro to add case for + "dragonfly" from xterm #236 changes. + + modify configure script --with-hashed-db to let $LIBS override the + search for the db library (prompted by report by Samson Pierre). + +20080726 + + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining + thresholds). + +20080713 + + build-fix (reports by Christian Ebert, Funda Wang). + 20080712 + compiler-warning fixes for Solaris.