=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/CHANGES,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- src/usr.bin/sudo/Attic/CHANGES 2007/09/05 23:55:56 1.37 +++ src/usr.bin/sudo/Attic/CHANGES 2007/10/17 04:26:04 1.38 @@ -1965,3 +1965,13 @@ 621) Groups and netgroups are now valid in an LDAP sudoRunas statement. Sudo 1.6.9p5 released. + +622) Worked around bugs in the session support of some PAM implementations. + The full tty path is now passed to PAM as well. + +623) Sudo now only prints the password prompt if the process is in the + foreground. + +624) inttypes.h is now included when appropriate if it is present. + +625) Simplified alias allocation in the parser.