From f2081f902b11022fa9d7d8212773d196989b4d84 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 4 May 2021 14:23:39 -0600 Subject: [PATCH] Move misplaced changes into the 1.9.7 section where they belong. --- NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index b94761d80..5bfb89d58 100644 --- a/NEWS +++ b/NEWS @@ -60,12 +60,6 @@ What's new in Sudo 1.9.7 unescaped backslash. Also fixed the handling of quote characters that are escaped by a backslash. GitHub issue #99. -What's new in Sudo 1.9.6p1 - - * Fixed a regression introduced in sudo 1.9.6 that resulted in an - error message instead of a usage message when sudo is run with - no arguments. - * Fixed a bug that prevented the "log_server_verify" sudoers option from taking effect. @@ -79,6 +73,12 @@ What's new in Sudo 1.9.6p1 * The TLS connection timeout in the sudoers log client was previously hard-coded to 10 seconds. It now uses the value of log_server_timeout. +What's new in Sudo 1.9.6p1 + + * Fixed a regression introduced in sudo 1.9.6 that resulted in an + error message instead of a usage message when sudo is run with + no arguments. + What's new in Sudo 1.9.6 * Fixed a sudo_sendlog compilation problem with the AIX xlC compiler.