]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Correct logic of check #6 in download_child_p.
[wget] / src / ChangeLog
index 9be27d80bab3f75daba9c5029cb59e72df5b2af5..fc04daea49bd9a0560e96c87e3b1cfae552a14bd 100644 (file)
@@ -1,3 +1,15 @@
+2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * recur.c (download_child_p): When -p is used, (temporarily)
+       ignore accept/reject rules for HTMLs, even when they are at the
+       maximum recursion depth.  That is because with -p we are, if
+       necessary, overstepping the max. depth to get the requisites.
+
+2004-06-12  Larry Jones <lawrence.jones@ugsplm.com>
+
+       * recur.c (download_child_p): Correct the logic in check number 6:
+       test opt.reclevel (not DEPTH) against INFINITE_RECURSION.
+
 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * url.c: Use "static const" in preference to "const static".