From: Todd C. Miller Date: Wed, 21 Jan 1998 05:47:32 +0000 (+0000) Subject: updated for 1.5.5 X-Git-Tag: SUDO_1_5_6~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82bf12933fefa21a8b8a3e784c3ea052065eb587;p=sudo updated for 1.5.5 --- diff --git a/CHANGES b/CHANGES index f70f34141..b4effb0c0 100644 --- a/CHANGES +++ b/CHANGES @@ -863,3 +863,11 @@ Sudo 1.5.3 released. Noted by Alex Parchkov . Sudo 1.5.4 released. + +268) Newer versions of Irix use _RLDN32_* envariables for 32-bit binaries + so ignore _RLD* instead of _RLD_*. From tarrall@bamboo.Colorado.EDU. + +269) Only open sudoers file once as opposed to once for sanity checks and + once for the parser. Also try to open ten times if we get EAGAIN. + +Sudo 1.5.5 released.