diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES index 8f8b0fd7..c88fccd6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,14 @@ --- $LynxId: CHANGES,v 1.843 2016/04/17 15:33:04 tom Exp $ +-- $LynxId: CHANGES,v 1.845 2016/04/26 09:25:09 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2016-04-17 (2.8.9dev.9) +2016-04-26 (2.8.9dev.9) +* add workaround for servers such as https://www.xing.com which fail to close + the connection when they finish sending compressed data. This relies on + the content-length (report by Klaus-Peter Wegge) -TD +* restore fix to filter out left-to-right marks which was broken in refactoring + in 2.8.9dev.2, and also filter out right-to-left marks (Debian #808949) -TD * fix build for current gnutls configuration which dropped the gnutls_protocol_set_priority function (reported by Axel Beckert, Andreas Metzler) -TD |