diff options
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 28 |
1 files changed, 27 insertions, 1 deletions
@@ -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 |