]> sjero.net Git - wget/blobdiff - src/ChangeLog
Add support for --content-on-error.
[wget] / src / ChangeLog
index c6fb764193c7901ef393732a6ebfcf7a5d0e6c09..c9c317ba6ccc360767607de1227fb298f15b72be 100644 (file)
@@ -1,6 +1,18 @@
+2011-10-02  Henrik Holst <henrik.holst@millistream.com> (tiny change)
+       * http.c (gethttp): If 'contentonerror' is used then do not
+        skip the http body on 4xx and 5xx errors.
+
+       * init.c (commands): Add 'contentonerror'.
+
+       * main.c (print_help, option_data): Add new option 'contentonerror'
+        to make wget not skip the http content on 4xx and 5xx errors.
+
+       * options.h: New variable 'content_on_error'.
+
 2011-09-19  Giuseppe Scrivano  <gscrivano@gnu.org>
 
-       * main.c (print_version): Update copyright year and fix typo.
+       * main.c (print_version): Update copyright year.
+       (print_version): Fix typo.
 
 2011-09-13  Giuseppe Scrivano  <gscrivano@gnu.org>