]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20191123
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 08a5db7c835137424cb32df90c448373c4d06b83..2a0aace5e0d0eb1ad3ea8a48123a9a4cc7d9dd8d 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.3404 2019/11/10 00:18:59 tom Exp $
+-- $Id: NEWS,v 1.3410 2019/11/24 01:55:57 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,18 @@ 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.
 
+20191123
+       + fix typo for MinGW rpm test-package.
+       + workaround in rpm specs for NFS problems in Fedora 31.
+
+20191116
+       + modify ncurses/Makefile.in to fix a case where Debian/testing changes
+         to the ld --as-needed configuration broke ncurses-examples test
+         packages.
+       + drop library-dependency on psapi for MinGW port, since win_driver.c
+         defines PSAPI_VERSION to 2, making it use GetProcessImageFileName
+         from kernel32.dll (prompted by patch by Simon Sobish, cf: 20140503).
+
 20191109
        + add warning-check in tic for terminals with parm_dch vs parm_ich.
        + drop ich1 from rxvt-basic, Eterm and mlterm to improve compatibility