From 8c7803e85b626565f2d220cd90a14aeb30dd6e22 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 6 Dec 2007 00:07:16 +0000 Subject: Release 0.4. --- NEWS | 2 +- README | 2 +- TODO | 4 +--- configure.ac | 2 +- 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 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]) -- cgit v1.2.3