]> sjero.net Git - wget/commitdiff
[svn] Document the existence of --preserve-permissions.
authorhniksic <devnull@localhost>
Fri, 7 Nov 2003 13:41:20 +0000 (05:41 -0800)
committerhniksic <devnull@localhost>
Fri, 7 Nov 2003 13:41:20 +0000 (05:41 -0800)
NEWS
TODO

diff --git a/NEWS b/NEWS
index 0fe8fc10cdc4997c5eb983934168e92e4fda4b2d..ab106ce4bdaf79045c326fb7fcb2aaf195277a82 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,12 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 \f
 * Changes in Wget 1.9+.
 
+** Wget no longer preserves permissions of files on FTP servers by
+default.  Anonymous FTP servers frequently use permissions like "664",
+which might not be what the user wants.  The new option
+`--preserve-permissions' and the corresponding `.wgetrc' variable can
+be used to revert to the old behavior.
+
 ** Many options that previously unconditionally set or unset features
 are now boolean options that can be invoked as `--OPTION[=yes/no]' or
 with `--no-OPTION'.  This is useful because it allows you to specify
diff --git a/TODO b/TODO
index 3122f8fd65bc23d13d95225670d7f7164493485d..7b5448364224d6353a4496a25b39fe95cd93ff97 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,13 +11,6 @@ The items are not listed in any particular order (except that
 recently-added items may tend towards the top).  Not all of these
 represent user-visible changes.
 
-* Currently Wget mirrors remote FTP permissions whenever it retrieves
-  the directory listing.  This is undesirable for most users, as
-  permissions like "664" are frequently used on the servers, which
-  might not be what the user wants.  Wget should be changed not to
-  mirror remote FTP permissions by default.  There should be a new
-  option add an option that enables this back on.
-
 * Honor `Content-Disposition: XXX; filename="FILE"' when creating the
   file name.  If possible, try not to break `-nc' and friends when
   doing that.