diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e5675a732..d69676b8e 100644 --- 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 index 84ceb5216..0e86cc611 100644 --- 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 |