]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Mar 1994 19:03:13 +0000 (19:03 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Mar 1994 19:03:13 +0000 (19:03 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 14260c4f0643cb56cb223416042a7a1213d297d7..7aa1e39a31859b29e73742e69b6d8b1400ab13da 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -50,6 +50,8 @@ CHANGES between sudo 1.2 (unofficial version)
 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
@@ -78,4 +80,6 @@ CHANGES between sudo 1.2 (unofficial version)
 
 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.