=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/CHANGES,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/sudo/Attic/CHANGES 2003/04/07 03:31:09 1.22 +++ src/usr.bin/sudo/Attic/CHANGES 2003/05/08 20:55:05 1.23 @@ -1385,7 +1385,7 @@ environment. 433) Added env_check and env_delete Defaults options to allow the admin - to modify the builtin list of environment variables to remove. + to modify the built-in list of environment variables to remove. 434) If timestamp_timeout < 0 then the timestamp never expires. This allows users to manage their own timestamps and create or delete @@ -1620,4 +1620,16 @@ Sudo 1.6.7p3 released. -508) BSD-style warn/err functions are now used throughout. +508) Fixed remaining Kerberos V issues with MIT Kerberos V and old Heimdal. + +Sudo 1.6.7p4 released. + +509) Fixed a typo that caused a compilation error on Heimdal. + +510) Darwin (MacOS X) doesn't have a real setreuid() system call. + +511) Fixed a problem with large numbers of environment variables. + +Sudo 1.6.7p5 released. + +512) BSD-style warn/err functions are now used throughout.