]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 28 Feb 1994 04:12:47 +0000 (04:12 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 28 Feb 1994 04:12:47 +0000 (04:12 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 7ab4b61222c6fcb53a6de0555e4eecb1454302a1..1d7f73c5c04a3da4781ef218091a965a5e51c8f7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -69,3 +69,13 @@ CHANGES between sudo 1.2 (unofficial version)
 
 22) Log file lines will no longer get truncated.  Syslog entries that
     would overrun the syslog(3) line limit are continued on another entry.
+
+23) When logging to a log file, long entries are indented to improve
+    readability.
+
+24) Whenever the umask is changed, it is changed back to what it was
+    before.
+
+25) Log file is written as mode 600 instead of 644
+
+26) Umask that sudo runs with can now be specified.