From: Todd C. Miller Date: Mon, 20 Aug 2018 18:49:24 +0000 (-0600) Subject: Document when the I/O log timing file entry bug was introduced. X-Git-Tag: SUDO_1_8_25^2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d83bd5c05a4654e03c744cd561fb0cc17598536;p=sudo Document when the I/O log timing file entry bug was introduced. --- diff --git a/NEWS b/NEWS index 66631b40d..d6a944b4d 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ 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. + * Fixed a bug introduced in sudo 1.8.20 that broke 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