]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20200627
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 812b56b100f64045df7b86d3538936f355f1e790..c2ad772f1382a393fb0ff3af6901151959504bcc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3504 2020/06/07 00:22:03 tom Exp $
+-- $Id: NEWS,v 1.3511 2020/06/27 21:48:14 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,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.
 
+20200627
+       + build-fixes for gnat 10.1.1, whose gnatmake drops integration with
+         gprbuild.
+       + correct buffer-length in test/color_name.h
+
+20200613
+       + update list of functions in ncurses.3x
+       + move dlclose() call from lib_mouse.c to delscreen() to avoid a case
+         in the former which could be called from SIGTSTP handler (Debian
+         #961097).
+
 20200606
        + add xterm+256color2, xterm+88color2, to deprecate nonstandard usage
          in xterm+256color, xterm+88color -TD