summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-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).