exchange

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

commit 2b894b826af54f14ec8927fd2189ff1d2655b744
parent 2b27d4ca8be9d8228f4dbf52c4d59be9a91b6bbe
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 29 Mar 2020 20:57:01 +0200

v7

Diffstat:
MChangeLog | 5+++++
Mconfigure.ac | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +Sun 29 Mar 2020 08:53:46 PM CEST + Changed protocol to be more RESTful. Expanded auditor tests. + Completed transition to new wire gateway API for bank interaction. + Releasing GNU Taler 0.7.0. -CG + Tue 24 Dec 2019 11:09:14 PM CET Releasing GNU Taler 0.6.0. -CG diff --git a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange], [0.6.0], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.6.1], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds