]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20190914
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 81e9df8db928de48304e2a18cb7bd2899770cf1b..3d2c4dea8764096be146c24d24255ee9ea99455c 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.3368 2019/08/31 15:56:04 tom Exp $
+-- $Id: NEWS,v 1.3373 2019/09/14 23:18:21 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.
 
+20190914
+       + build-fixes for Ada95 configure-script and corresponding test package
+
+20190907
+       + add --with-ada-libname option and modify Ada95 configuration to 
+         allow renaming the "AdaCurses" library (prompted by proposed changes
+         by Pascal Pignard).
+       + modify configure script to distinguish gcc from icc and clang when
+         the --enable-warnings option is not used, to avoid unnecessary
+         warnings about unrecognized inline options (report by Sven Joachim).
+
 20190831
        + build-fixes for configuration using --program-suffix with Ada95,
          noticed with MacOS but applicable to other platforms without