diff options
author | Russ Allbery <rra@stanford.edu> | 2007-10-08 22:55:33 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-10-08 22:55:33 +0000 |
commit | 0ebca3436fba5e0b14ddab686e07df5f10593b31 (patch) | |
tree | 13301c833853b0f8c28c1975ee31d835863fcd0c | |
parent | c765ce417eef72b9fa7f223d8a3e6f621fb5925a (diff) |
Release 0.2.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ User-Visible wallet Changes -wallet 0.2 (unreleased) +wallet 0.2 (2007-10-08) First public alpha release. Only tested with SQLite 3, no history support, no object list support, and only keytab object and krb5 ACL diff --git a/configure.ac b/configure.ac index ccacc33..69b7010 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.1], [rra@stanford.edu]) +AC_INIT([wallet], [0.2], [rra@stanford.edu]) AC_CONFIG_AUX_DIR([tools]) AC_CONFIG_LIBOBJ_DIR([portable]) AM_INIT_AUTOMAKE([1.10]) |