X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=5eef2bd6c7fbb4a2150ad08dd635958f48b82b30;hp=f223d3593557a42dae456ceae2bfcd5b7108c689;hb=ec84142901fc685d7a08267fc0be8962e468968d;hpb=e72b57629bf49cdfd663002a8bb336a67b958979 diff --git a/src/ChangeLog b/src/ChangeLog index f223d359..5eef2bd6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -14,6 +14,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