mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
NEWS about decompression
This commit is contained in:
parent
2a7346d371
commit
9a186a45e8
6
NEWS
6
NEWS
@ -14,6 +14,7 @@ includes the changes listed under ``ELinks 0.11.5.GIT'' below.
|
|||||||
Incompatibilities:
|
Incompatibilities:
|
||||||
|
|
||||||
* bug 1060: Regexp searching now requires the TRE library.
|
* 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:
|
Other changes:
|
||||||
|
|
||||||
@ -31,12 +32,15 @@ Other changes:
|
|||||||
title, note the charset. Don't truncate titles to the width of the
|
title, note the charset. Don't truncate titles to the width of the
|
||||||
terminal.
|
terminal.
|
||||||
* bug 1061: Correctly truncate UTF-8 titles in the tab bar.
|
* 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
|
* Don't crash when the search-toggle-regex action is used and no regular
|
||||||
expression support is compiled in.
|
expression support is compiled in.
|
||||||
* minor bug 761: When reading bookmarks from an XBEL file, distinguish
|
* minor bug 761: When reading bookmarks from an XBEL file, distinguish
|
||||||
attribute names from attribute values.
|
attribute names from attribute values.
|
||||||
* enhancement: Updated ISO 8859-7, ISO 8859-16, KOI8-R, and MacRoman.
|
* 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:
|
Bugs that should be removed from NEWS before the 0.12.0 release:
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ zlib 1.2.0.2 or later |For handling gzip or deflate compressed documents \
|
|||||||
both locally and sent from server.
|
both locally and sent from server.
|
||||||
bzip2 |Likewise, for bzip2 compressed documents.
|
bzip2 |Likewise, for bzip2 compressed documents.
|
||||||
LZMA Utils |Likewise, for LZMA 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.
|
OpenSSL or GNU TLS |For handling secure HTTP browsing.
|
||||||
GPM |'General Purpose Mouse' for mouse support.
|
GPM |'General Purpose Mouse' for mouse support.
|
||||||
expat |'XML Parser Toolkit' needed for XBEL support.
|
expat |'XML Parser Toolkit' needed for XBEL support.
|
||||||
|
Loading…
Reference in New Issue
Block a user