]> sjero.net Git - wget/blobdiff - src/ChangeLog
Do not adjust the extension if the file ends in .htm.
[wget] / src / ChangeLog
index 7f79edb8b47115ab5890d1cd49b07e456b3759c1..6230268609b2f650722e1901cd9fa59e5fdd5d10 100644 (file)
@@ -1,3 +1,18 @@
+2011-03-02  Tomasz Buchert <tomek.buchert@gmail.com> (tiny change)
+
+       * http.c (ensure_extension): Do not adjust the extension if the file
+       ends in .htm.
+
+2011-02-22  Gilles Carry  <gilles dot carry at st dot com>
+
+       * main.c (prompt_for_password): Use stderr instead of stdout
+       to prompt password. This allows to use --output-document=- and
+       --ask-password simultaneously. Without this, redirecting stdout
+       makes password prompt invisible and mucks up payload such as in
+       this example:
+       wget --output-document=- --ask-password -user=foo \
+               http://foo.com/tarball.tgz | tar zxf -
+
 2011-02-22  Steven Schubiger  <stsc@member.fsf.org>
 
        * http.c (gethttp, http_loop): Move duplicated code which is run