merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit e00372ed7c72a6487740d80c2fed2ffe33bb1377
parent 9e7328a389f25fe4500a0b45280c8b793be28bf1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 28 Apr 2025 00:46:26 +0200

bump version

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 9+++++++++
Mdoc/doxygen/taler.doxy | 2+-
3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -18,7 +18,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([taler-merchant],[0.14.10],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.14.11],[taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c]) AC_CONFIG_HEADERS([taler_merchant_config.h]) # support for non-recursive builds diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,12 @@ +taler-merchant (0.14.11) unstable; urgency=low + + * Fix retries when updating exchange keys in database + * Update to latest SPA + * log to journald + * Release version 0.14.11 + + -- Christian Grothoff <grothoff@gnu.org> Sun, 27 Apr 2025 23:50:23 +0200 + taler-merchant (0.14.10) unstable; urgency=low * Release version 0.14.10 diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "GNU Taler: Merchant" -PROJECT_NUMBER = 0.14.10 +PROJECT_NUMBER = 0.14.11 PROJECT_LOGO = logo.svg OUTPUT_DIRECTORY = . CREATE_SUBDIRS = YES