]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 14 May 1994 21:55:54 +0000 (21:55 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 14 May 1994 21:55:54 +0000 (21:55 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 7aa1e39a31859b29e73742e69b6d8b1400ab13da..8c9b1c5a761825a2a91d6b7e3e9c831f892952db 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -83,3 +83,10 @@ CHANGES between sudo 1.3
 26) Umask that sudo runs with may now be specified.
 
 27) There is now a "configure" script.
+
+28) Sudo will use ultra fast crypt (ufc) if it finds it for systems w/o
+    a real crypt(3) (non-US ConvexOs/Secure for instance).
+
+29) _BSD_COMPAT is now defined for Irix.
+
+30) The global variable uid is now initialized to -2 because I'm paranoid.