]> granicus.if.org Git - sudo/commitdiff
Update with recent changes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 24 Apr 2012 20:14:12 +0000 (16:14 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 24 Apr 2012 20:14:12 +0000 (16:14 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 2a3a0c1c1104d1b1484a5a1d00277a445fcf1bda..e323561e4ca24af75ad9126af7283703da2b5ce5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,11 @@ What's new in Sudo 1.8.5?
    has been incremented to version 1.2.  See the sudo_plugin manual
    for more information.
 
+ * The policy plugin's init_session function is now called by the
+   parent sudo process, not the child process that executes the
+   command.  This allows the PAM session to be open and closed in
+   the same process, which some PAM modules require.
+
  * Fixed parsing of "Path askpass" and "Path noexec" in sudo.conf,
    which was broken in version 1.8.4.
 
@@ -59,6 +64,13 @@ What's new in Sudo 1.8.5?
  * The built-in zlib included with Sudo has been upgraded to version
    1.2.6.
 
+ * Setting the SSL parameter to start_tls in ldap.conf now works
+   properly when using Mozilla-based SDKs that support the
+   ldap_start_tls_s() function.
+
+ * The TLS_CHECKPEER parameter in ldap.conf now works when the
+   Mozilla NSS crypto backend is used with OpenLDAP.
+
 What's new in Sudo 1.8.4p4?
 
  * Fixed a bug introduced in Sudo 1.8.4 which prevented "sudo -v"