summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-07-07 10:32:39 -0700
committerRuss Allbery <rra@stanford.edu>2010-07-07 10:32:39 -0700
commit11e4af2938f6b1674329d1daa6e8d702b501ccf4 (patch)
tree864105242387d440564f39edbbdbe2cc014fe60b
parente7b803df6bbd9a5fc45c02b4a9dcf14500283d0d (diff)
Add NEWS entry for krb5-regex
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 31bf1cc..cd1d633 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@
wallet 0.12 (unreleased)
+ A new ACL type, krb5-regex, is now supported. This ACL type is the
+ same as krb5 except that the identifier is interpreted as a Perl
+ regular expression and matched against the authenticated identity
+ attempting to run a wallet command. Patch from Ian Durkacz.
+
Add a objects unused report to wallet-report and Wallet::Report,
returning all objects that have never been downloaded (in other words,
have never been the target of a get command).