exchange

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

commit c17eabba94ec0aabc307c7bdb1b9953641f6946d
parent 6a7fbcc723bafc6a4641c2143450dbd5f72e750a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  9 Aug 2026 16:45:24 +0200

version bumping

Diffstat:
Mdebian/changelog | 6++++++
Mdebian/control | 8++++----
2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +taler-exchange (1.6.13) unstable; urgency=low + + * Release 1.6.13. + + -- Christian Grothoff <christian@grothoff.org> Sun, 09 Aug 2026 16:12:16 +0200 + taler-exchange (1.6.12) unstable; urgency=low * Release 1.6.12. diff --git a/debian/control b/debian/control @@ -9,13 +9,13 @@ Build-Depends: gcc, debhelper-compat (= 12), gettext, - libgnunet-dev (>=0.28.1~dev2), + libgnunet-dev (>=0.28.1~dev4), libcurl4-gnutls-dev (>=7.35.0) | libcurl4-openssl-dev (>= 7.35.0), libgcrypt20-dev (>=1.8), libgnutls28-dev (>=3.2.12), libjansson-dev (>= 2.13), libltdl-dev (>=2.2), - libmicrohttpd-dev (>=0.9.71), + libmicrohttpd-dev (>=1.0.1), libpq-dev (>=15), libsodium-dev (>=1.0.11), libunistring-dev (>=0.9.2), @@ -221,9 +221,9 @@ Section: libdevel Architecture: any Depends: libtalerexchange (= ${binary:Version}), - libgnunet-dev (>=0.27.0), + libgnunet-dev (>=0.28.1~dev4), libgcrypt20-dev (>=1.8), - libmicrohttpd-dev (>=0.9.71), + libmicrohttpd-dev (>=1.0.1), ${misc:Depends}, ${shlibs:Depends} Description: GNU Taler exchange client libraries - development files