From: Todd C. Miller Date: Mon, 22 Feb 1999 19:32:43 +0000 (+0000) Subject: updated X-Git-Tag: SUDO_1_5_9~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aa6c700b0fb48b2ce608251de17ec5ccbc2efa7;p=sudo updated --- diff --git a/CHANGES b/CHANGES index a82f36b00..fca1a3c99 100644 --- a/CHANGES +++ b/CHANGES @@ -1011,3 +1011,9 @@ Sudo 1.5.7 released. 317) If the check for socket() or inet_addr() fails, retry, this time linking with both -lsocket and -lnsl for those systems that have interlibrary dependencies. + +Sudo 1.5.8 released. + +318) Add dirfd() macro for systems without it. + +319) Better check for socket() in -lsocket -lnsl.