diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-06 00:07:16 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-06 00:07:16 +0000 |
commit | 8c7803e85b626565f2d220cd90a14aeb30dd6e22 (patch) | |
tree | 81ed44d243696242100dc6885340b4474ba14d85 | |
parent | abac5e210e68141aaa3952b2b2462dc4ce5dbcc2 (diff) |
Release 0.4.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 4 insertions, 6 deletions
@@ -1,6 +1,6 @@ User-Visible wallet Changes -wallet 0.4 (unreleased) +wallet 0.4 (2007-12-05) Maintain a global cache of ACL verifiers in Wallet::ACL and reuse them over the life of the process if we see another ACL line from the same @@ -1,4 +1,4 @@ - wallet release 0.3 + wallet release 0.4 (secure data management system) Written by Russ Allbery <rra@stanford.edu> @@ -1,13 +1,11 @@ wallet To-Do List -Release 0.4: +Release 1.0: * Write the LDAP entitlement ACL verifier. * Write the PTS ACL verifier. -Release 1.0: - * Add POD testing for the client and server programs. * Add POD coverage testing using Test::POD::Coverage for the server diff --git a/configure.ac b/configure.ac index 57f5ae3..e0d16de 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl See LICENSE for licensing terms. AC_REVISION([$Revision$]) AC_PREREQ([2.61]) -AC_INIT([wallet], [0.3], [rra@stanford.edu]) +AC_INIT([wallet], [0.4], [rra@stanford.edu]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_LIBOBJ_DIR([portable]) AM_INIT_AUTOMAKE([1.10]) |