X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=03330ba3fcf43b6a3a5dff262ebdd46290df6975;hb=5e7f976fa1be6af7b5698972289107747fe37d0e;hp=5cd5761f37c662c17f2a9c1db784ba42c541e9b2;hpb=b2ad06272d08e5c9f0eb0861648d0bf2455c1a28;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 5cd5761f..03330ba3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,53 @@ +2008-05-02 Madhusudan Hosaagrahara + * src/Makefile.am, src/main.c, src/init.c, src/init.h, + src/build_info.c: Adds build information to the --version + command line option. Fixes bug #20636. + +2008-04-30 Micah Cowan + + * progress.c (create_image): Fix glitch where too many spaces are + printed on lines that don't display the ETA, in multibyte + locales. + +2008-04-27 Rabin Vincent + + * http.c (http_loop): Fix return for the case where we don't + download a file because of -nc. + +2008-04-27 Micah Cowan + + * url.c (path_simplify): Go back to allowing leading ".." in + paths, but only for FTP URLs. + (test_path_simplify): Add scheme-specificness to tests, adapt for + mu_run_test. + + * test.c (all_tests): Add test_path_simplify. + + * main.c (main): Downgrade -r, -p with -O to a warning rather than + an error; elaborate just a bit more for other -O combination + cases. + +2008-04-26 Micah Cowan + + * http.c (gethttp): Move proxy CONNECT handling to below the + retry_with_auth label, to deal with properly reconnecting to + proxies when we need to authenticate. + +2008-04-25 Micah Cowan + + * Makefile.am: -I foo -> -Ifoo. + +2008-04-23 Micah Cowan + + * utils.c (test_dir_matches_p): Added a test for the case + described in issue #20518. + +2008-04-22 Jim Paris + + * openssl.c (ssl_init): Enable combined certificate/key in + single file (apparent regression from ~1.9). Resolves issue + #22767. + 2008-04-22 Steven Schubiger * http.c (print_response_line): Changed to make responses always