Imported Debian patch 1.6.9p10-1
[debian/sudo] / CHANGES
diff --git a/CHANGES b/CHANGES
index a3797a3f151ac5d2d4477e95f2c8f8f434ae42eb..8aa51fc76365bef2ca3e03eb2c5d10bb28b424b8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1993,3 +1993,25 @@ Sudo 1.6.9p7 released.
      user specified.
 
 Sudo 1.6.9p8 released.
+
+630) The ALL command in sudoers now implies SETENV permissions.
+
+631) The command search is now performed using the target user's
+     auxiliary group vector too.
+
+632) When determining if the PAM prompt is the default "Password: ",
+     compare the localized version if possible.
+
+633) Added passprompt_override flag to sudoers to cause sudo's prompt
+     to be used in all cases.  Also set when the -p flag is used.
+
+Sudo 1.6.9p9 released.
+
+634) Moved LDAP options into a table for simplified parsing/setting.
+
+635) Fixed a problem with how some LDAP options were being applied.
+
+636) Added support for connecting directly to LDAP servers via SSL
+     in addition to the existing start_tls support.
+
+Sudo 1.6.9p10 released.