=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/CHANGES,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- src/usr.bin/sudo/Attic/CHANGES 2007/08/15 14:22:39 1.36 +++ src/usr.bin/sudo/Attic/CHANGES 2007/09/05 23:55:56 1.37 @@ -1951,3 +1951,17 @@ 616) Fixed a K&R compilation error. Sudo 1.6.9p4 released. + +617) Fixed a bug in the IP address matching introduced by the IPV6 merge. + +618) For "visudo -f file" we now use the permissions of the original file + and not the hard-coded sudoers owner/group/mode. This makes + it possible to use visudo with a revision control system. + +619) Fixed sudoedit when used on a non-existent file. + +620) Regenerated configure using autoconf 2.6.1 and libtool 1.5.24. + +621) Groups and netgroups are now valid in an LDAP sudoRunas statement. + +Sudo 1.6.9p5 released.