From: Todd C. Miller Date: Wed, 22 Aug 2018 14:23:29 +0000 (-0600) Subject: Bugs 846 and 847 X-Git-Tag: SUDO_1_8_25^2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e4ec91801e3fd7657eaf2d7f4344a7e34a7d27c;p=sudo Bugs 846 and 847 --- diff --git a/NEWS b/NEWS index d6a944b4d..007ba969d 100644 --- a/NEWS +++ b/NEWS @@ -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