X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=7a096ef32138edf49aa78cfa778fb76b6eee7c71;hp=9d3a64d490f5104e85625ee9f2211b199f0caad5;hb=b014f8fae9291e7504c0cca2dd8b9a0035466c03;hpb=61a4b1f77a3412dbd9a3864d8422addf94459fd1 diff --git a/src/ChangeLog b/src/ChangeLog index 9d3a64d4..7a096ef3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,40 @@ +2009-08-27 Micah Cowan + + * wget.h (uerr_t): added new VERIFCERTERR code for SSL certificate + problems. Marked exit codes that are defined but never used (at + least, the ones I could find). + + * retr.c, retr.h (retrieve_url): Added a new boolean argument to + determine whether an exit status should be recorded. + (retrieve_from_file): Adjust to new retrieve_url signature. + + * res.c (res_retrieve_file): Don't have retrieve_url record an + exit status for robots.txt. + + * recur.c (retrieve_tree): Adjust to new retrieve_url signature. + + * main.c (main): Use the exit status stored by retrieve_url. + + * http.c (gethttp): Distinguish certificate verification problems + from SSL connection issues. + (http_loop): Handle newly-created VERIFCERTERR error code. + + * exits.c, exits.h: Newly added. + + * Makefile.am (wget_SOURCES): Add exits.c and exits.h. + +2009-08-27 Micah Cowan + + * http.c (gethttp): Make sure Wget heeds cookies when they + are sent with a 401 response; or any other sort of response for + that matter (#26775). + +2009-08-19 Micah Cowan + + * openssl.c (ssl_check_certificate): Only warn about an attack if + the hostname would otherwise have matched. Also some formatting + cleanup. + 2009-08-19 Joao Ferreira * openssl.c (ssl_check_certificate): Detect embedded NUL