]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20200808
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index c82620d0a8fbc54dcf0901a75e4c092f00819f7f..539d5520c634e35cb8f0225e9605f74d32e4c1cb 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.3530 2020/08/01 21:09:01 tom Exp $
+-- $Id: NEWS,v 1.3532 2020/08/08 23:43:32 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,19 @@ 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.
 
+20200808
+       + improve discussion of the system's tic utility when used as part
+         of cross-compiling (discussion with Keith Marshall).
+       + modify configuration checks for build-time tic/infocmp to use
+         AC_CHECK_TOOL. That can still be overridden by --with-tic-path and
+         --with-infocmp-path when fallbacks are used, but even if not using
+         fallbacks, the improved check may help with cross-compiling
+         (discussion with Keith Marshall).
+       + other build-fixes for Ada95 with MinGW.
+       + modify Ada95 source-generation utility to write to a file given as
+         parameter rather than to the standard output, allowing builds with
+         MinGW.
+
 20200801
        + remove remaining parts of checks for ISC Unix (cf: 20121006).
        + add user32.lib to LDFLAGS for Visual Studio C++ configuration