From: Todd C. Miller Date: Sun, 22 May 2011 19:58:46 +0000 (-0400) Subject: Mention what is new in 1.8.2 (for now) X-Git-Tag: SUDO_1_8_2~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62aaf699147c09c8b5b7aca2aa1ebb40e0eca3fb;p=sudo Mention what is new in 1.8.2 (for now) --HG-- branch : 1.8 --- diff --git a/NEWS b/NEWS index 729ad66ef..34e8280c2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +What's new in Sudo 1.8.2? + + * Added a workaround for a FreeBSD bug with dlopen() and non-standard + PAM modules. + + * Sudo, visudo, sudoreplay and the sudoers plug-in now have natural + language support (NLS). Sudo will use gettext(), if available, + to display translated messages. This can be disabled by passing + configure the --disable-nls option. + + * Group ownership of the sudoers file is only enforced when the file + mode on sudoers allows group readability or writability. + What's new in Sudo 1.8.1p2? * Two-character CIDR-style IPv4 netmasks are now matched correctly