From: Todd C. Miller Date: Wed, 19 Dec 2001 16:50:22 +0000 (+0000) Subject: checkpoint X-Git-Tag: SUDO_1_6_4~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b961b88af4fb410eb013c868784ff0c3c12ec5b0;p=sudo checkpoint --- diff --git a/CHANGES b/CHANGES index 4af01ff4d..c9d842556 100644 --- a/CHANGES +++ b/CHANGES @@ -1442,3 +1442,8 @@ Sudo 1.6.3p7 released. 451) Wrap each call to syslog() with openlog()/closelog() since some things (such as PAM) may call closelog(3) behind sudo's back. + +452) The LOGNAME and USER environment variables are now set if the user + specified a target uid and that uid exists in the password database. + +453) configure will no longer add the -g flag to CFLAGS by default.