X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=8771c014ef583845acd2e98313f84644b41d4d6a;hp=45a665721ab6401acdf7017d43b65ff74489a1dd;hb=5febddec7087446e0083d5e4455a9c06c391d760;hpb=ba909b24ec6f847b685e111a2cb753c496673824 diff --git a/src/ChangeLog b/src/ChangeLog index 45a66572..8771c014 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2009-07-05 Micah Cowan + + * html-url.c (tag_handle_meta): Handle meta name="robots" + properly: deal with whitespace, commas after... + + * netrc.c (parse_netrc): Rename local-scope variable "quote" to + "qmark", to avoid conflict with the function name. + +2009-07-05 Petr Pisar + + * main.c (print_version): Mark initial line for translation, along + with (env), (user), and (system). Change copyright year to 2009. + + * http.c (http_loop): Space after colon. + + * gnutls.c (ssl_check_certificate): Use quote function, rather + than explicit quotes. + 2009-07-05 Micah Cowan * Makefile.am (version.c): Add dependency on configure.ac.