exchange

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

commit 90d05cb486dbfc8f8aa6270a34a11c58ba3313ad
parent 0e115d5a4a5b100ec89fb14e9c11b3ebc2e40893
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 27 Jan 2021 10:24:34 +0100

update package

Diffstat:
Mdebian/changelog | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,5 +1,14 @@ taler-exchange (0.9.0-3) unstable; urgency=medium + * Added setup subcommand to taler-exchange-offline. + * Fixed conflict between taler-auditor and libtaler exchange packages. + * Fixed bad handling of non-C locales. + * Updated documentation. + + -- Christian Grothoff <grothoff@gnu.org> Wed, 27 Jan 2021 12:02:10 +0100 + +taler-exchange (0.9.0-3) unstable; urgency=medium + * Renamed helper/secmod binaries for consistency. * Protocol improvements, removing unnecessary struct members. * Fixed /management/keys caching logic and key revocation handling.