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
|
taler-merchant (0.9.0-12) unstable; urgency=low
* Fix broken postrm script.
-- Florian Dold <florian@dold.me> Sat, 31 Jul 2021 16:51:32 +0200
taler-merchant (0.9.0-11) unstable; urgency=low
* Various packaging bugfixes.
-- Florian Dold <florian@dold.me> Sat, 31 Jul 2021 13:21:30 +0200
taler-merchant (0.9.0-10) unstable; urgency=low
* Various configuration fixes.
-- Florian Dold <florian@dold.me> Fri, 30 Jul 2021 13:38:38 +0200
taler-merchant (0.9.0-9) unstable; urgency=low
* Update to latest upstream code with minor bugfixes.
-- Christian Grothoff <grothoff@gnu.org> Tue, 20 Jul 2021 14:02:10 +0100
taler-merchant (0.9.0-8) unstable; urgency=low
* Removed obsolete '-w' switch from taler-config calls.
-- Christian Grothoff <grothoff@gnu.org> Wed, 19 Jun 2021 16:02:10 +0100
taler-merchant (0.9.0-7) unstable; urgency=low
* Fixes to build dependencies.
-- Christian Grothoff <grothoff@gnu.org> Wed, 19 Jun 2021 14:02:10 +0100
taler-merchant (0.9.0-6) unstable; urgency=low
* Update to latest merchant backoffice SPA logic.
-- Christian Grothoff <grothoff@gnu.org> Thu, 17 Jun 2021 14:02:10 +0100
taler-merchant (0.9.0-5) unstable; urgency=low
* Update to latest upstream code.
-- Christian Grothoff <grothoff@gnu.org> Fri, 18 Jun 2021 12:02:10 +0100
taler-merchant (0.9.0-4) unstable; urgency=medium
* Move benchmarking tool to -dev package.
-- Christian Grothoff <grothoff@gnu.org> Mon, 15 Feb 2021 12:02:10 +0100
taler-merchant (0.9.0-3) unstable; urgency=medium
* Fixed a few memory leaks.
-- Christian Grothoff <grothoff@gnu.org> Mon, 15 Feb 2021 12:02:10 +0100
taler-merchant (0.9.0-2) unstable; urgency=medium
* Fixed transactional logic issues.
* Trust exchange if master_pub matches, do not require base URL to match.
* Update documentation.
* Minimize files shipped with libtalermerchant Debian package to what is needed.
-- Christian Grothoff <grothoff@gnu.org> Thu, 21 Jan 2021 12:02:10 +0100
taler-merchant (0.9.0-1) unstable; urgency=medium
* Fixed database initialization.
* Fixed HTTP server integration.
-- Christian Grothoff <grothoff@gnu.org> Sat, 02 Jan 2021 00:00:00 +0000
taler-merchant (0.9.0-0) unstable; urgency=medium
* Initial Release.
-- Christian Grothoff <grothoff@gnu.org> Fri, 01 Jan 2021 00:00:00 +0000
|