X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=044b80034960ea2a0bd7b10699b16af614d41449;hp=971176ac72c20fd95d738f4595556b41b18972be;hb=6be6b9d9202ba34ee545955dc66e355d9855353a;hpb=d334d9351afcd893adf47521ca37513d02af721c diff --git a/NEWS b/NEWS index 971176ac..044b8003 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.2222 2014/06/09 21:56:55 tom Exp $ +-- $Id: NEWS,v 1.2226 2014/06/14 23:48:11 tom Exp $ ------------------------------------------------------------------------------- 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. +20140614 + + fix dereference before null check found by Coverity in tic.c + (cf: 20140524). + + fix sign-extension bug in read_entry.c which prevented "toe" from + reading empty "screen+italics" entry. + + modify sgr for screen.xterm-new to support dim capability -TD + + add dim capability to nsterm+7 -TD + + cancel dim capability for iterm -TD + + add dim, invis capabilities to vte-2012 -TD + + add sitm/ritm to konsole-base and mlterm3 -TD + 20140609 > fix regression in screen terminfo entries (reports by Christian Ebert, Gabriele Balducci) -TD