X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=5a0a927ee095a7cb19a8a95b8afe5aa5681dc99c;hb=f7235a59b707cabf831127100916de63b2ef1bc7;hp=f223d3593557a42dae456ceae2bfcd5b7108c689;hpb=e72b57629bf49cdfd663002a8bb336a67b958979;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index f223d359..5a0a927e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,30 @@ +2008-05-19 Micah Cowan + + * main.c (main): Password prompt should be done only once (not + once per argument), and should be done prior to the background + fork. + +2008-05-17 Steven Schubiger + + * init.c (defaults): Set the preferred IP family to `none' by + default. + +2008-05-17 Kenny Parnell + (cmd_spec_prefer_family): Initialize prefer_family to prefer_none. + +2008-05-17 Micah Cowan + + * main.c (main): Handle Ctrl-D on command-line. + +2008-05-15 Steven Schubiger + + * 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 @@ -14,6 +41,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