]> sjero.net Git - wget/blobdiff - src/ChangeLog
Only remove .listing if it has been created.
[wget] / src / ChangeLog
index 51946933aaea2237b01a9a3f5996b5c47ededa13..a8da28de67b4893de2bedc602d8490e018842cf2 100644 (file)
@@ -1,12 +1,17 @@
+2008-04-22  Rabin Vincent  <rabin@rab.in>
+
+       * ftp.c (ftp_get_listing): Only remove .listing if it has been
+       created. 
+
 2008-04-22  Alain Guibert  <alguibert+bts@free.fr>
 
        * test.h (mu_run_test): Move declaration before statements, for
-       C90 conformance.
+       C90 conformance. Fixes bug #22789.
 
 2008-04-22  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.am: Move @LIBS@ after other libraries, for better
-       static-linking support.
+       static-linking support. Fixes bug #22143.
 
 2008-04-12  Rabin Vincent  <rabin@rab.in>