aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-12-05 01:10:23 +0000
committerRuss Allbery <rra@stanford.edu>2007-12-05 01:10:23 +0000
commitc0c34051887d08a94221f9cbc2b74fbfad34c22c (patch)
treecf6dbd65beee76296f4a16fef21c86419eaa5ed8 /NEWS
parent0e9a5e25ec9c1977c6426f4aea4b61a658fe6855 (diff)
Determine the class for object and ACL schema implementations from the
database rather than a hard-coded list and provide Wallet::Schema methods for adding new class mappings. Add a missing class mapping for the netdb ACL schema verifier.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8ed6bc3..327afcf 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ wallet 0.4 (unreleased)
have an instance of "root" and strips that instance before checking
NetDB roles.
+ Determine the class for object and ACL schema implementations from the
+ database rather than a hard-coded list and provide Wallet::Schema
+ methods for adding new class mappings.
+
+ Add a missing class mapping for the netdb ACL schema verifier.
+
wallet 0.3 (2007-12-03)
MySQL is now a supported database backend and the full test suite