]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20100417
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index bc642b32927fb66d69270fdf34ca6653db5681c6..18f80fdce1f58e79b336c7d7c1145977ac607694 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.1528 2010/04/10 21:23:37 tom Exp $
+-- $Id: NEWS,v 1.1531 2010/04/17 22:49:16 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,17 @@ 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.
 
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20100417
+       + modify _nc_capcmp() to work with cancelled strings.
+       + correct translation of "^" in _nc_infotocap(), used to transform
+         terminfo to termcap strings 
+       + add configure --disable-rpath-hack, to allow disabling the feature
+         which adds rpath options for libraries in unusual places.
+       + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
+         directory was already added.
+       + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
+         directories (which will be ignored).
+
 20100410
        + improve win_driver.c handling of mouse:
          + discard motion events
 20100410
        + improve win_driver.c handling of mouse:
          + discard motion events