]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20200111
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 50b5795887ebc2d64ad230abf6883880df70a53a..835da346a83614033367c719c9ebf69cb245fa1a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------------------
--- Copyright (c) 1998-2018,2019 Free Software Foundation, Inc.               --
+-- Copyright (c) 1998-2019,2020 Free Software Foundation, Inc.               --
 --                                                                           --
 -- Permission is hereby granted, free of charge, to any person obtaining a   --
 -- copy of this software and associated documentation files (the             --
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3422 2019/12/25 23:16:49 tom Exp $
+-- $Id: NEWS,v 1.3428 2020/01/12 00:20:47 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.
 
+20200111
+       + improve configure macros which check for the X11/Intrinsic.h header,
+         to accommodate recent MacOS changes.
+       + suppress gcc's -Winline warning; it has not been useful for some time
+       + update config.guess, config.sub
+
+20200104
+       + modify a couple of macros in aclocal.m4 to allow autoconf 2.69 to
+         "work", to help illustrate discussion in
+         https://invisible-island.net/autoconf/my-autoconf.html
+       + fix some warnings from autoheader-252
+
 20191228
        + in gen-pkgconfig.in, move the RPATH_LIST and PRIVATE_LIBS assignments
          past the various prefix/libdir assignments, to allow for using those