From d9cbb7bebd77d5d656d162e2264a2c4880fbadfc Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 22 May 2020 15:35:30 -0600 Subject: [PATCH] Mention Bug #927. --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a4a8429ad..1144f7a34 100644 --- a/NEWS +++ b/NEWS @@ -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.