]> sjero.net Git - wget/blobdiff - src/ChangeLog
Remove an unused declaration.
[wget] / src / ChangeLog
index 736a90e0ed4536ab44c01ea3902c89b184728c27..83fa2a26df9f9a3c594d04b5b1e846ce14e96d98 100644 (file)
@@ -1,3 +1,36 @@
+2009-02-18  Steven Schubiger  <stsc@members.fsf.org>
+
+       * recur.h: Remove the dangling declaration for recursive_cleanup().
+
+2008-11-13  Micah Cowan  <micah@cowan.name>
+
+       * http.c (gethttp): Don't do anything when content-length >= our
+       requested range.
+
+2008-11-27  Saint Xavier  <wget@sxav.eu>
+
+       * http.c (gethttp): Move authentication code before filename
+       allocation avoiding fallbacking on default filename because
+       "Content-Disposition" header wasn't present before authentcation
+       has been completed. Fixes bug #24862.
+
+2008-11-16  Steven Schubiger  <stsc@members.fsf.org>
+
+       * main.c: Declare and initialize the numurls counter.
+
+       * ftp.c, http.c: Make the counter visible here and use it.
+       
+       * options.h: Remove old declaration from options struct.
+
+2008-11-15  Steven Schubiger  <stsc@members.fsf.org>
+
+       * init.c (defaults): Set default waitretry value.
+
+2008-11-14  Steven Schubiger  <stsc@members.fsf.org>
+
+       * main.c (format_and_print_line): Use a custom format 
+       string for printing leading spaces.
+
 2008-11-12  Micah Cowan  <micah@cowan.name>
 
        * ftp-ls.c (ftp_index): HTML-escape dir name in title, h1, a:href.