From: Todd C. Miller Date: Thu, 23 Oct 2014 13:28:36 +0000 (-0600) Subject: Update with debug system changes and revent bug fixes. X-Git-Tag: SUDO_1_8_12^2~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=323b4a814e3a613f8a762691475641d2cc3a1285;p=sudo Update with debug system changes and revent bug fixes. --- diff --git a/NEWS b/NEWS index 667be58b5..582aeb785 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,28 @@ What's new in Sudo 1.8.12 + * Debug settings for the sudo front end and sudoers plugin are now + configured separately. + + * Multiple sudo.conf Debug entries may now be specified per program + (or plugin). + + * The plugin API has been extended such that the path to the plugin + that was loaded is now included in the settings array. This + path can be used to register with the debugging subsystem. The + debug_flags setting is now prefixed with a file name and may be + specified multiple times if there is more than one matching Debug + setting in sudo.conf. + + * The sudoers regression tests now run with the locale set to C + since some of the tests compare output that includes locale-specific + messages. Bug #672 + + * Fixed a bug where sudo would not run commands on Linux when + compiled with audit support if audit is disabled. Bug #671 + + * Added __BASH_FUNC<* to the environment blacklist to match + Apple's syntax for newer-style bash functions. + * The default password prompt now includes a trailing space after "Password:" for consistency with su(1) on most systems. Bug #663 @@ -28,7 +51,7 @@ What's new in Sudo 1.8.11p1 * Fixed a "make check" failure for ttyname when stdin is closed and stdout and stderr are redirected to a different tty. Bug #643 - * Added BASH_FUNC_* to environment blacklist to match newer-style + * Added BASH_FUNC_* to the environment blacklist to match newer-style bash functions. What's new in Sudo 1.8.11