summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2014-02-17 10:27:47 -0700
committerTodd C. Miller <Todd.Miller@courtesan.com>2014-02-17 10:27:47 -0700
commit7d0ff9e9cfd228883bb4ec51bb28a5e6514491a0 (patch)
treec85116ac3375f2812f9147aaa104cf5b1569d8a6 /NEWS
parent9588b2434776a16b84b21885412051a62b89971f (diff)
downloadsudo-7d0ff9e9cfd228883bb4ec51bb28a5e6514491a0.tar.gz
Mention init.d scripts on AIX and HP-UX
Mention sudoers group mismatch fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 22294b0db..212d3b69d 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,14 @@ What's new in Sudo 1.8.10?
server. If netgroups are not needed, this option can be disabled
to reduce the load on the LDAP server.
+ * Sudo is once again able to open the sudoers file when the group
+ on sudoers doesn't match the expected value, so long as the file
+ is not group writable.
+
+ * Sudo now installs an init.d script to clear the time stamp
+ directory at boot time on AIX and HP-UX systems. These systems
+ either lack /var/run or do not clear it on boot.
+
What's new in Sudo 1.8.9p5?
* Fixed a compilation error on AIX when LDAP support is enabled.