From: Todd C. Miller Date: Wed, 8 Sep 2004 18:36:36 +0000 (+0000) Subject: sync X-Git-Tag: SUDO_1_6_8p1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cde080f9d8823a93013a7340adcf43c8030f754;p=sudo sync --- diff --git a/CHANGES b/CHANGES index 73b2be70a..6ac047acb 100644 --- a/CHANGES +++ b/CHANGES @@ -1714,7 +1714,8 @@ Sudo 1.6.7p5 released. Sudo 1.6.8 released. -540) Find the command base and fill in struct stat earlier. +540) Now find the command base and fill in struct stat earlier. -541) sudoedit now keeps the temp file open instead of re-opening after - the editor has exited. +541) sudoedit now re-opens the temp file as the invoking user. + +542) struct timespec is used throughout the code base.