From: Todd C. Miller Date: Mon, 6 Sep 2004 16:12:00 +0000 (+0000) Subject: sync X-Git-Tag: SUDO_1_6_8p1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac38939105e80a3f44568c1cf29290b50bdc7176;p=sudo sync --- diff --git a/CHANGES b/CHANGES index 0a6cc5c9e..73b2be70a 100644 --- a/CHANGES +++ b/CHANGES @@ -1470,7 +1470,7 @@ Sudo 1.6.4 released. Sudo 1.6.4p1 released. -460) Some special characters were not being escaped properly (e..g '\,') +460) Some special characters were not being escaped properly (e.g. '\,') in command line arguments and would cause a syntax error instead. 461) "sudo -l" would not work if the always_set_home option was set. @@ -1711,3 +1711,10 @@ Sudo 1.6.7p5 released. 539) Sudo now produces a sensible error message when the targetpw Defaults option is set and a non-existent uid is specified via -u. + +Sudo 1.6.8 released. + +540) Find the command base and fill in struct stat earlier. + +541) sudoedit now keeps the temp file open instead of re-opening after + the editor has exited.