]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Merging fix #20499: MAX_REDIRECTIONS should be configurable.
[wget] / src / ChangeLog
index 6b562001a9e46d0ee21a573f00918ffd8da33ddb..4dc66b1f4f5c3eb130022c69a95ac9f9c48e7f4f 100644 (file)
@@ -1,3 +1,25 @@
+2007-07-28  Micah Cowan  <micah@cowan.name>
+
+       * options.h, init.c, retr.c, main.c: renamed opt maxredirect
+       field to max_redirect, for improved consistency.
+       * init.c: changed max_redirect parser from cmd_number_inf to
+       cmd_number, as infinite redirects may not be appropriate.
+       Alternatively, if cmd_number_inf should be used, then
+       opt.max_redirect's value should be checked a bit differently in
+       retr.c, to allow for the "infinite" meaning of zero.
+
+2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
+
+       * options.h: added maxredirect to options struct
+       * init.c: added maxredirect to list of variables
+       * retr.c (retrieve_url): replaced MAX_REDIRECTIONS with opt.maxredirect
+       * main.c: added option --max-redirect
+
+2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
+
+       * test.h: tests made more verbose; now displays the name
+       of each test run.
+
 2007-07-05  Micah Cowan  <micah@cowan.name>
 
        * cmpt.c, connect.c, connect.h, convert.c, convert.h:
        Updated GPL reference to version 3 or later, removed FSF
        address.
 
-2007-07-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
-
-       * http.c (http_loop): Skip HEAD request and start immediately with GET
-       if -O is given.
-
 2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * http.c (print_server_response): Escape non-printable characters