summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshit Shah <git@darnir.net>2023-05-11 00:48:44 +0200
committerDarshit Shah <git@darnir.net>2023-05-11 00:48:44 +0200
commite234354080aeb0db03d0604c8f592d472b6af489 (patch)
tree33b7cf0bd2fe8bb0bee094aa0be07153b966079d
parent3a5ca80a1a8240f231dbbe5c5161ba666f9f8094 (diff)
downloadwget-e234354080aeb0db03d0604c8f592d472b6af489.tar.gz
Update NEWS
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aca50a82..13a66a33 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,18 @@ GNU Wget NEWS -- history of user-visible changes.
* Noteworthy changes in release ?.? (????-??-??) [?]
+* Noteworthy changes in release 1.21.4 (2023-05-11)
+
+** Document --retry-on-host-error in help text
+
+** Increase read buffer size to 64k. This should speed up downloads on gigabit and faster connections
+
+** Update deprecated option '--html-extension' to '--adjust-extension' in documentation
+
+** Update gnulib compatibility layer.
+ Fixes HSTS test failures on i686. (Thanks to Andreas Enge for ponting it out)
+
+
* Noteworthy changes in release 1.21.3 (2022-02-26)
** Fix computation of total bytes downloaded during FTP trasnfers (#61277)