From: Todd C. Miller Date: Mon, 20 Aug 2018 17:24:53 +0000 (-0600) Subject: sync X-Git-Tag: SUDO_1_8_25^2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afca08c74d5a246696640ca113dc18c3cc51618c;p=sudo sync --- diff --git a/NEWS b/NEWS index 6660e3c31..66631b40d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +What's new in Sudo 1.8.25 + + * Fixed formatting of I/O log timing file entries on systems without + a C99-compatible snprintf() function. Our replacement snprintf() + doesn't support floating point so we can't use the "%f" format + directive. + + * I/O log timing file entries now use a monotonic timer and include + nanosecond precision. A monotonic timer that does not increment + while the system is sleeping is used where available. + + * Fixed a bug introduced in sudo 1.8.24 where sudoNotAfter in the LDAP + backend was not being properly parsed. Bug #845. + + * When sudo runs a command in a pseudo-tty, the slave device is + now closed in the main process immediately after starting the + monitor process. This removes the need for an AIX-specific + workaround that was added in sudo 1.8.24. + + * Added support for monotonic timers on HP-UX. + What's new in Sudo 1.8.24 * The LDAP and SSS back-ends now use the same rule evaluation code