17) The bulk of sudo now runs with the caller's real uid. Grep for
be_root() to find the exceptions.
+CHANGES between sudo 1.3
+
18) Added SECURE_PATH as suggested by russells@ccu1.auckland.ac.nz.
19) Reworked clean_envp() to modify environ (not envp) so we can use
25) Log file is written as mode 600 instead of 644
-26) Umask that sudo runs with can now be specified.
+26) Umask that sudo runs with may now be specified.
+
+27) There is now a "configure" script.