]> sjero.net Git - wget/blobdiff - src/ChangeLog
Implement --config.
[wget] / src / ChangeLog
index a3b7921ffa06dca10cc4f3e6295ad554253c77d6..ed09202506b1d3bd4561b6a9461ce6d58bea1d14 100644 (file)
@@ -1,3 +1,31 @@
+2010-08-08  Reza Snowdon <vivi@mage.me.uk>
+
+       * main.c (main): inserted 'defaults'.
+         Added additional 'getopt_long' while loop to search and apply a
+         user specified config file before any other options.
+         New variables 'retconf', 'use_userconfig',
+         'confval', 'userrc_ret', 'config_opt'.
+       * init.c: Include stdbool.h.
+          (commands): Added config details.
+         (defaults): Removed static.
+         (wgetrc): Removed static.
+         (initialize): Removed 'defaults ()',
+          changed 'int ok' to 'bool ok'.
+       * options.h: New variable 'choose_config'.
+        * init.h (defaults): exported function.
+         (run_wgetrc): exported function.
+
+2010-10-24  Jessica McKellar <jesstess@mit.edu> (tiny change)
+
+       * main.c (main): Print the total download time as part of the
+       summary for downloads using the recursive or page requisites
+       options. Fixes bug #21359.
+
+2010-10-24  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (wgnutls_peek): Do not return an error when
+       `gnutls_record_recv' fails but some data is already available.
+
 2010-10-23  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * Makefile.am (LIBS): Remove @LIBGNUTLS@ and use @W32LIBS@ as last