]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.0 - patch 20161008
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 1ecda2f66a7c964e4809500974717de80aa25bd1..92a00a4af8bebfbf0298f9b780bc74969c07b324 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.2667 2016/09/18 00:38:06 tom Exp $
+-- $Id: NEWS,v 1.2677 2016/10/09 01:52:39 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,23 @@ 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.
 
+20161008
+       + adjust size in infocmp/tic to work with strlcpy.
+       + fix configure script to record when strlcat is found on OpenBSD.
+       + build-fix for "recent" OpenBSD vs baudrate.
+
+20161001
+       + add -W option to tic/infocmp to force long strings to wrap.  This is
+         in addition to the -w option which attempts to fit capabilities into
+         a given line-length.
+       + add linux-m1 minitel entries (patch by Alexandre Montaron).
+       + correct rs2 string for vt100-nam -TD
+
+20160924
+       + modify _nc_tic_expand to escape comma if it immediately follows a
+         percent sign, to work with minitel change.
+       + updated minitel and viewdata descriptions (Alexandre Montaron).
+
 20160917
        + build-fix for gnat6, which unhelpfully attempts to compile C files.
        + fix typo in 20160910 changes (Debian #837892, patch by Sven Joachim).