summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bc972485f..23fa45743 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+What's new in Sudo 1.8.6p8?
+
+ * Terminal dection now works properly on 64-bit AIX kernels.
+ This was broken by the removal of the ttyname() fallback in Sudo
+ 1.8.6p6. Sudo is now able to map an AIX 64-bit device number
+ to the corresponding device file in /dev.
+
+ * Sudo now checks for crypt() returning NULL when performing
+ passwd-based authentication.
+
What's new in Sudo 1.8.6p7?
* A time stamp file with the date set to the epoch by "sudo -k"