]> sjero.net Git - wget/blobdiff - src/ChangeLog
Do not honor --config only when used as first long argument
[wget] / src / ChangeLog
index f374605abf6cb4192034b69b048293e8ae6525d9..df9101367c92ca77ce1c6d45eb26408219a9b5f5 100644 (file)
@@ -1,3 +1,16 @@
+2012-12-09  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (main): Keep looking for "config" until there are
+       arguments to parse.
+       Reported by: Adrien Dumont <adr.dum@hotmail.fr>
+
+       * test.c: Include "wget.h".
+
+2012-12-08  Michael Stapelberg <michael@stapelberg.de> (tiny change)
+
+       * retr.c (retrieve_url): Set iri->orig_url to NULL after it is
+       freed.
+
 2012-11-26  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * wget.h (MAX_INT_TO_STRING_LEN): Define macro.