summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 05:26:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 05:26:01 +0000
commitd7c9bf8bdc78b40ec91f15300c9558a5f79e803c (patch)
treef31ad4ad244bf5932be8048b3ef9dc6eacca0b7c /CHANGES
parentAdding upstream version 2.9.1. (diff)
downloadlynx-d7c9bf8bdc78b40ec91f15300c9558a5f79e803c.tar.xz
lynx-d7c9bf8bdc78b40ec91f15300c9558a5f79e803c.zip
Adding upstream version 2.9.2.upstream/2.9.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e805dca..0527d6c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,20 @@
--- $LynxId: CHANGES,v 1.1185 2024/04/15 20:54:26 tom Exp $
+-- $LynxId: CHANGES,v 1.1198 2024/05/31 22:09:16 tom Exp $
===============================================================================
Changes since Lynx 2.8 release
===============================================================================
+2024-05-31 (2.9.2)
+* modify makefile.in install-help to only remove files, leaving existing
+ directories and symbolic links -TD
+* in POSIX environments, check paths for external programs to ensure that they
+ are executable, non-empty files -TD
+* adapt special case of gzip decompression in 2.8.9dev.12 to brotli, to handle
+ downloads from websites which support "br" (report by Rajeev V Pillai) -TD
+* updated configure macro CF_ANSI_CC_C, to reset flags on test-failure, to
+ keep options from accumulating.
+* build-fix for NetBSD and Solaris system curses libraries, removing an ifdef
+ added in 2.9.0dev.11 (report by Nelson Beebe) -TD
+
2024-04-15 (2.9.1)
* add samples/mhtml-tool, from
https://github.com/ThomasDickey/mhtml-tool