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

Mention Bug #927.

This commit is contained in:
Todd C. Miller 2020-05-22 15:35:30 -06:00
parent 026caf0081
commit d9cbb7bebd

6
NEWS
View File

@ -1,6 +1,10 @@
What's new in Sudo 1.9.1
* Correct handling of sudo_logsrvd connections without associated
* Fixed an AIX-specific problem when I/O logging was enabled.
The terminal device was not being properly set to raw mode.
Bug #927.
* Corrected handling of sudo_logsrvd connections without associated
I/O log data. This fixes support for RejectMessage as well as
AcceptMessage when the expect_iobufs flag is not set.