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 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 I/O log data. This fixes support for RejectMessage as well as
AcceptMessage when the expect_iobufs flag is not set. AcceptMessage when the expect_iobufs flag is not set.