]> granicus.if.org Git - sudo/commitdiff
Mention the fix for ^Z at the password prompt when sudo was started
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 5 Feb 2014 19:57:47 +0000 (12:57 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 5 Feb 2014 19:57:47 +0000 (12:57 -0700)
in the background.

NEWS

diff --git a/NEWS b/NEWS
index c4926eba7576830e3c602003e72990952945322e..7195d2360c659e1c19bd8d7cacaf7908d61ce9bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ What's new in Sudo 1.8.10?
    not just the time stamp for the current terminal.  The -k option
    can be used to only disable time stamps for the current terminal.
 
+ * If sudo was started in the background and needed to prompt for
+   a password, it was not possible to suspend it at the password
+   prompt.  This now works properly.
+
 What's new in Sudo 1.8.9p5?
 
  * Fixed a compilation error on AIX when LDAP support is enabled.