anastasis

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

commit bafbe65fc878d4d44fa743c91069a19935e796ae
parent 6232db293b36e986f64ea0644a3d26087834c83e
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu,  1 May 2025 15:42:49 +0200

bump version

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 9+++++++++
2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -4,7 +4,7 @@ # This configure file is in the public domain AC_PREREQ([2.71]) -AC_INIT([anastasis],[0.6.3],[taler-bug@gnu.org]) +AC_INIT([anastasis],[0.6.4],[taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/backend/anastasis-httpd.c]) AC_CONFIG_HEADERS([anastasis_config.h]) # support for non-recursive builds diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,12 @@ +anastasis (0.6.4) unstable; urgency=low + + * add missing return value checks + * log to journald + * fix minor linker issue + * Release version 0.6.4 + + -- Christian Grothoff <grothoff@gnu.org> Fri, 18 Apr 2025 13:50:23 +0200 + anastasis (0.6.3) unstable; urgency=low * adjust tests for merchant protocol change ('default' -> 'admin')