]> granicus.if.org Git - sudo/commitdiff
remove features that were back-ported to 1.6.9
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 22 Jul 2007 20:40:12 +0000 (20:40 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 22 Jul 2007 20:40:12 +0000 (20:40 +0000)
WHATSNEW

index 66a93118be20424574bfa4a836a900dad4c92d77..ddf80960f0473a5faeeb9649aec7cece1e5a57d5 100644 (file)
--- 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.