]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.6 - patch 20080913
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 34da166828b31e966e556751f903bab0f6947767..ec38695813bab366a053603fb5aa7de2147d6a0f 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.1281 2008/08/30 23:33:29 tom Exp $
+-- $Id: NEWS,v 1.1289 2008/09/08 20:31:19 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,27 @@ 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.
 
+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).
+
+20080906
+       + corrected gcc options for building shared libraries on IRIX64.
+       + add configure check for awk programs unable to handle big-strings,
+         use that to improve the default for --enable-big-strings option.
+       + makefile-fixes for --enable-weak-symbols (report by Frederic L W
+         Meunier).
+       + update test/configure script.
+       + adapt ifdef's from library to make test/view.c build when mbrtowc()
+         is unavailable, e.g., with HPUX 10.20.
+       + add configure check for wcsrtombs, mbsrtowcs, which are used in
+         test/ncurses.c, and use wcstombs, mbstowcs instead if available,
+         fixing build of ncursew for HPUX 11.00
+
 20080830
        + fixes to make Ada95 demo_panels() example work.
        + modify Ada95 'rain' test program to accept keyboard commands like the