]> sjero.net Git - wget/blobdiff - src/ChangeLog
Print any errors from unlinking robots.txt.
[wget] / src / ChangeLog
index 3c17e342cb5aa9a2a0ee4c2a477d646d4fb72cd2..9b42daca239e4600524bd8fc58fb0ef608d60c25 100644 (file)
@@ -1,3 +1,29 @@
+2007-10-14  Micah Cowan  <micah@cowan.name>
+
+       * recur.c (download_child_p): Print error if unlink of
+       robots.txt fails.
+
+2007-10-14  Joshua David Williams  <yurimxpxman@gmail.com>
+
+       * recur.c (download_child_p): Remove robots.txt if
+       --delete-after or --spider is on.
+
+2007-10-13  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: Make version.c depend on Wget dependencies (source
+       files, plus such things as LIBOBJS so we get things like
+       http-ntlm.c or gen-md5.c).
+
+2007-10-10  Micah Cowan  <micah@cowan.name>
+
+       * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of
+       hoping it'll be included by accident in openssl/des.h.
+
+2007-10-09  Gisle Vanem  <gvanem@broadpark.no>
+
+       * mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer
+       needed.  Hence simply the prototype. Free 'exec_name' at exit.
+
 2007-10-09  Micah Cowan  <micah@cowan.name>
 
        * gettext.h: Imported from /usr/share/gettext, fuller handling
@@ -5,6 +31,9 @@
        * wget.h: Remove logic for handling lack of NLS (now in
        gettext.h).
        * main.c: Use gettext's ENABLE_NLS rather than HAVE_NLS.
+       * Makefile.am: added @LIBINTL@ to LIBS (though it probably
+       belongs in LDADD, along with everything else currently assigned
+       to LIBS).
 
 2007-10-08  Micah Cowan  <micah@cowan.name>