X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=25b4a1c54b63ec7acafd3091b940c87fc2165119;hp=044b80034960ea2a0bd7b10699b16af614d41449;hb=987faea6703ceb2c59ac9787f99eda67e3fe7676;hpb=6be6b9d9202ba34ee545955dc66e355d9855353a diff --git a/NEWS b/NEWS index 044b8003..25b4a1c5 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.2226 2014/06/14 23:48:11 tom Exp $ +-- $Id: NEWS,v 1.2229 2014/06/21 21:51:45 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,16 @@ 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. +20140621 + + change shared-library suffix for AIX 5 and 6 to ".so", avoiding + conflict with the static library (report by Ben Lentz). + + document RPATH_LIST in INSTALLATION file, as part of workarounds for + upgrading an ncurses library using the "--with-shared" option. + + modify test/ncurses.c c/C tests to cycle through subsets of the + total number of colors, to better illustrate 8/16/88/256-colors by + providing directly comparable screens. + + add test/dots_curses.c, for comparison with the low-level examples. + 20140614 + fix dereference before null check found by Coverity in tic.c (cf: 20140524).