anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 8504f788d9e8a494707eff616de5990957b60149
parent b3a196c95669898e7bc354c81936fae6013b5c67
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 24 Aug 2021 22:30:56 +0200

releasing Anastasis v0.1.0

Diffstat:
MChangeLog | 4++++
Mconfigure.ac | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +Tue 24 Aug 2021 10:30:23 PM CEST + IBAN authentication support working. + Releasing Anastasis v0.1.0. -CG + Fri 30 Jul 2021 09:56:51 AM CEST Preparing for first release. -CG diff --git a/configure.ac b/configure.ac @@ -4,7 +4,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([anastasis], [0.0.0], [taler-bug@gnu.org]) +AC_INIT([anastasis], [0.1.0], [taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/backend/anastasis-httpd.c]) AC_CONFIG_HEADERS([anastasis_config.h]) # support for non-recursive builds