X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=c5f20190073e41507f125bb05a68295b7008b873;hp=9795bbc43fe21e75ec2b07a9516e4e73beda516b;hb=c794a7e82668a68b39461d267649d8b94cfe6fae;hpb=57c9e17e6cfef9bc0e8ab9fa8edf9d131a233e57 diff --git a/src/ChangeLog b/src/ChangeLog index 9795bbc4..c5f20190 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,64 @@ +2009-09-04 Micah Cowan + + * Makefile.am: Move build_info.c to wget_SOURCES from + nodist_wget_SOURCES, reduce dependencies, and invoke build_info.pl + in its new home, $(top_srcdir)/build-aux. + +2009-09-03 Micah Cowan + + * ftp-ls.c (ftp_parse_vms_ls): Replace use of localtime_r with + localtime, as not all platforms have localtime_r. + + * Makefile.am (wget_SOURCES): Rearranged some of the file order, + so .c files and .h files are apart. Added gettext.h, so that it + shows up in the dist. + +2009-09-02 Micah Cowan + + * gettext.h: Refreshed from gettext 0.17. + + * test.c: Added definition of program_name variable, required by + lib/error.c (libgnu.a). Doesn't cause problems until you try to + build on a non-GNU system... + + * build_info.c.in: Removed useless "+gettext" feature ad. + +2009-08-29 Steven Schubiger + + * convert.c (local_quote_string): Percent-encode semicolons + in local file strings. + +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