From a6ee84b0adbec0b98ac0779a101c9e7c9a54dfd6 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 24 May 2013 11:26:41 -0400 Subject: [PATCH] Update with final changes. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index a08b30706..a52a5d9cf 100644 --- a/NEWS +++ b/NEWS @@ -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.