]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20131014
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index e114d40cf520bcd4aef5eb7cc92500c00f6c7e2e..b1d35785348bbbf467d45eda840665cb21d9a734 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.2109 2013/09/28 22:55:29 tom Exp $
+-- $Id: NEWS,v 1.2119 2013/10/14 08:33:15 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,22 @@ 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.
 
+20131014
+       + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
+
+20131012
+       + fix a few compiler warnings in progs and test.
+       + minor fix to package/debian-mingw/rules, do not strip dll's.
+       + minor fixes to configure script for empty $prefix, e.g., when doing
+         cross-compiles to MinGW.
+       + add script for building test-packages of binaries cross-compiled to
+         MinGW using NSIS.
+
+20131005
+       + minor fixes for ncurses-example package and makefile.
+       + add scripts for test-builds of cross-compiler packages for ncurses6
+         to MinGW.
+
 20130928
        + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
          it lacks some common functions such as use_env() which is not yet