From: Todd C. Miller Date: Sat, 8 Nov 2008 15:31:47 +0000 (+0000) Subject: add sections on tgetpass changes X-Git-Tag: SUDO_1_7_0~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8742114ce2b9014e8decc794b2b66fcaaedf603;p=sudo add sections on tgetpass changes --- diff --git a/UPGRADE b/UPGRADE index d92728b3f..86e646f35 100644 --- a/UPGRADE +++ b/UPGRADE @@ -25,6 +25,9 @@ o Upgrading from a version prior to 1.7.0: in sudo's ldap.conf unless ldap.conf references a valid certificate authority file(s). + Please also see the WHATSNEW file for a list of new features in + sudo 1.7.0. + o Upgrading from a version prior to 1.6.9: Starting with sudo 1.6.9, if an OS supports a modular authentication diff --git a/WHATSNEW b/WHATSNEW index 372e45b2a..f3397061f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -65,3 +65,12 @@ What's new in Sudo 1.7.0? * A new flag, -n, may be used to indicate that sudo should not prompt the user for a password and, instead, exit with an error if authentication is required. + + * If sudo needs to prompt for a password and it is unable to disable + echo (and no askpass program is defined), it will refuse to run + unless the "visiblepw" Defaults option has been specified. + + * Prior to version 1.7.0, hitting enter/return at the Password: prompt + would exit sudo. In sudo 1.7.0 and beyond, this is treated as + an empty password. To exit sudo, the user must press ^C or ^D + at the prompt.