From: Todd C. Miller Date: Tue, 17 May 2011 15:59:40 +0000 (-0400) Subject: Update for sudo 1.8.1p2 X-Git-Tag: SUDO_1_8_2~150^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a75992b8cf42309c826b58b85671ab16af8e5c4;p=sudo Update for sudo 1.8.1p2 --- diff --git a/NEWS b/NEWS index f7ef73ac6..729ad66ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +What's new in Sudo 1.8.1p2? + + * Two-character CIDR-style IPv4 netmasks are now matched correctly + in the sudoers file. + + * A build error with MIT Kerberos V has been resolved. + + * A crash on HP-UX in the sudoers plugin when wildcards are + present in the sudoers file has been resolved. + + * Sudo now works correctly on Tru64 Unix again. + +What's new in Sudo 1.8.1p1? + + * Fixed a problem on AIX where sudo was unable to set the final + uid if the PAM module modified the effective uid. + + * A non-existent includedir is now treated the same as an empty + directory and not reported as an error. + + * Removed extraneous parens in LDAP filter when sudoers_search_filter + is enabled that can cause an LDAP search error. + + * Fixed a "make -j" problem for "make install". + What's new in Sudo 1.8.1? * A new LDAP setting, sudoers_search_filter, has been added to