2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Bugs 846 and 847

This commit is contained in:
Todd C. Miller 2018-08-22 08:23:29 -06:00
parent 5a0c86bb63
commit 6e4ec91801

6
NEWS
View File

@ -19,6 +19,12 @@ What's new in Sudo 1.8.25
* Added support for monotonic timers on HP-UX.
* Fixed a bug displaying timeout values the "sudo -V" output.
The value displayed was 3600 times the actual value. Bug #846.
* Fixed a build issue on AIX 7.1 BOS levels that include memset_s()
and define rsize_t in string.h. Bug #847.
What's new in Sudo 1.8.24
* The LDAP and SSS back-ends now use the same rule evaluation code