]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20111210
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index ebb04c073d37820f2807c0e18485756dc84be6d7..431ec8cce764a2632af6d1813365a1ad816de97d 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.1825 2011/11/27 01:30:42 tom Exp $
+-- $Id: NEWS,v 1.1829 2011/12/10 20:04:44 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.
 
+20111210
+       + modify configure script to check if thread library provides
+         pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
+       + modify configure script to suppress check to define _XOPEN_SOURCE
+         for IRIX64, since its header files have a conflict versus
+         _SGI_SOURCE.
+       + modify configure script to add ".pc" files for tic- and
+         tinfo-libraries, which were omitted in recent change (cf: 20111126).
+       + fix inconsistent checks on $PKG_CONFIG variable in configure script.
+
+20111203
+       + modify configure-check for etip.h dependencies, supplying a temporary
+         copy of ncurses_dll.h since it is a generated file (prompted by
+         Debian #646977).
+       + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
+
 20111126
        + correct database iterator's check for duplicate entries
          (cf: 20111001).