From: Todd C. Miller Date: Fri, 18 Mar 2011 14:24:54 +0000 (-0400) Subject: Update for sudo 1.7.6 beta X-Git-Tag: SUDO_1_7_6~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0aeb57cfd1b1e84527a76b5ac36fdedf774d394c;p=sudo Update for sudo 1.7.6 beta --HG-- branch : 1.7 --- diff --git a/NEWS b/NEWS index d2649e47e..22b966e21 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ What's new in Sudo 1.7.6? + * A new LDAP setting, sudoers_search_filter, has been added to + ldap.conf. This setting can be used to restrict the set of + returned by the LDAP query. + + * White space is now permitted within a User_List when used in + conjunction with a per-user Defaults definition. + + * Support for double-quoted words in the sudoers file has been fixed. + The change in 1.7.5 for escaping the double quote character + caused the double quoting to only be available at the beginning + of an entry. + * The fix for resuming a suspended shell in 1.7.5 caused problems with resuming non-shells on Linux. Sudo will now save the process group ID of the program it is running on suspend and restore it