]> granicus.if.org Git - sudo/commitdiff
Glob support was back-ported to 1.6.9
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 21 Aug 2007 00:43:19 +0000 (00:43 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 21 Aug 2007 00:43:19 +0000 (00:43 +0000)
WHATSNEW

index 13c56d13fea110493bf38cfa7db4db5df8f81f7c..7ef581368276b09a6d5191978af6265a95c8455a 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -8,9 +8,6 @@ What's new in Sudo 1.7?
  * Sudoers now supports a #include facility to allow the inclusion of other
    sudoers-format files.
 
- * Wildcard matches on commands now use glob() and stat() so that relative
-   paths now work correctly in conjunction with wildcards.
-
  * Sudo's -l (list) flag has been enhanced:
     o applicable Defaults options are now listed
     o a command argument can be specified for testing whether a user
@@ -20,7 +17,7 @@ What's new in Sudo 1.7?
 
  * The "secure_path" run-time Defaults option has been restored.
 
- * Password and group data is now cached for fast lookup.
+ * Password and group data is now cached for fast lookups.
 
  * The file descriptor at which sudo starts closing all open files is now
    configurable via sudoers and, optionally, the command line.