X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=4a356d6315eddadeba67c9728f4e94508cdcbe3d;hb=e16bd204744119e70041a1165438a8c19a86b471;hp=bf68aa09963757335e9846f93f4e2f306a92583f;hpb=f747e7344598c0c8e3ff1e88943dd671da358fe4;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index bf68aa09..4a356d63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,29 @@ +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.