From cb0d7cdb8fa5d75307d0c9b0d648c7ad19b53396 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 21 Jul 2010 10:17:57 -0400 Subject: [PATCH] Sync with 1.7.4 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index ccc2d2241..e54b9542e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -55,6 +55,9 @@ What's new in Sudo 1.7.4? * Fixed a problem in the restoration of the AIX authdb registry setting. + * Sudo will now fork(2) and wait until the command has completed before + calling pam_close_session(). + What's new in Sudo 1.7.3? * Support for logging I/O for the command being run.