]> granicus.if.org Git - sudo/commitdiff
recent changes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Jan 2000 17:32:51 +0000 (17:32 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Jan 2000 17:32:51 +0000 (17:32 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 979c86b56f6b49156a7d0b6f9c0c295d43568fb5..6ad1e889186b3c527e63a7710da302cd5251fd74 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1212,3 +1212,23 @@ Sudo 1.6 released.
 
 382) Use our own fnmatch() if there is no fnmatch.h, even if there is an
      fnmatch() in libc.
+
+Sudo 1.6.1 released.
+
+383) Better behavior for -l and -v flags in conjunction with NOPASSWD and
+     added "verifypw" and "listpw" options.
+
+384) For HP-UX with cc, add the -Aa flag along with -D_HPUX_SOURCE.
+
+385) Fix compilation with K&R compilers.
+
+386) For netgroup host matching, match against the short version of the
+     hostname as well as the long one if they are different.
+
+387) Terminate passwd reading on '\r' in addition to '\n'
+
+388) Visudo used to loop endlessly if a user entered ^D at the whatnow
+     prompt.  EOF is now treaded as 'x' (exit w/o saving changes).
+
+389) The 'shell_noargs' runtime option is back based on a patch from
+     bguillory@email.com.