summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2017-10-26 16:31:57 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2017-10-26 16:31:57 +0200
commitbec4c215a8cbaa1ddec71180f328abfcce81ee40 (patch)
treec8e8af6e73a41dd066340df422e0db9dd8b127d6
parent27d78d944f9cc4ba1424ba117f3027af1a35cc4f (diff)
downloadwget-bec4c215a8cbaa1ddec71180f328abfcce81ee40.tar.gz
Update for release 1.19.2
* NEWS: Add news for 1.19.2 * doc/wget.texi: Fix 1.20 to 1.19.2
-rw-r--r--NEWS23
-rw-r--r--doc/wget.texi2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 420a15d7..5e01a3c8 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/doc/wget.texi b/doc/wget.texi
index daf70a9f..31aef523 100644
--- a/doc/wget.texi
+++ b/doc/wget.texi
@@ -1346,7 +1346,7 @@ renamed from @samp{--html-extension}, to better reflect its new
behavior. The old option name is still acceptable, but should now be
considered deprecated.
-As of version 1.20, Wget will also ensure that any downloaded files with
+As of version 1.19.2, Wget will also ensure that any downloaded files with
a @code{Content-Encoding} of @samp{br}, @samp{compress}, @samp{deflate}
or @samp{gzip} end in the suffix @samp{.br}, @samp{.Z}, @samp{.zlib}
and @samp{.gz} respectively.