summaryrefslogtreecommitdiff
path: root/news/2020-03.html.j2
blob: 2410b67dc3c4f31e8dc0b0493f18832f8e8cd6ec (plain)
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
{% extends "common/news.j2" %}
{% block body_content %}
<h1>2020-03: GNU Taler v0.7.0 released</h1>
<p>
We are happy to announce the release of GNU Taler v0.7.0.
</p>
<p>
We have addressed over 30 individual issues, our bug tracker
has the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=340">full list</a>.
Notable changes include:
</p>
<ul>
<li>Improved the HTTP API of the exchange to be more RESTful</li>
<li>The wallet is now available for F-droid</li>
<li>Key revocation and recoup operations are now fully tested</li>
<li>Wire backend API and exchange integration were changed to be LibEuFin compatible</li>
</ul>

<h4>Download links</h4>
<p>
The wallet has its own download site <a
href="https://wallet.taler.net/">here</a>.  The exchange, merchant backend,
sync and bank components are distributed via the GNU FTP mirrors.
</p>
<ul>
<li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.7.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-exchange-0.7.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.7.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-exchange-0.7.0.tar.gz.sig</a></li>

<!-- STILL TO BE UPLOADED!
<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.6.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-merchant-0.6.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.6.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-merchant-0.6.0.tar.gz.sig</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz.sig</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz.sig</a></li>
-->

<li><a href="http://ftpmirror.gnu.org/taler/sync-0.7.0.tar.gz">http://ftpmirror.gnu.org/taler/sync-0.7.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/sync-0.7.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/sync-0.7.0.tar.gz.sig</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.7.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-mdb-0.7.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.7.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-mdb-0.7.0.tar.gz.sig</a></li>
</ul>
You must use a recent Git version of GNUnet to use Taler 0.7.0.



{% endblock body_content %}