X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=b421f2645720d33892ba1078632d720c56d533cc;hp=7f79edb8b47115ab5890d1cd49b07e456b3759c1;hb=09bc5b5787a763413cf3dec387fa6f3698798241;hpb=e076a6d39d958265d8c589b69c3ebfa664294c35 diff --git a/src/ChangeLog b/src/ChangeLog index 7f79edb8..b421f264 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2011-02-22 Gilles Carry + + * 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 * http.c (gethttp, http_loop): Move duplicated code which is run