summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:36:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:36:22 +0000
commitb799a1275c8e4bb4f1f07ce3e237708902cb8922 (patch)
treec75168eb236d7b16cda59ed6a27a937367d58dfe /CHANGES
parentReleasing progress-linux version 2.9.0rel.0-2~progress7.99u1. (diff)
downloadlynx-b799a1275c8e4bb4f1f07ce3e237708902cb8922.tar.xz
lynx-b799a1275c8e4bb4f1f07ce3e237708902cb8922.zip
Merging upstream version 2.9.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES28
1 files changed, 27 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6b8e03f..e805dca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,34 @@
--- $LynxId: CHANGES,v 1.1159 2024/01/15 21:41:51 tom Exp $
+-- $LynxId: CHANGES,v 1.1185 2024/04/15 20:54:26 tom Exp $
===============================================================================
Changes since Lynx 2.8 release
===============================================================================
+2024-04-15 (2.9.1)
+* add samples/mhtml-tool, from
+ https://github.com/ThomasDickey/mhtml-tool
+ which can use Lynx to display an "mhtml" file, e.g., foo.mht by
+ mhtml-tool -e lynx foo.mht
+* add --with-libintl-prefix configure option (from patch for tin by Urs
+ JanBen) -TD
+* improve bookmark file-updates, allowing for users to add HTML markup
+ (report by TG) -TD
+* remove obsolete option --with-included-gettext -TD
+* override $BUILD_CPPFLAGS and $BUILD_LIBS when not cross-compiling, to help
+ build Lynx with PDCurses -TD
+* re-order configure check for _XOPEN_SOURCE, etc., to reduce compiler warnings
+ with gcc 14 -TD
+* add configure check for ssp library, needed in some MinGW configurations -TD
+* fixes for saving a UTF-8 bookmark title -KH
+ + correct comparison of Windows codepage values when setting
+ DisplayCharsetMatchLocale, to handle UTF-8
+ + reset the internal state of UCTransToUni() before using it for bookmark
+ title check.
+* update/cleanup test-packages -TD
+* correct logic in HTMLGen.c where XMP was not treated as a preformatted
+ style, causing NNTP headers to be formatted (report by Marco Moock) -TD
+* fix special case of main status line on a page without links, broken by fix
+ for UBSAN/ASAN issue -TG
+
2024-01-15 (2.9.0)
* change version of OpenSSL used in Windows installers to 3.x and 1.1.1x,
for new/old respectively -TD