aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-12-06 00:07:16 +0000
committerRuss Allbery <rra@stanford.edu>2007-12-06 00:07:16 +0000
commit8c7803e85b626565f2d220cd90a14aeb30dd6e22 (patch)
tree81ed44d243696242100dc6885340b4474ba14d85
parentabac5e210e68141aaa3952b2b2462dc4ce5dbcc2 (diff)
Release 0.4.
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--TODO4
-rw-r--r--configure.ac2
4 files changed, 4 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 177c591..4072b73 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 7798ced..36a28a5 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- wallet release 0.3
+ wallet release 0.4
(secure data management system)
Written by Russ Allbery <rra@stanford.edu>
diff --git a/TODO b/TODO
index 2d888fa..cc95f26 100644
--- a/TODO
+++ b/TODO
@@ -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])