]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Fix #20811: Assertion failure with --spider --recursive.
[wget] / src / ChangeLog
index d8f2fa97d148ca4626548c7763031f59559b9e55..74b58e4e2a5f47829223d10067e9b131eccd74f8 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2007-08-27  Gisle Vanem         <giva@bgnett.no>
 
        * mswindows.c (run_with_timeout): Ensure that the correct
 2007-08-24  Micah Cowan  <micah@cowan.name>
 
        * http.c (http_loop): Introduced time_came_from_head boolean
-       flag, to help avoid parsing the same Last-Modified header twice,
+       flag, to help avoid parsing the same Last-Modified header twice.
+       Replaced spidering returns of RETRUNNEEDED for some situations,
+       to RETROK, as otherwise it will be interpreted as an error.
+       RETRUNNEEDED appears never to be referenced outside of
+       http.c (and wget.h), and, when returned by gethttp, is
+       translated by http_loop to RETROK.
+       * url.c (are_urls_equal): Don't call getchar_from_escaped_string
+       if u2 is shorter than u1.
+       (test_are_urls_equal): Added tests to handle u2 shorter than u1,
+       and %2f not treated the same as / (latter currently fails).
+       * spider.c (in_url_list_p): Don't call are_urls_equal if one of
+       them is NULL.
 
 2007-08-23  Joshua David Williams  <yurimxpxman@gmail.com>