]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20191228
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index fe58e2cc782f7cfb641b33b570b5cb7dae2071e1..50b5795887ebc2d64ad230abf6883880df70a53a 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.3416 2019/12/14 21:26:03 tom Exp $
+-- $Id: NEWS,v 1.3422 2019/12/25 23:16:49 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,24 @@ 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.
 
+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.