]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Made clarifications and corrections to --continue's --help output and wget...
[wget] / src / ChangeLog
index c2fc00d23e18d0fc9cf2e89be806b9724c6bc5f2..5f271e5f370753d282646ed7beb3e05a818178f5 100644 (file)
@@ -5,6 +5,18 @@
        it into this new file, to fix spelling mistakes, to clarify, etc.
 
        * url.c (write_backup_file): Clarified a comment.
+       (str_url): Henrik van Ginhoven pointed out on the list that we
+       shouldn't give away the number of characters in the password by
+       replacing each character with a 'x'.  Use "<password>" instead.
+
+       * ftp.c (ftp_retrieve_dirs): I don't see a ChangeLog entry for
+       this, but the bug where recursion into FTP directories didn't work
+       if logging in put you in a directory other than "/" is apparently
+       fixed now.  Removed the comment here warning of the bug.
+
+       * main.c (print_help): --continue's description was misleading.
+       We don't "restart", we "resume".  Also, better to say
+       "partially-downloaded file" rather than just "existing file".
 
 2001-01-06  Dan Harkless  <wget@harkless.org>