]> sjero.net Git - wget/blobdiff - src/ChangeLog
--no-match-server-timestamps
[wget] / src / ChangeLog
index d72cf7efd95f384ea001226a97d508dc7650d3bf..9ae5092d1f86ec6b9c9d7c0fad0b8e8d1560d97f 100644 (file)
@@ -1,3 +1,52 @@
+2010-01-09  David Holman  <holman.david@gmail.com>
+
+       * init.c, main.c, http.c, ftp.c: Added support for
+       --no-match-server-timestamps.
+
+2009-12-03  Peter Rosin  <peda@lysator.liu.se>
+
+       * snprintf.c (dopr): Output %p as unsigned.
+
+2010-01-09  Jeremy Olexa  <darkside@gentoo.org>  (tiny change)
+
+       * init.c: Deal with systems which provide PATH_MAX in
+       sys/param.h rather than limits.h.
+
+2009-10-09  Steven Schweda  <sms@antinode.info>
+
+       * utils.c: Added characters " : \ | to the list of normal
+       caret-escaped (ODS5) characters in the char_prop[] table.
+
+2009-09-22  Arvind Jamuna Dixit  <ardsrk@gmail.com>
+
+       * http.c (extract_param, parse_content_disposition): Support
+       RFC 2231 while parsing Content-Disposition header
+
+2009-10-24  Petr Pisar  <petr.pisar@atlas.cz>
+
+       * openssl.c: Implement support for (multiple) subjectAltNames in
+       X509 certificates, not just the commonName.
+
+2009-10-09  Micah Cowan  <micah@cowan.name>
+
+       * main.c: Fix declaration of compiled_features.
+
+       * build_info.c.in: Adapt to new input format. Added a check for
+       large-file support. Replaced the "openssl" and "gnutls"
+       advertisements with a single "ssl/foo" advertisement.
+
+2009-09-30  Micah Cowan  <micah@cowan.name>
+
+       * sysdep.h: Unconditionally include stdbool.h (gnulib has it for
+       systems that don't supply it.)
+
+       * vms.c: Added functions vms_basename(), used to extract the
+       bare executable name from argv[0], and vms_getpass(), a
+       VMS-specific replacement for GNU getpass().
+
+        vms.c: Added global string constants: compilation_string
+       (NULL), link_string (NULL), and version_string (real).
+
 2009-09-24  Micah Cowan  <micah@cowan.name>
 
        * vms.c: Moved from vms/vms.c.