X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=4a356d6315eddadeba67c9728f4e94508cdcbe3d;hb=e16bd204744119e70041a1165438a8c19a86b471;hp=2926d361db981675b252c98887b8d97b0b44ba95;hpb=9e286ee357f74981f8c5196821822ea15bee2745;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 2926d361..4a356d63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,40 @@ +2010-06-10 Giuseppe Scrivano + + * main.c (print_version): Drop the current maintainer line. + +2010-06-10 Giuseppe Scrivano + + * Makefile.am (build_info.c): Generate the `build_info.c' file under + the build directory. + Patch by: Daniel Stenberg . + +2010-06-03 Giuseppe Scrivano + + * http.c (http_loop): Do not send a HEAD request before the GET request + when --content-disposition is used. + Reported by: alex_wh@mail.ru. + +2010-05-31 Giuseppe Scrivano + + * css.l: Use option "nounput". + (YY_NO_INPUT): Add macro definition. + +2010-05-31 Giuseppe Scrivano + + * html-parse.c (map_html_tags): Fix condition for closed tag. Handle + the case '>' is not specified after '/'. + +2010-05-31 Giuseppe Scrivano + + * sysdep.h (_SVID_SOURCE): Remove definition. + (_BSD_SOURCE): Remove definition. + +2010-05-31 Giuseppe Scrivano + + * recur.c (retrieve_tree): Remove variable `up_error_code'. + + * iri.c (open_locale_to_utf8): Remove function. + 2010-05-30 Giuseppe Scrivano * html-parse.c (NAME_CHAR_P): Consider '<' an invalid character.