diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2024-01-15 23:28:41 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2024-01-16 00:18:06 +0000 |
commit | 8ed5d3b5bf97f5a459c5bbe7f9264903cb728d88 (patch) | |
tree | 0aafabcf3dfaab7685fa0fcbaa683dafe287807e /CHANGES | |
parent | 3ee8300fec5d35be98863ab0101433d348c936cc (diff) | |
download | lynx-snapshots-8ed5d3b5bf97f5a459c5bbe7f9264903cb728d88.tar.gz |
snapshot of project "lynx", label v2-9-0
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES index 5d5b4a38..6b8e03f8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,16 @@ --- $LynxId: CHANGES,v 1.1152 2024/01/14 11:02:21 tom Exp $ +-- $LynxId: CHANGES,v 1.1159 2024/01/15 21:41:51 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2024-01-14 (2.9.0dev.13) +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 +* fixes for UBSAN/ASAN issues with clang on Windows -GV +* modify install-doc rule to use relative path for symbolic links -TD +* add support for gopher's hURL functionality (patch by Viatrix). +* allow ^G interrupt to end read from a stalled connection without exiting + Lynx (Debian #1033423) -TD * allow the ^S keymap to be disabled in the configuration file, e.g., KEYMAP:^S:UNMAPPED (report by TG) -TD |