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

Update with final changes.

This commit is contained in:
Todd C. Miller 2013-05-24 11:26:41 -04:00
parent 62c7945c00
commit a6ee84b0ad

6
NEWS
View File

@ -97,6 +97,12 @@ What's new in Sudo 1.8.7?
* The paths to ldap.conf and ldap.secret may now be specified as
arguments to the sudoers plugin in the sudo.conf file.
* Fixed potential false positives in visudo's alias cycle detection.
* Fixed a problem where the time stamp file was being treated
as out of date on Linux systems where the change time on the
pseudo-tty device node can change after it is allocated.
What's new in Sudo 1.8.6p8?
* Terminal detection now works properly on 64-bit AIX kernels.