summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1f63e07..6744475 100644
--- a/NEWS
+++ b/NEWS
@@ -13,9 +13,10 @@ wallet 0.11 (unreleased)
set, it is called for any ACL creation or rename and can reject the
new ACL name.
- Add an audit command to wallet-report and one audit: objects name,
- which returns all objects that do not pass the local naming policy.
- The corresponding Wallet::Report method is audit().
+ Add an audit command to wallet-report and two audits: acls name, which
+ returns all ACLs that do not pass the local naming policy, and objects
+ name, which does the same for objects. The corresponding
+ Wallet::Report method is audit().
Add the acls unused report to wallet-report and Wallet::Report,
returning all ACLs not referenced by any database objects.