exchange

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

commit 134e0677361a57dd9737ebd8e85c5e4c33a7953b
parent 7d6b8d53d5a6ee6ca1545fb5d458199c6249edc5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 18 Nov 2016 18:55:02 +0100

version bump and ChangeLog update

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +Fri Nov 18 18:53:30 CET 2016 + Improved error reporting for bogus wire specifications. + Releasing taler-exchange 0.2.0. -CG + Thu Nov 17 16:37:22 CET 2016 Added missing idempotency checks for /refresh/reveal. -CG diff --git a/configure.ac b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange], [0.1.0], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.2.0], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds