X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=65d636dbdb78fb3f3ebf976517e055f064bc998a;hp=0755541df979a3d1cbcd2b05c0f7035562b75177;hb=edbeaa0c4e157704e237936848f40872ff6b42a8;hpb=b60ff61b754ab9d8a72c0eb9df6ec305d3686564 diff --git a/src/ChangeLog b/src/ChangeLog index 0755541d..65d636db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,47 @@ +2013-03-31 Gijs van Tulder + + * warc.c: Correctly write the field length in the skip length field + of .warc.gz files. (Following the GZIP spec in RFC 1952.) + +2013-03-12 Darshit Shah + + * http.c (gethttp): Make wget return FILEBADFILE error and abort if + post-file does not exist. + + * http.c (http_loop): Handle FILEBADFILE as a valid err. + + * exits.c (get_status_for_err): Mark FILEBADFILE as an IO error. + +2013-02-15 Darshit Shah + + * cookies.c (cookie_handle_set_cookie): Set cookie->discard_requested + to true on domain mismatch. + +2012-12-20 Tim Ruehsen + + * gnutls.c (ssl_connect_wget): added +VERS-SSL3.0 to fix + --secure-protocol=SSLv2/SSLv3. + +2012-12-09 Giuseppe Scrivano + + * main.c (main): Keep looking for "config" until there are + arguments to parse. + Reported by: Adrien Dumont + + * test.c: Include "wget.h". + +2012-12-08 Michael Stapelberg (tiny change) + + * retr.c (retrieve_url): Set iri->orig_url to NULL after it is + freed. + +2012-11-26 Giuseppe Scrivano + + * wget.h (MAX_INT_TO_STRING_LEN): Define macro. + * warc.c (warc_write_block_from_file): Use `MAX_INT_TO_STRING_LEN' + to find the buffer size. + (warc_write_cdx_record): Likewise. + 2012-09-03 Tim Ruehsen * http.c (digest_authentication_encode): Add support for RFC 2617