1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

NEWS about decompression

This commit is contained in:
Kalle Olavi Niemitalo 2009-02-22 18:33:48 +02:00 committed by Kalle Olavi Niemitalo
parent 2a7346d371
commit 9a186a45e8
2 changed files with 6 additions and 2 deletions

6
NEWS
View File

@ -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:

View File

@ -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.