X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=c9c317ba6ccc360767607de1227fb298f15b72be;hp=dad001dedac34f13bdb823ddd7a3aa6b7cfa7d13;hb=fce4e757a20230a44e6b4267d8e7386ffcaf6eef;hpb=2223ac8ce31ecd80112a023d0d56229bfc026b01 diff --git a/src/ChangeLog b/src/ChangeLog index dad001de..c9c317ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2011-10-02 Henrik Holst (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 * main.c (print_version): Update copyright year.