]> sjero.net Git - wget/blobdiff - src/ChangeLog
Handle Ctrl-D, empty password.
[wget] / src / ChangeLog
index c5edf7a32f3eb5693395faa74237a5ef1feb4820..ad8a67ec6b03615a3f439dcb256bc52ca06c3645 100644 (file)
@@ -1,3 +1,12 @@
+2008-05-17  Micah Cowan  <micah@cowan.name>
+
+       * main.c (main): Handle Ctrl-D on command-line.
+
+2008-05-15  Steven Schubiger  <schubiger@gmail.com>
+
+       * ftp.c (getftp): Verify that the file actually exists in FTP, by
+       checking it against the listing.
+
 2008-05-15  Micah Cowan  <micah@cowan.name>
 
        * main.c (prompt_for_password): Use the quote module.