X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=0d4c94b53a664c33e20ed55feb9f55ce24ffbf02;hp=149bc521dc86a801bfe9022dcc76b98d0f0f3421;hb=d78cd8d8f8e12d1b71ac19795131d6975abe544b;hpb=da51f9b2c41ca5f7de5ef3c6d6b8fd5fb2a8142b diff --git a/src/ChangeLog b/src/ChangeLog index 149bc521..0d4c94b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,6 +3,15 @@ * ftp.c (getftp): Verify that the file actually exists in FTP, by checking it against the listing. +2008-05-15 Micah Cowan + + * main.c (prompt_for_password): Use the quote module. + +2008-05-14 Micah Cowan + + * ftp.c (ftp_retrieve_list): Symlinks and other filenames + should be fully quoted. + 2008-05-12 Micah Cowan * main.c (main): Downgrade "-N with -O" to a warning, and switch @@ -14,6 +23,21 @@ printed on lines that don't display the ETA, in multibyte locales. +2008-04-30 Steven Schubiger + + * main.c (main): New code that handles prompting for passwords + when specified explicitly via command-line option (using gnulib's + getpass-gnu module). + (main): Include the getpass header. + + * init.c: Add "ask-password" to the list of recognized commands. + + * options.h: Add an according boolean member to the options + struct. + + * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE + out, because they're now defined independently by config.h. + 2008-04-27 Rabin Vincent * http.c (http_loop): Fix return for the case where we don't @@ -82,6 +106,35 @@ * Makefile.am: Move @LIBS@ after other libraries, for better static-linking support. Fixes bug #22143. +2008-04-16 Steven Schubiger + + * ftp.c: Use Gnulib's quote function for printing filenames and + such. + * connect.c: Likewise. + * convert.c: Likewise. + * cookies.c: Likewise. + * ftp-opie.c: Likewise. + * gnutls.c: Likewise. + * init.c: Likewise. + * log.c: Likewise. + * mswindows.c: Likewise. + * openssl.c: Likewise. + * progress.c: Likewise. + * recur.c: Likewise. + * res.c: Likewise. + * utils.c: Likewise. + +2008-04-16 Steven Schubiger + + * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE + out, because they're now defined independently by config.h. + +2008-04-14 Steven Schubiger + + * http.c: Use Gnulib's quote function for printing filenames and + such. + * wget.h: #include "quote.h". + 2008-04-12 Rabin Vincent * mswindows.c (fake_fork_child): Don't create a logfile for