]> granicus.if.org Git - sudo/commitdiff
Document when the I/O log timing file entry bug was introduced.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 20 Aug 2018 18:49:24 +0000 (12:49 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 20 Aug 2018 18:49:24 +0000 (12:49 -0600)
NEWS

diff --git a/NEWS b/NEWS
index 66631b40d171eb9806d72819322e57b511bd37ac..d6a944b4dc5e114d5aa5c37e46a416aea1a598ec 100644 (file)
--- 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