From: Todd C. Miller Date: Sun, 22 Jul 2007 20:40:12 +0000 (+0000) Subject: remove features that were back-ported to 1.6.9 X-Git-Tag: SUDO_1_7_0~466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd9aad660d4b7b525ffd9759a2f18a27e1153690;p=sudo remove features that were back-ported to 1.6.9 --- diff --git a/WHATSNEW b/WHATSNEW index 66a93118b..ddf80960f 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -30,16 +30,7 @@ What's new in Sudo 1.7? * Password and group data is now cached for fast lookup. - * Sudo will use the supplemental group vector if it is present in addition - to doing string comparisons of the group members. This is useful for - systems with nsswitch.conf where group entries can be in either /etc/group - or some other database (NIS, NIS+, LDAP, etc) and getgrnam() only returns - data from one source. - * The file descriptor at which sudo starts closing all open files is now configurable via sudoers and, optionally, the command line. - * Visudo can now handle VISUAL and EDITOR environment variables that contain - command line arguments. - * Visudo will now warn about aliases that are defined but not used.