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

Move misplaced changes into the 1.9.7 section where they belong.

This commit is contained in:
Todd C. Miller 2021-05-04 14:23:39 -06:00
parent 468e9c7f48
commit f2081f902b

12
NEWS
View File

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