=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/CHANGES,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/sudo/Attic/CHANGES 2007/10/17 04:26:04 1.38 +++ src/usr.bin/sudo/Attic/CHANGES 2007/10/25 16:08:12 1.39 @@ -1975,3 +1975,15 @@ 624) inttypes.h is now included when appropriate if it is present. 625) Simplified alias allocation in the parser. + +Sudo 1.6.9p6 released. + +626) Go back to using TCSAFLUSH instead of TCSADRAIN when turning + off echo in tgetpass(). + +627) Fixed addition of -lutil for logincap on FreeBSD and NetBSD. + +628) Add configure check for struct in6_addr since some systems define + AF_INET6 but have no real IPv6 support. + +Sudo 1.6.9p7 released.