]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.6 - patch 20080823
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index a75994570873388adac6ab6e7e77982af44d916a..e55c0a0c4c2ab62cbf05f1ea2b35140dc8e4bd9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.1253 2008/07/05 20:47:37 tom Exp $
+-- $Id: NEWS,v 1.1274 2008/08/23 22:29:54 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,52 @@ 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.
 
+20080823
+       + modify configure check for pthread library to work with OSF/1 5.1,
+         which uses #define's to associate its header and library.
+       + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
+         makes threaded code work on HPUX 11.23
+       + fix a bug in demo_menus in freeing menus (cf: 20080804).
+       + modify configure script for the case where tic library is used (and
+         possibly renamed) to remove its dependency upon ncurses/ncursew
+         library (patch by Dr Werner Fink).
+       + correct manpage for menu_fore() which gave wrong default for
+         the attribute used to display a selected entry (report by Mike Gran).
+       + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
+         Debian #495815) -TD
+
+20080816
+       + add configure option --enable-weak-symbols to turn on new feature.
+       + add configure-check for availability of weak symbols.
+       + modify linkage with pthread library to use weak symbols so that
+         applications not linked to that library will not use the mutexes,
+         etc.  This relies on gcc, and may be platform-specific (patch by Dr
+         Werner Fink).
+       + add note to INSTALL to document limitation of renaming of tic library
+         using the --with-ticlib configure option (report by Dr Werner Fink).
+       + document (in manpage) why tputs does not detect I/O errors (prompted
+         by comments by Samuel Thibault).
+       + fix remaining warnings from Klocwork report.
+
+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.
+
 20080705
        + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
          make those work properly with the "--enable-ext-mouse" configuration