aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-12-06 23:58:22 +0000
committerRuss Allbery <rra@stanford.edu>2007-12-06 23:58:22 +0000
commit4878c6af49ddc4ca7fb7dcef21da7d9ca28014de (patch)
treedcc59895b4bd432476052fea08e47908ec2ae715 /NEWS
parent4ee72e4149ca95e04381b434a13308022f9783cd (diff)
Fix the keytab principal validation regex to allow instances
containing periods. Otherwise, it's hard to manage host keytabs. Add a missing test suite for that method.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4072b73..8c03036 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
User-Visible wallet Changes
+wallet 0.5 (unreleased)
+
+ Fix the keytab principal validation regex to allow instances
+ containing periods. Otherwise, it's hard to manage host keytabs. Add
+ a missing test suite for that method.
+
wallet 0.4 (2007-12-05)
Maintain a global cache of ACL verifiers in Wallet::ACL and reuse them