diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-28 17:24:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-28 17:24:52 +0200 |
commit | a3f44645648d5472bb4704b4b7874a31ee97f36f (patch) | |
tree | 075c62c64dd7dcaf68db0dd7ef38adcf281ade57 | |
parent | 7cc30a0bb87d844ed8af8f573cd07e86613828e4 (diff) | |
download | exchange-a3f44645648d5472bb4704b4b7874a31ee97f36f.tar.gz exchange-a3f44645648d5472bb4704b4b7874a31ee97f36f.zip |
updating change log
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 17 insertions, 6 deletions
@@ -1,7 +1,12 @@ | |||
1 | Sat 28 Aug 2021 05:22:57 PM CEST | ||
2 | Fixed various memory leaks. | ||
3 | Fixed database initialization sequence to avoid warning on first request. | ||
4 | Releasing GNU Taler Exchange 0.8.4. -CG | ||
5 | |||
1 | Fri 13 Aug 2021 10:40:57 PM CEST | 6 | Fri 13 Aug 2021 10:40:57 PM CEST |
2 | Add support for long-polling of bank account histories. | 7 | Add support for long-polling of bank account histories. |
3 | Add support for event notifications to exchange DB API. | 8 | Add support for event notifications to exchange DB API. |
4 | Releasing GNU Taler 0.8.3. -CG | 9 | Releasing GNU Taler Exchange 0.8.3. -CG |
5 | 10 | ||
6 | Sun 08 Aug 2021 08:36:21 PM CEST | 11 | Sun 08 Aug 2021 08:36:21 PM CEST |
7 | Improved code to use new GNUNET_JSON_PACK API. | 12 | Improved code to use new GNUNET_JSON_PACK API. |
@@ -15,7 +20,7 @@ Sun 08 Aug 2021 08:36:21 PM CEST | |||
15 | suspended /keys requests could eat up all the sockets. | 20 | suspended /keys requests could eat up all the sockets. |
16 | Force flushing /keys response if set of auditors changes. | 21 | Force flushing /keys response if set of auditors changes. |
17 | Fixed /keys cherry-picking logic. | 22 | Fixed /keys cherry-picking logic. |
18 | Releasing GNU Taler 0.8.2. -CG | 23 | Releasing GNU Taler Exchange 0.8.2. -CG |
19 | 24 | ||
20 | Mon 05 Apr 2021 07:58:09 PM CEST | 25 | Mon 05 Apr 2021 07:58:09 PM CEST |
21 | Add Gettext support (chiefly for error code hints). -CG | 26 | Add Gettext support (chiefly for error code hints). -CG |
@@ -31,20 +36,20 @@ Tue 10 Nov 2020 01:03:22 PM CET | |||
31 | Updates to error codes and HTTP status codes for improved | 36 | Updates to error codes and HTTP status codes for improved |
32 | consistency. Fixed spelling issues. Ensure main() returns | 37 | consistency. Fixed spelling issues. Ensure main() returns |
33 | 0 when called with '-h' or '--help'. | 38 | 0 when called with '-h' or '--help'. |
34 | Releasing GNU Taler 0.8.1. -CG | 39 | Releasing GNU Taler Exchange 0.8.1. -CG |
35 | 40 | ||
36 | Sat 03 Oct 2020 03:59:45 PM CEST | 41 | Sat 03 Oct 2020 03:59:45 PM CEST |
37 | Various minor fixes, code cleanup, updates to more recent | 42 | Various minor fixes, code cleanup, updates to more recent |
38 | GNUnet APIs, new error codes, and timetravel test support. | 43 | GNUnet APIs, new error codes, and timetravel test support. |
39 | Releasing GNU Taler 0.8.0. -CG | 44 | Releasing GNU Taler Exchange 0.8.0. -CG |
40 | 45 | ||
41 | Sun 29 Mar 2020 08:53:46 PM CEST | 46 | Sun 29 Mar 2020 08:53:46 PM CEST |
42 | Changed protocol to be more RESTful. Expanded auditor tests. | 47 | Changed protocol to be more RESTful. Expanded auditor tests. |
43 | Completed transition to new wire gateway API for bank interaction. | 48 | Completed transition to new wire gateway API for bank interaction. |
44 | Releasing GNU Taler 0.7.0. -CG | 49 | Releasing GNU Taler Exchange 0.7.0. -CG |
45 | 50 | ||
46 | Tue 24 Dec 2019 11:09:14 PM CET | 51 | Tue 24 Dec 2019 11:09:14 PM CET |
47 | Releasing GNU Taler 0.6.0. -CG | 52 | Releasing GNU Taler Exchange 0.6.0. -CG |
48 | 53 | ||
49 | Sat 17 Aug 2019 10:03:38 PM CEST | 54 | Sat 17 Aug 2019 10:03:38 PM CEST |
50 | Remove "currency" field from exchange database, as we only | 55 | Remove "currency" field from exchange database, as we only |
diff --git a/debian/changelog b/debian/changelog index 21d0395a4..77684bf04 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | taler-exchange (0.8.5) unstable; urgency=low | ||
2 | |||
3 | * Official release of GNU Taler exchange 0.8.5. | ||
4 | |||
5 | -- Christian Grothoff <grothoff@taler.net> Sat, 28 Aug 2021 13:12:58 +0200 | ||
6 | |||
1 | taler-exchange (0.8.4-1) unstable; urgency=low | 7 | taler-exchange (0.8.4-1) unstable; urgency=low |
2 | 8 | ||
3 | * Updated GANA. | 9 | * Updated GANA. |