From cd9aad660d4b7b525ffd9759a2f18a27e1153690 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 22 Jul 2007 20:40:12 +0000 Subject: [PATCH] remove features that were back-ported to 1.6.9 --- WHATSNEW | 9 --------- 1 file changed, 9 deletions(-) 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. -- 2.40.0