]> sjero.net Git - wget/blobdiff - src/ChangeLog
Apply patch to fix always reporting local size of zero.
[wget] / src / ChangeLog
index dbf13b80c29f9f122aa31190aa8437c917c09271..17e398607afbfcfb49399b89917debf30bf65a2f 100644 (file)
@@ -1,7 +1,18 @@
+2007-09-24  Jochen Roderburg  <roderburg@uni-koeln.de>
+
+       * http.c (http_zero): Remove no-longer-used local_size variable.
+       Fixes bug #21057.
+
 2007-08-29  Micah Cowan  <micah@cowan.name>
 
        * openssl.c (ssl_init): Re un-const-ified the meth local
        variable, to match current versions of openssl.
+       * spider.c: Removed visited_url function, as it may be very
+       inefficient.
+       (print_broken_links): Removed traversal of referrers, until such
+       time as a more efficient implementation can be written.
+       * spider.h: Replaced declaration of visited_url with an
+       empty-bodied, function-like macro.
 
 2007-08-27  Gisle Vanem         <giva@bgnett.no>