summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-05 10:08:22 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-05 10:08:22 +0900
commitbe7885cb38b145fc4361200b3351fc2c79e35f3c (patch)
tree74b4dd183cb74fc723fb2f6c30bc816c9e8debcd /ChangeLog
parent8abe09f3b00fd31d1af24d3038f881034506d651 (diff)
downloadwget-be7885cb38b145fc4361200b3351fc2c79e35f3c.tar.gz
wget-be7885cb38b145fc4361200b3351fc2c79e35f3c.tar.bz2
wget-be7885cb38b145fc4361200b3351fc2c79e35f3c.zip
Imported Upstream version 1.19.4upstream/1.19.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7178ade..44aced7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2018-01-21 Darshit Shah <darnir@gnu.org>
+
+ Update NEWS file for new release
+
+ Fix typo in documentation
+
+2018-01-21 Darshit Shah <darnir@gnu.org>
+
+ Switch off compression by default
+ Gzip compression has a number of bugs which need to be ironed out before
+ we can support it by default. Some of these stem from a misunderstanding
+ of the HTTP spec, but a lot of them are also due to many web servers not
+ being compliant with RFC 7231.
+
+ With this commit, I am marking GZip compression support as experimental
+ in GNU Wget pending further investigation and the addition of tests.
+
+ * src/init.c (defaults): Switch of compression support by default
+ * docs/wget.texi: State that compression is experimental
+
+2018-01-21 Darshit Shah <darnir@gnu.org>
+
+ Pull gnulib module forward
+
+ Revert "* src/init.c (defaults): Set compression_none as the default compression"
+ This reverts commit 8283ac08467016283277578b96533febb8ce1adb.
+
+ * src/init.c (defaults): Set compression_none as the default compression
+
+2018-01-20 Reiji <gey3dr@gmail.com>
+
+ * src/http.c (gethttp): Fix bug that prevented all files from being decompressed
+
2018-01-19 Tim Rühsen <tim.ruehsen@gmx.de>
* src/host.c (sufmatch): Fix to domain matching