From: Todd C. Miller Date: Mon, 28 Feb 1994 04:12:47 +0000 (+0000) Subject: updated X-Git-Tag: SUDO_1_3_1~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=562d12b663dd818d4362abad17b63947701d6a95;p=sudo updated --- diff --git a/CHANGES b/CHANGES index 7ab4b6122..1d7f73c5c 100644 --- 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.