anastasis

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

commit 80f9ab4f90032a93523047ccdf0fef95325e4596
parent 7f2521a396054022b6808ff416ab254c50a60303
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 13 Apr 2025 13:58:57 +0200

version bump

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 7+++++++
Mdebian/control | 12++++++------
3 files changed, 14 insertions(+), 7 deletions(-)

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.2],[taler-bug@gnu.org]) +AC_INIT([anastasis],[0.6.3],[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,10 @@ +anastasis (0.6.3) unstable; urgency=low + + * adjust tests for merchant protocol change ('default' -> 'admin') + * Release version 0.6.3 + + -- Christian Grothoff <grothoff@gnu.org> Sun, 13 Apr 2025 13:50:23 +0200 + anastasis (0.6.2) unstable; urgency=low * Improvements to script for postal PIN letter. diff --git a/debian/control b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper-compat (= 12), gettext, libgnunet-dev (>=0.24.0), - libtalerexchange-dev (>= 0.14.7), - libtalermerchant-dev (>= 0.14.6), + libtalerexchange-dev (>= 0.14.11), + libtalermerchant-dev (>= 0.14.9), libpq-dev (>=15), libsqlite3-dev (>=3.8), pkg-config, @@ -45,8 +45,8 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - libtalerexchange (>= 0.14.7), - libtalermerchant (>= 0.14.6), + libtalerexchange (>= 0.14.11), + libtalermerchant (>= 0.14.9), libgnutls30 (>= 3.7.1), adduser, lsb-base, @@ -88,8 +88,8 @@ Package: libanastasis-dev Section: libdevel Architecture: any Depends: - libtalermerchant-dev (>= 0.14.6), - libtalerexchange-dev (>= 0.14.7), + libtalerexchange-dev (>= 0.14.11), + libtalermerchant-dev (>= 0.14.9), libgnunet-dev (>=0.24.0), ${misc:Depends}, ${shlibs:Depends}