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

Document when the I/O log timing file entry bug was introduced.

This commit is contained in:
Todd C. Miller 2018-08-20 12:49:24 -06:00
parent afca08c74d
commit 8d83bd5c05

8
NEWS
View File

@ -1,9 +1,9 @@
What's new in Sudo 1.8.25 What's new in Sudo 1.8.25
* Fixed formatting of I/O log timing file entries on systems without * Fixed a bug introduced in sudo 1.8.20 that broke formatting of
a C99-compatible snprintf() function. Our replacement snprintf() I/O log timing file entries on systems without a C99-compatible
doesn't support floating point so we can't use the "%f" format snprintf() function. Our replacement snprintf() doesn't support
directive. floating point so we can't use the "%f" format directive.
* I/O log timing file entries now use a monotonic timer and include * I/O log timing file entries now use a monotonic timer and include
nanosecond precision. A monotonic timer that does not increment nanosecond precision. A monotonic timer that does not increment