diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:20 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:20 +0900 |
commit | afd456999b076e5e6505dd5ca6942a5e7471c70c (patch) | |
tree | 9ee11bda8c1d6ada1938b0324ed01a2d99e99178 /NEWS | |
parent | 429760a22c7e2ff8a2de69744b04aa4b2f202119 (diff) | |
download | wget-afd456999b076e5e6505dd5ca6942a5e7471c70c.tar.gz wget-afd456999b076e5e6505dd5ca6942a5e7471c70c.tar.bz2 wget-afd456999b076e5e6505dd5ca6942a5e7471c70c.zip |
Imported Upstream version 1.19.2upstream/1.19.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -5,6 +5,29 @@ See the end for copying conditions. Please send GNU Wget bug reports to <bug-wget@gnu.org>. +* Changes in Wget 1.19.2 + +* Fix CVE-2017-13089 (Stack overflow in HTTP protocol handling) + +* Fix CVE-2017-13090 (Heap overflow in HTTP protocol handling) + +* New option --compression for gzip Content-Encoding + +* New option --[no]-netrc to control .netrc parsing + +* Added GNU extensions to .netrc parsing + +* Improved IDNA 2003 compatibility + +* Fix VPATH issues + +* Improved and extended the test suite + +* Support Wayback Machine's X-Archive-Orig-last-modified + +* Several bug fixes + + * Changes in Wget 1.19.1 * Fix bugs, a regression, portability/build issues @@ -698,7 +721,7 @@ addresses when accessing the first one fails. non-standard port. ** Wget now supports the robots.txt directives specified in -<http://www.robotstxt.org/wc/norobots-rfc.txt>. +<http://www.robotstxt.org/norobots-rfc.txt>. ** URL parser has been fixed, especially the infamous overzealous quoting. Wget no longer dequotes reserved characters, e.g. `%3F' is |