X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=f37814d53d59d50145bc4c93fd8caf167bfe3173;hp=c5f20190073e41507f125bb05a68295b7008b873;hb=34b1a7ad5d8d09cb9c9c8015b09a1298c301321c;hpb=c794a7e82668a68b39461d267649d8b94cfe6fae diff --git a/src/ChangeLog b/src/ChangeLog index c5f20190..f37814d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,52 @@ +2009-09-22 Micah Cowan + + * openssl.c (ssl_check_certificate): Avoid reusing the same buffer + space for successive quoted arguments. Thanks to Steven Schweda + for pointing out the problem. + +2009-09-21 Micah Cowan + + * progress.c (update_speed_ring): "the the" -> "the". + + * css-url.c, iri.c, mswindows.c: Removed assert.h inclusion (not + using it). + +2009-09-11 Steven Schweda + + * utils.c, utils.h (fopen_excl): Make second argument an int, + rather than a bool (so it can handle the appropriate VMS version + of the flag). + + * main.c (print_version): Don't print LOCALEDIR unless NLS is + enabled. + + * http.c (gethttp): Pass FOPEN_BIN_FLAG, instead of true. + + * ftp.c (ftp_retrieve_glob): Cast strcmp to assign to cmp, for a + silly HP build environment. + +2009-09-08 Steven Schubiger + + * main.c, init.c: Mark the --preserve-permissions and + --html-extension option as deprecated. + +2009-09-06 Micah Cowan + + * ftp.c (getftp, ftp_loop_internal): Separate "len" input/output + parameter (with different meanings for input and output), into two + separate parameters, one input (passed_expected_bytes) and one + output (qtyread). Fixes bug #26870. + +2009-09-05 Steven Schubiger + + * retr.h: Declare set_local_file() to avoid build warnings. + +2009-09-05 Gisle Vanem + + * connect.c, init.c, main.c, openssl.c, options.h: Replace + "ifdef MSDOS" with "ifdef USE_WATT32" since DOS-targets in fact + use the Watt-32 tcp/ip stack. + 2009-09-04 Micah Cowan * Makefile.am: Move build_info.c to wget_SOURCES from