]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20110416
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 4b5f7ecce21d1605f0383dd8d5d31197d779ebd2..6e7079dc042bd26895659fd52d299b79508fb34f 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.1686 2011/04/10 00:05:44 tom Exp $
+-- $Id: NEWS,v 1.1688 2011/04/16 16:38:35 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,12 @@ 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.
 
+20110416
+       + modify configure script/source-code to only define _POSIX_SOURCE if
+         the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
+         and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
+       + update config.guess, config.sub
+
 20110409
        + fixes to build c++ binding with clang 3.0 (patch by Alexander
          Kolesen).