X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=862ae30f1cd43d671208375095bcda928f7d29ef;hb=06fc1edb548aa7ff6dd9eea59578e86463032339;hp=f8f7a49e6e9aa64b0ce599ebe0307b93b5203547;hpb=172a11764713faeb7eb6ce569c032b1b1e37e370;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index f8f7a49e..862ae30f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,33 @@ +2012-07-07 Giuseppe Scrivano + + * html-url.c (cleanup_html_url): Remove "static" modifier. + * init.c (cleanup_html_url): Likewise. + Reported by: Mike Frysinger . + +2012-08-25 Hrvoje Niksic + + * warc.c (warc_find_duplicate_cdx_record): Use hash_table_get + instead of hash_table_get_pair. + +2012-08-21 (tiny change) + + * connect.c (connect_to_ip) [ENABLE_IPV6]: Attempt to use IPv6. + * http.c (gethttp): Likewise. + +2012-07-03 Steven Schubiger + + * init.c: Include warc.h for warc_close in cleanup function. + +2012-07-08 Steven Schubiger + + * exits.h: Fix comment. + * exits.c: Likewise. + +2012-07-07 Tim Ruehsen + + (digest_authentication_encode): Add support for RFC 2617 Digest + Access Authentication. + 2012-07-07 Giuseppe Scrivano * http.c (http_loop): Fix log message.