From: Todd C. Miller Date: Thu, 27 Jan 2000 20:01:35 +0000 (+0000) Subject: recent changes; prepare for 1.6.2p1 X-Git-Tag: SUDO_1_6_3~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=364a4bef7d8db32ac7116a250281d2ce2799d878;p=sudo recent changes; prepare for 1.6.2p1 --- diff --git a/CHANGES b/CHANGES index 4ac334d19..f2d9cc266 100644 --- a/CHANGES +++ b/CHANGES @@ -1242,3 +1242,10 @@ Sudo 1.6.1 released. 392) PAM fixups: custom prompts now work correctly and errors are dealt with more sanely. Patches from Cloyce D. Spradling. + +Sudo 1.6.2 released. + +393) Users in the 'exempt' group shouldn't get their $PATH overridden + by 'secure-path'. Patch from jmknoble@pobox.com. + +394) Pam now works on HP-UX 11.0, thanks to Jeff A. Earickson.