]> granicus.if.org Git - sudo/commitdiff
Update with debug system changes and revent bug fixes.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 23 Oct 2014 13:28:36 +0000 (07:28 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 23 Oct 2014 13:28:36 +0000 (07:28 -0600)
NEWS

diff --git a/NEWS b/NEWS
index 667be58b522a721b676b582298ec99d34b03e70f..582aeb785ff5727a1e54d4bf179de7baf8990603 100644 (file)
--- 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