summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ffedfcddd..4d0a3f913 100644
--- 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