]> granicus.if.org Git - sudo/commitdiff
Mention "sudo -K" change.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 31 Jan 2014 17:05:57 +0000 (10:05 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 31 Jan 2014 17:05:57 +0000 (10:05 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 1f54b24838d8f6966189547eca5633f249142dc7..81184a21d5645e8b1f5587cb4f4b6ce4aa876dde 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,8 +12,12 @@ What's new in Sudo 1.8.10?
    Each user now has a single file which may contain multiple records
    when per-tty time stamps are in use (the default).  The time
    stamps use a monotonic timer where available and are once again
-   stored in /var/run/sudo.  The lecture status is now stored
-   separately from the time stamps in a different directory.
+   located in a directory under /var/run.  The lecture status is
+   now stored separately from the time stamps in a different directory.
+
+ * sudo's -K option will now remove all of the user's time stamps,
+   not just the time stamp for the current terminal.  The -k option
+   can be used to only disable time stamps for the current terminal.
 
 What's new in Sudo 1.8.9p4?