]> sjero.net Git - wget/blobdiff - src/ChangeLog
Avoid reusing same buffer for successive quoted args.
[wget] / src / ChangeLog
index 4cb424fb613f36b4bb22af06871a84e76e15535c..f37814d53d59d50145bc4c93fd8caf167bfe3173 100644 (file)
@@ -1,3 +1,58 @@
+2009-09-22  Micah Cowan  <micah@cowan.name>
+
+       * 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  <micah@cowan.name>
+
+       * 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  <sms@antinode.info>
+
+       * 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  <stsc@member.fsf.org>
+
+       * main.c, init.c: Mark the --preserve-permissions and 
+       --html-extension option as deprecated.
+
+2009-09-06  Micah Cowan  <micah@cowan.name>
+
+       * 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  <stsc@member.fsf.org>
+
+       * retr.h: Declare set_local_file() to avoid build warnings.
+
+2009-09-05  Gisle Vanem  <gvanem@broadpark.no>
+
+       * 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  <micah@cowan.name>
+
+       * 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  <micah@cowan.name>
 
        * ftp-ls.c (ftp_parse_vms_ls): Replace use of localtime_r with