X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=8e1213f1a4c1ae382ee1a70b53d7f65d5662277f;hb=50238e49b9e97acc1edf3b4355a2cd44f75660e5;hp=f374605abf6cb4192034b69b048293e8ae6525d9;hpb=3ebbd84518281f348659bf8cf2d7bdc25ec4e140;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index f374605a..8e1213f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,35 @@ +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.