]> sjero.net Git - wget/blobdiff - src/ChangeLog
Turn --debug into no-op if compiled without debugging support
[wget] / src / ChangeLog
index 3d6699cb1c1c8ff9918fd32184692700aa499f0d..33eb5ed6a4ad6e6198e3cdccb1227136512d0e7a 100644 (file)
@@ -1,3 +1,26 @@
+2014-01-29  Darshit Shah  <darnir@gmail.com>
+
+       * main.c: Remove pre-processor variable WHEN_DEBUG
+       (option_data[]): Do not fail on --debug even if debug support is not
+       compiled in.
+       (main): Explicitly set opt.debug to false in case debugging support was not
+       compiled.
+       * init.c (commands[]): Support --debug wven when support is not compiled in.
+       * options.h: Same
+
+2014-01-17  Darshit Shah  <darnir@gmail.com>
+
+       * init.c (commands[]): Add --no-config.
+       * options.h: Same.
+       * main.c (option_data[]): Same.
+       (print_help): Same.
+       (main): If --no-config is set, then do not read the wgetrc files.
+
+2014-01-05  Håkon Vågsether <hauk142@gmail.com> (tiny change)
+
+       * http.c (http_loop): Fix checking the URL length when filename is
+       specified.
+
 2013-12-29  Giuseppe Scrivano  <gscrivan@redhat.com>
 
        * init.c (home_dir): Remove useless 'if'.