2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Add 1.8.6p6

This commit is contained in:
Todd C. Miller 2013-01-31 11:45:33 -05:00
parent 23649bef16
commit 5fb8749bf6

6
NEWS
View File

@ -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.