]> sjero.net Git - wget/blobdiff - src/ChangeLog
Add support for --content-on-error.
[wget] / src / ChangeLog
index 4cb3267c909a4ecde97b70f852b7ae4ec5fbfe9e..c9c317ba6ccc360767607de1227fb298f15b72be 100644 (file)
@@ -1,3 +1,24 @@
+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.
+       (print_version): Fix typo.
+
+2011-09-13  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * ftp.c (ftp_retrieve_glob): Propagate correctly the `res' error
+       code.
+
 2011-09-07  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * http.c (gethttp): Don't inhibit arest request if opt.timestamping is