From: Todd C. Miller Date: Thu, 31 Jan 2013 16:45:33 +0000 (-0500) Subject: Add 1.8.6p6 X-Git-Tag: SUDO_1_8_7~1^2~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fb8749bf6d7aec640eb1b6961f20d837d25af86;p=sudo Add 1.8.6p6 --- diff --git a/NEWS b/NEWS index c69d76b5d..58e59e0f6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +What's new in Sudo 1.8.6p6? + + * On systems where the controlling tty can be determined via /proc + or sysctl(), do not fall back to using ttyname() if there is no + controlling tty. + What's new in Sudo 1.8.6p5? * Fixed a potential crash in visudo's alias cycle detection.