X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=c9b0e427afcfc8e16638203f1997b7bb345416d8;hp=4b2e48860fce633578b1753e53200503bba40bff;hb=feb958a7e85895ec23547b7b1a8daa03e85c7b9c;hpb=057900a2db2404f4cd150be6fb2abc573b9b9608 diff --git a/NEWS b/NEWS index 4b2e4886..c9b0e427 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.1288 2008/09/07 14:39:15 tom Exp $ +-- $Id: NEWS,v 1.1297 2008/09/25 23:30:56 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. +20080925 + + fix bug in mouse code for GPM from 20080920 changes (reported in + Debian #500103, also Miroslav Lichvar). + +20080920 + + fix shared-library rules for cygwin with tic- and tinfo-libraries. + + fix a memory leak when failure to connect to GPM. + + correct check for notimeout() in wgetch() (report on linux.redhat + newsgroup by FurtiveBertie). + + add an example warning-suppression file for valgrind, + misc/ncurses.supp (based on example from Reuben Thomas) + +20080913 + + change shared-library configuration for OpenBSD, make rpath work. + + build-fixes for using libutf8, e.g., on OpenBSD 3.7 + 20080907 + corrected fix for --enable-weak-symbols (report by Frederic L W Meunier).