From 9a186a45e8b01bfaabda20f3d10de7f89843d1a5 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 22 Feb 2009 18:33:48 +0200 Subject: [PATCH] NEWS about decompression --- NEWS | 6 +++++- doc/installation.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 55c350dc..6cfa6d78 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ includes the changes listed under ``ELinks 0.11.5.GIT'' below. Incompatibilities: * bug 1060: Regexp searching now requires the TRE library. +* lzma disabled by default. It's rarely used and doesn't build with new xz. Other changes: @@ -31,12 +32,15 @@ Other changes: title, note the charset. Don't truncate titles to the width of the terminal. * bug 1061: Correctly truncate UTF-8 titles in the tab bar. +* bug 1068: ELinks used to display a blank or truncated page if an + HTTP/1.1 server sent a compressed body with incorrect Content-Length. + That has now been fixed, and a new option (protocol.http.compression) + has been added. * Don't crash when the search-toggle-regex action is used and no regular expression support is compiled in. * minor bug 761: When reading bookmarks from an XBEL file, distinguish attribute names from attribute values. * enhancement: Updated ISO 8859-7, ISO 8859-16, KOI8-R, and MacRoman. -* lzma disabled by default. It's rarely used and doesn't build with new xz. Bugs that should be removed from NEWS before the 0.12.0 release: diff --git a/doc/installation.txt b/doc/installation.txt index 4ead846f..5d405195 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -47,7 +47,7 @@ zlib 1.2.0.2 or later |For handling gzip or deflate compressed documents \ both locally and sent from server. bzip2 |Likewise, for bzip2 compressed documents. LZMA Utils |Likewise, for LZMA compressed documents. \ - Version 4.32.5 should work. + Version 4.32.5 should work. XZ Utils does not work. OpenSSL or GNU TLS |For handling secure HTTP browsing. GPM |'General Purpose Mouse' for mouse support. expat |'XML Parser Toolkit' needed for XBEL support.