1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
taler-exchange (0.9.0-15) unstable; urgency=low
* New Taler amount operations (set zero, ...) added.
* New configuration file structure
* New taler-exchange-offline package
-- Florian Dold <dold@taler.net> Mon, 26 Jul 2021 11:21:39 +0200
taler-exchange (0.9.0-14) unstable; urgency=low
* Expose additional symbols needed in merchant logic.
-- Christian Grothoff <grothoff@gnu.org> Tue, 20 Jul 2021 14:02:10 +0100
taler-exchange (0.9.0-13) unstable; urgency=low
* New Taler amount operations (multiply and divide) added.
-- Christian Grothoff <grothoff@gnu.org> Wed, 14 Jul 2021 14:02:10 +0100
taler-exchange (0.9.0-12) unstable; urgency=low
* Fix typo in taler-auditor shell script: clean before building.
-- Christian Grothoff <grothoff@gnu.org> Mon, 28 Jun 2021 14:02:10 +0100
taler-exchange (0.9.0-11) unstable; urgency=low
* Fix typo in taler-auditor-sync.
-- Christian Grothoff <grothoff@gnu.org> Sun, 27 Jun 2021 14:02:10 +0100
taler-exchange (0.9.0-10) unstable; urgency=low
* Improve database performance for taler-exchange-wirewatch.
* Update database schema, fix missing indices.
-- Christian Grothoff <grothoff@gnu.org> Thu, 24 Jun 2021 14:02:10 +0100
taler-exchange (0.9.0-9) unstable; urgency=low
* Fix #6769: have systemd create exchange UNIX domain socket with nice permissions.
-- Christian Grothoff <grothoff@gnu.org> Sun, 18 Apr 2021 13:02:10 +0100
taler-exchange (0.9.0-8) unstable; urgency=low
* Fix minor memory leak.
-- Christian Grothoff <grothoff@gnu.org> Tue, 16 Feb 2021 13:02:10 +0100
taler-exchange (0.9.0-7) unstable; urgency=medium
* Avoid picking up libtalerexchange-dev as a dependency of taler-exchange.
-- Christian Grothoff <grothoff@gnu.org> Mon, 15 Feb 2021 13:02:10 +0100
taler-exchange (0.9.0-6) unstable; urgency=medium
* Fixed a few memory leaks.
-- Christian Grothoff <grothoff@gnu.org> Mon, 15 Feb 2021 12:02:10 +0100
taler-exchange (0.9.0-5) unstable; urgency=medium
* Fixed a few bugs.
-- Christian Grothoff <grothoff@gnu.org> Sat, 30 Jan 2021 12:02:10 +0100
taler-exchange (0.9.0-4) 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.
* Implemented taler-auditor-sync.
* Misc. other minor improvements.
-- Christian Grothoff <grothoff@gnu.org> Thu, 21 Jan 2021 12:02:10 +0100
taler-exchange (0.9.0-3) unstable; urgency=medium
* Fix taler-exchange.postrm crash (prevented uninstall).
* Split out taler-auditor package.
* Setup user and systemd service for taler-auditor-httpd.
-- Christian Grothoff <grothoff@gnu.org> Sun, 03 Jan 2020 23:00:00 +0000
taler-exchange (0.9.0-2) unstable; urgency=medium
* Modify setup to not touch database (too complex anyway).
* Fix build of taler-config.
* Correct dependencies.
-- Christian Grothoff <grothoff@gnu.org> Sat, 02 Jan 2020 23:00:00 +0000
taler-exchange (0.9.0-1) unstable; urgency=medium
* Fixing various minor issues with the package, in particular how systemd units are started.
-- Christian Grothoff <grothoff@gnu.org> Thu, 31 Dec 2020 23:00:00 +0000
taler-exchange (0.9.0-0) unstable; urgency=medium
* Initial Release.
-- Christian Grothoff <grothoff@gnu.org> Thu, 31 Dec 2020 00:00:00 +0000
|