summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
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