exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 0d6b079cfa1a8e2dca7f58979bb776bb5a72cb8e
parent 2a254b754dde30f031e38272a4f7e77908682f9a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  9 Mar 2024 20:37:23 +0100

-bump

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

diff --git a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.9.4a],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.10.0],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,15 @@ +taler-exchange (0.10.0) unstable; urgency=low + + * Fixed major issue where uploading wire data to an + exchange twice would result in broken signatures and + a permanently non-working account. + * Implemented #8000, allowing an exchange to express + preferences over the different bank accounts so that + users are shown the best choices to withdraw from first. + * This version requires a more recent GNUnet (>= 0.21.1). + + -- Christian Grothoff <grothoff@gnu.org> Sat, 9 Mar 2024 21:50:12 +0200 + taler-exchange (0.9.4-2) unstable; urgency=low * Created new taler-terms-generator package