summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-08 20:43:30 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-08 20:43:30 +0200
commita62b4a9f888882995e107e6347a5dd8a8a679420 (patch)
tree1b422fe271946e947953f06dfe7fa50dd650baed
parent54255f215ed413fbf04140901a06f8a9937d581d (diff)
downloadexchange-a62b4a9f888882995e107e6347a5dd8a8a679420.tar.gz
exchange-a62b4a9f888882995e107e6347a5dd8a8a679420.tar.bz2
exchange-a62b4a9f888882995e107e6347a5dd8a8a679420.zip
-update ChangeLog
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83f50a417..a5a863066 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Sun 08 Aug 2021 08:36:21 PM CEST
+ Improved code to use new GNUNET_JSON_PACK API.
+ Improved code to use new GNUNET_TIME APIs.
+ Improved configuration structure with clearer separation
+ of concerns. Crated proper Debian package.
+ Added various APIs to improve input validation (mostly
+ for the Taler merchant). Renamed taler-wire-gateway-client
+ to taler-exchange-wire-gateway-client for consistency.
+ Strengthened payto:// validation logic. Fixed bug where
+ suspended /keys requests could eat up all the sockets.
+ Force flushing /keys response if set of auditors changes.
+ Fixed /keys cherry-picking logic.
+ Releasing GNU Taler 0.8.2. -CG
+
Mon 05 Apr 2021 07:58:09 PM CEST
Add Gettext support (chiefly for error code hints). -CG