2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Mention the fix for ^Z at the password prompt when sudo was started

in the background.
This commit is contained in:
Todd C. Miller 2014-02-05 12:57:47 -07:00
parent 135c85e152
commit 4e733589e7

4
NEWS
View File

@ -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.