]> sjero.net Git - wget/blobdiff - src/ChangeLog
Introduce --no-config. The wgetrc files will not be read
[wget] / src / ChangeLog
index 3d6699cb1c1c8ff9918fd32184692700aa499f0d..12f2a0489960a254d4cce2c58c4acd71f0a8850d 100644 (file)
@@ -1,3 +1,16 @@
+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'.