]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.6 - patch 20080614
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 6e04e9e3f14c3e2e3ace4992e31c93c9f83d4e3d..b68220fb1a257e149a0864237d77ad322f5ad241 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.1243 2008/06/07 15:48:17 tom Exp $
+-- $Id: NEWS,v 1.1245 2008/06/14 23:08:10 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,12 @@ 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.
 
+20080614
+       + modify test/ditto.c to illustrate multi-threaded use_screen().
+       + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
+       + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
+         by Poor Yorick).
+
 20080607
        + finish changes to wgetch(), making it switch as needed to the
          window's actual screen when calling wrefresh() and wgetnstr().  That