exchange

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

commit c64322d5f5bcede4997787a5d1cb0aabd3053f39
parent 5921ef2774299fc9d85e8a5c63030f7a3a66e4e3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 19 Apr 2025 22:11:03 +0200

bump version to v0.14.18

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

diff --git a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.14.17],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.14.18],[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,10 @@ +taler-exchange (0.14.18) unstable; urgency=low + + * KYC: fix more helper scripts, properly de-duplicate KYC requirements + * Release version 0.14.18 + + -- Christian Grothoff <grothoff@gnu.org> Sat, 19 Apr 2025 20:51:25 +0200 + taler-exchange (0.14.17) unstable; urgency=low * Update to latest SPA diff --git a/debian/control b/debian/control @@ -10,7 +10,7 @@ Build-Depends: gcc-12, debhelper-compat (= 12), gettext, - libgnunet-dev (>=0.24.0), + libgnunet-dev (>=0.24.2), libcurl4-gnutls-dev (>=7.35.0) | libcurl4-openssl-dev (>= 7.35.0), libgcrypt20-dev (>=1.8), libgnutls28-dev (>=3.2.12), @@ -154,7 +154,7 @@ Section: libdevel Architecture: any Depends: libtalerexchange (= ${binary:Version}), - libgnunet-dev (>=0.24.0), + libgnunet-dev (>=0.24.2), libgcrypt20-dev (>=1.8), libmicrohttpd-dev (>=0.9.71), ${misc:Depends}, diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy @@ -47,7 +47,7 @@ PROJECT_NAME = "GNU Taler: Exchange" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.14.17 +PROJECT_NUMBER = 0.14.18 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a