]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 2 Jun 1994 19:45:20 +0000 (19:45 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 2 Jun 1994 19:45:20 +0000 (19:45 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index ffedfcddda84619071ef7a7fa6d480ee17108dad..4d0a3f9134a6e201689604be3337f3ace7ec754f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -106,3 +106,18 @@ CHANGES from sudo 1.3
     heap.
 
 35) Fixed AIX STATIC_FLAGS as per the AIX faq.
+
+36) Added -V flag to sudo and visudo (for version)
+
+37) Now treat EACCESS like EPERM when doing stat(2) in find_path.c
+
+38) Added prototypes for sudo functions (via __P macro)
+
+39) configure now uses uname(1) if it exists
+
+40) gethostbyname(3) is now only called if you define FQDN.  There's really
+    no reason to not trust gethostname(2) and this way if name service is
+    hosed sudo isn't...
+
+41) added -v (validate) flag to sudo to update a timestamp w/o running
+    a command