diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-09-30 08:07:35 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-10-27 00:12:59 +0000 |
commit | 045445c0f01b36e19fae9245d4bbc0c658dd5598 (patch) | |
tree | 17b914f93b33ba1c031d261f9a1b3da25cf2b0a9 /CHANGES | |
parent | 09edd94f131ec64c31b17cb3a26fa0a8069af9c6 (diff) | |
download | lynx-snapshots-045445c0f01b36e19fae9245d4bbc0c658dd5598.tar.gz |
snapshot of project "lynx", label v2-9-0dev_10l
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES index 3ccd4265..9995e06f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,10 @@ --- $LynxId: CHANGES,v 1.1119 2022/07/25 23:49:15 tom Exp $ +-- $LynxId: CHANGES,v 1.1120 2022/09/30 07:53:11 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2022-07-25 (2.9.0dev.11) +2022-09-29 (2.9.0dev.11) +* add some consistency-checks to dtd_util to make it easier to use -TD * improve formatting of bookmark file, e.g., to fix warnings by tidy -TD * correct workaround for asan2 report of overlapping strcpy (report by KH) -TD * amend fix for Debian #738121; URL-encoded "?" in HTFile.c corresponds to an @@ -36,11 +37,11 @@ Changes since Lynx 2.8 release around "HeavyThing" server which does not follow RFC 2616 in treating field name as case insensitive (report/patch by Sylvain Bertrand) * improved several configure macros: - AM_WITH_NLS, CF_ADD_INCDIR, CF_CHECK_EXTERN_DATA, CF_DISABLE_ECHO, - CF_FIX_WARNINGS, CF_MAKEFLAGS, CF_NCURSES_CONFIG, CF_NCURSES_LIBS, - CF_PKG_CONFIG, CF_SIZECHANGE, CF_TRY_XOPEN_SOURCE, CF_WITH_PATH, - CF_XOPEN_SOURCE -* update config.guess (2022-05-25), config.sub (2022-01-03) + AM_WITH_NLS, CF_ADD_INCDIR, CF_BUILD_CC, CF_CHECK_EXTERN_DATA, + CF_DISABLE_ECHO, CF_FIX_WARNINGS, CF_MAKEFLAGS, CF_MATH_LIB, + CF_NCURSES_CONFIG, CF_NCURSES_LIBS, CF_PKG_CONFIG, CF_PROG_LINT, + CF_SIZECHANGE, CF_TRY_XOPEN_SOURCE, CF_WITH_PATH, CF_XOPEN_SOURCE +* update config.guess (2022-08-01), config.sub (2022-08-01) 2021-10-24 (2.9.0dev.10) * several fixes for problems found using asan2 with fuzzer-generated data |