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

Bugs #860 and #917 were fixed in 1.9.0.

This commit is contained in:
Todd C. Miller 2020-06-19 06:17:39 -06:00
parent 65edf6344d
commit e6d6e9ba05

8
NEWS
View File

@ -74,6 +74,10 @@ What's new in Sudo 1.9.0
* Fixed a test failure in the strsig_test regress test on FreeBSD.
* The maximum length of a conversation reply has been increased
from 255 to 1023 characters. This allows for longer user passwords.
Bug #860.
* Sudo now includes a logging daemon, sudo_logsrvd, which can be
used to implement centralized logging of I/O logs. TLS connections
are supported when sudo is configured with the --enable-openssl
@ -117,6 +121,10 @@ What's new in Sudo 1.9.0
function to write to the standard output or standard error instead
of the terminal device.
* Fixed a bug where if a #include or #includedir directive was the
last line in sudoers and there was no final newline character, it
was silently ignored. Bug #917.
* It is now possible to use "Cmd_Alias" instead of "Cmnd_Alias" for
people who find the former more natural.