From 31795d41b51155229795fd4566fa0e1c5bb71589 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 16 Jul 2010 08:22:49 -0400 Subject: [PATCH] Update for sudo 1.7.4 --HG-- branch : 1.7 --- README | 2 +- WHATSNEW | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/README b/README index 2fe945712..90860c47c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is Sudo version 1.7.3 +This is Sudo version 1.7.4 The sudo philosophy =================== diff --git a/WHATSNEW b/WHATSNEW index c896595bb..924f03e71 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,3 +1,30 @@ +What's new in Sudo 1.7.4? + + * Sudoedit will now preserve the file extension in the name of the + temporary file being edited. The extension is used by some + editors (such as emacs) to choose the editing mode. + + * Time stamp files have moved from /var/run/sudo to either /var/db/sudo, + /var/lib/sudo or /var/adm/sudo. The directories are checked for + existence in that order. This prevents users from receiving the + sudo lecture every time the system reboots. Time stamp files older + than the boot time are ignored on systems where it is possible to + determine this. + + * Ancillary documentation (README files, LICENSE, etc) is now installed + in a sudo documentation directory. + + * Sudo now recognized "tls_cacert" as an alias for "tls_cacertfile" + in ldap.conf. + + * Defaults settings that are tied to a user, host or command may + now include the negation operator. For example: + Defaults:!millert lecture + will match any user but millert. + + * The default PATH environment variable, used when no PATH variable + exists, now includes /usr/sbin and /sbin. + What's new in Sudo 1.7.3? * Support for logging I/O for the command being run. -- 2.40.0