]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20200104
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index b6414f8030e5af9245b54e80aa5ccd0f9b4abed4..1b06fe00f35c3acddf6ea3268d9f6967dbaa4f7d 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.3415 2019/12/07 23:36:25 tom Exp $
+-- $Id: NEWS,v 1.3424 2019/12/31 10:59:47 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,34 @@ 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.
 
+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
+         symbols, e.g., as done via CF_SHARED_OPTS.
+       + improve ncurses*-config and pc-files by filtering out linker-specs.
+       + modify test-package to more closely match Fedora's configuration
+         for PIE/PIC feature and debug-packages.
+
+20191221
+       + correct pathname used in Ada95 sample programs for explain.txt, to
+         work with test-packages.
+       + improve tracemunch:
+         + keep track of TERMINAL* values
+         + if tracing was first turned on after initialization, attempt to
+           show distinct screen, window and terminal names anyway.
+       + ensure that GCC_NORETURN is defined in term.h, because the prototype
+         for exit_terminfo() uses it (report by Werner Fink).
+
+20191214
+       + add exit_curses() and exit_terminfo() to replace internal symbols for
+         leak-checking.
+
 20191207
        + fix a few warnings for test-package builds
        + add curses_trace(), to replace trace().