]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 4 Aug 1994 20:37:38 +0000 (20:37 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 4 Aug 1994 20:37:38 +0000 (20:37 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 4fb1886f0ffd8c18898d06979b27245b871a03c2..7de93f298a38a3e2ce2e6cb24cb236d2a6eafac7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -154,3 +154,10 @@ CHANGES from sudo 1.3
 
 54) No longer create a static binary on AIX since it reportedly
     causes problem on newer versions on AIX 3.x.
+
+55) If sudo_realpath cannot chdir() back to cwd sudo will print
+    and error and exit.  Previously it would either fail silently
+    or print an incorrect error message.
+
+56) Moved code to send error mail to be after the log message.
+    From rouilj@cs.umb.edu.