]> granicus.if.org Git - sudo/commitdiff
checkpoint
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Dec 2001 16:50:22 +0000 (16:50 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Dec 2001 16:50:22 +0000 (16:50 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 4af01ff4d02ec609859f4a7e6cc0e112cfaf0d00..c9d8425567a369e5ee48806ccb1228bdb2ed0405 100644 (file)
--- 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.