summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-13 01:44:34 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-13 01:44:34 +0000
commitc3cef39c9f03918eb2d6e209ceeff0dc64b80ec7 (patch)
tree91ece80ca1e19d07fd638f8ace0148806b46beb5 /NEWS
parent48b1e8f46c35519cb83c332660e266f6392f65b6 (diff)
Remove the restriction that all object implementations must have class
names of Wallet::Object::* and all ACL verifier implementations must have class names of Wallet::ACL::*.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3c30fd3..9ddd94e 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ wallet 0.8 (unreleased)
wallet-admin now supports registering new object or ACL verifier
implementations in the database.
+ Remove the restriction that all object implementations must have class
+ names of Wallet::Object::* and all ACL verifier implementations must
+ have class names of Wallet::ACL::*.
+
Add a full end-to-end test suite to catch protocol mismatches between
the client and server, such as the one fixed in this release.