From: Todd C. Miller Date: Wed, 8 Jun 1994 16:57:43 +0000 (+0000) Subject: updated X-Git-Tag: SUDO_1_3_1~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a62cffff4c6d1be152014d3929590da90265713;p=sudo updated --- diff --git a/CHANGES b/CHANGES index acdadcbd6..08e9d88e4 100644 --- a/CHANGES +++ b/CHANGES @@ -127,3 +127,7 @@ CHANGES from sudo 1.3 43) find_path() now uses realpath(3) 44) wrote versions of realpath(3) and getcwd(3) for those without + +45) wrote tgetpass()--a getpass() that times out via select(2) + +46) sudo now uses posix signals if available