]> granicus.if.org Git - sudo/commitdiff
sync for 1.7.5b3
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Feb 2011 19:23:17 +0000 (14:23 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Feb 2011 19:23:17 +0000 (14:23 -0500)
--HG--
branch : 1.7

NEWS

diff --git a/NEWS b/NEWS
index 39cb6539ba14525c9581529e43a31ddd9b078ee3..c9105ab47fff46b4cef6ad5f1d9ac793783d61b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,20 @@ What's new in Sudo 1.7.5?
    allow one to change the default for the sudoers Default setting
    "env_reset" at compile time.
 
+ * When logging "sudo -l command", sudo will now prepend "list "
+   to the command in the log line to distinguish between an
+   actual command invocation in the logs.
+
+ * Double-quoted group and user names may now include escaped double
+   quotes as part of the name.  Previously this was a parse error.
+
+ * Sudo once again restores the state of the signal handlers it
+   modifies before executing the command.  This allows sudo to be
+   used with the nohup command.
+
+ * Resuming a suspended shell now works properly when I/O logging
+   is not enabled (the I/O logging case was already correct).
+
 What's new in Sudo 1.7.4p6?
 
  * A bug has been fixed in the I/O logging support that could cause