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

Update with recent changes

This commit is contained in:
Todd C. Miller 2012-04-24 16:14:12 -04:00
parent 30bddced25
commit 8722cd07ac

12
NEWS
View File

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