]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20181117
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 4eb00b0d47b29678d0ddebd671e79ff778863ade..9d0080f74ed0da247332779ea4c43b8eea8fbef4 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.3204 2018/10/21 00:24:16 tom Exp $
+-- $Id: NEWS,v 1.3214 2018/11/17 22:45:23 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,22 @@ 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.
 
+20181117
+       + ignore the hex/b64 $TERMINFO in toe's listing.
+       + correct a status-check in _nc_read_tic_entry() so that if reading
+         a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to
+         the compiled-in search list.
+
+20181110
+       + several workarounds to ensure proper C compiler used in parts of
+         Ada95 tree.
+       + update config.guess, config.sub from
+               http://git.savannah.gnu.org/cgit/config.git
+
+20181027
+       + add OpenGL clients alacritty and kitty -TD
+       + add Smulx for tmux, vte-2018 -Nicholas Marriott
+
 20181020
        + ignore $TERMINFO as a default value in configure script if it came
          from the infocmp -Q option.