summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-07-15 22:57:31 -0700
committerRuss Allbery <rra@stanford.edu>2014-07-15 22:58:47 -0700
commit5d0038202d82c71119fefa9c5bd0f816ae55991c (patch)
treeeabcd4396bfd1e41ca11eb0a107cf12609f8a414 /NEWS
parentee79913831be70fc51c193ea4118a15abb038a67 (diff)
Return the name of the ACL instead of the numeric ID
The owner and getacl commands now return the current name of the ACL instead of its numeric ID, matching the documentation of owner. Change-Id: Ic47aad48bd1454ed4bffff7030b0492d74eee4fa Reviewed-on: https://gerrit.stanford.edu/1559 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 40efd3a..7108454 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ wallet 1.1 (unreleased)
an existing wallet database, use wallet-admin to register the new
object.
+ The owner and getacl commands now return the current name of the ACL
+ instead of its numeric ID, matching the documentation of owner.
+
The date passed to expires can now be any date format understood by
Date::Parse, and Date::Parse (part of the TimeDate CPAN distribution)
is now a required prerequisite for the wallet server.