diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-12-17 02:00:47 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-12-17 02:00:47 -0500 |
commit | 8ab37dfd02e89e899872656c31264789f82deb34 (patch) | |
tree | 3cb19e274054edb07d9e45820d18a9e05a6e99fa /CHANGES | |
parent | 23f95f50e6b05b7c313f3ccf879aca3b03799c0c (diff) | |
download | lynx-snapshots-8ab37dfd02e89e899872656c31264789f82deb34.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6q
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES index 1a81291d..ed90bf74 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,14 @@ --- $LynxId: CHANGES,v 1.831 2015/12/17 01:38:55 tom Exp $ +-- $LynxId: CHANGES,v 1.832 2015/12/17 02:00:24 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== 2015-12-16 (2.8.9dev.7) +* switch HTTP version to 1.1, adding an explicit "close" to work around + the pitfall of persistent connections. This is to work around a selective + reading of RFC 2068 by duckduckgo.com - see + http://lists.nongnu.org/archive/html/lynx-dev/2015-12/index.html + -Axel Beckert * fix a potential null dereference in tidy_tls.c reported by Coverity -TD * extend advanced mode by showing field names in forms in the status line (suggested by TG) -TD |