]> sjero.net Git - wget/blobdiff - src/ChangeLog
Password prompt only once, and before backgrounding.
[wget] / src / ChangeLog
index c5edf7a32f3eb5693395faa74237a5ef1feb4820..5a0a927ee095a7cb19a8a95b8afe5aa5681dc99c 100644 (file)
@@ -1,3 +1,26 @@
+2008-05-19  Micah Cowan  <micah@cowan.name>
+
+       * main.c (main): Password prompt should be done only once (not
+       once per argument), and should be done prior to the background
+       fork.
+
+2008-05-17  Steven Schubiger  <schubiger@gmail.com>
+
+       * init.c (defaults): Set the preferred IP family to `none' by
+       default.
+
+2008-05-17  Kenny Parnell  <k.parnell@gmail.com>
+       (cmd_spec_prefer_family): Initialize prefer_family to prefer_none.
+
+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.