diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 12 insertions, 12 deletions
@@ -1,6 +1,6 @@ User-Visible wallet Changes -wallet 0.6 (unreleased) +wallet 0.6 (2008-01-28) SECURITY: If -f is used and the output file name with ".new" appended already exists, unlink it first and then create it safely rather than @@ -1,4 +1,4 @@ - wallet release 0.5 + wallet release 0.6 (secure data management system) Written by Russ Allbery <rra@stanford.edu> @@ -117,15 +117,15 @@ REQUIREMENTS To run the full test suite, additionally all of the above software requirements must be met. Tests requiring some bit of software that's - not installed will be skipped, but all the permutations have not yet - been checked. The test suite also requires the Test::Pod Perl module, - available from CPAN, that remctld be installed and available on the - user's path or in /usr/local/sbin or /usr/sbin, that test cases can run - services on and connect to ports 14373 and 14444 on 127.0.0.1, and that - kinit and kvno (which come with Kerberos) be installed and available on - the user's path. The full test suite also requires a local keytab, a - srvtab with ADMIN access to a test AFS kaserver, and some additional - configuration. + not installed should be skipped, but not all the permutations have been + checked. The test suite also requires Perl 5.8 or later, the Test::Pod + Perl module (available from CPAN), that remctld be installed and + available on the user's path or in /usr/local/sbin or /usr/sbin, that + test cases can run services on and connect to ports 14373 and 14444 on + 127.0.0.1, and that kinit and kvno (which come with Kerberos) be + installed and available on the user's path. The full test suite also + requires a local keytab, a srvtab with ADMIN access to a test AFS + kaserver, and some additional configuration. If you change the Automake files and need to regenerate Makefile.in, you will need Automake 1.10 or later. If you change configure.ac or any of diff --git a/configure.ac b/configure.ac index 61574b8..855d2e6 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl See LICENSE for licensing terms. AC_REVISION([$Revision$]) AC_PREREQ([2.61]) -AC_INIT([wallet], [0.5], [rra@stanford.edu]) +AC_INIT([wallet], [0.6], [rra@stanford.edu]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_LIBOBJ_DIR([portable]) AM_INIT_AUTOMAKE([1.10]) |