]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.0 - patch 20160220
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 98ef29f4ac950523367c8539eaaa012702b297f6..e8cbde59f01c10e112bbf8c2f34dfcf7382932bf 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.2571 2016/02/13 21:16:08 tom Exp $
+-- $Id: NEWS,v 1.2575 2016/02/21 00:29:51 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,18 @@ 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.
 
+20160220
+       + modify test/configure script to check for pthread dependency of
+         ncursest or ncursestw library when building ncurses examples, e.g.,
+         in case weak symbols are used.
+       + modify configure macro for shared-library rules to use -Wl,-rpath
+         rather than -rpath to work around a bug in scons (FreeBSD #178732,
+         cf: 20061021).
+       + double-width multibyte characters were not counted properly in
+         winsnstr and wins_nwstr (report/example by Eric Pruitt).
+       + update config.guess, config.sub from
+               http://git.savannah.gnu.org/cgit/config.git
+
 20160213
        + amend fix for _nc_ripoffline from 20091031 to make test/ditto.c work
          in threaded configuration.