From: Todd C. Miller Date: Thu, 4 Aug 1994 20:37:38 +0000 (+0000) Subject: updated X-Git-Tag: SUDO_1_3_1~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f0fd7c8c7969b44e3b6a90c16bbead977bf5b42;p=sudo updated --- diff --git a/CHANGES b/CHANGES index 4fb1886f0..7de93f298 100644 --- a/CHANGES +++ b/CHANGES @@ -154,3 +154,10 @@ CHANGES from sudo 1.3 54) No longer create a static binary on AIX since it reportedly causes problem on newer versions on AIX 3.x. + +55) If sudo_realpath cannot chdir() back to cwd sudo will print + and error and exit. Previously it would either fail silently + or print an incorrect error message. + +56) Moved code to send error mail to be after the log message. + From rouilj@cs.umb.edu.