summaryrefslogtreecommitdiff
path: root/template/news/2022-11.html.j2
blob: 68ab9d997eb8bcd595533987adacd79e7efa4472 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{% extends "common/news.j2" %}
{% block body_content %}
<h1>2022-11: GNU Taler v0.9 released</h1>
<p>
We are happy to announce the release of GNU Taler v0.9.
</p>
<p>
We have addressed over XXX  individual issues, our bug tracker
has the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=295">full list</a>.
Notable changes include:
</p>
<ul>
<li>NEW: Support for peer-to-peer payments</li>
<li>NEW: Support for age-restricted payments</li>
<li>NEW: rudimentary iOS wallet</li>
<li>Improved accessibility of the demonstration</li>
<li>Improved exchange database schema for performance and scalability</li>
<li>libeufin sandbox replaces legacy Python bank</li>
<li>WebExtension now supports <a href="https://www.eff.org/deeplinks/2021/12/chrome-users-beware-manifest-v3-deceitful-and-threatening">Manifest V3</a></li>
<li></li>
<li>Various minor bugfixes and documentation improvements</li>
</ul>
<p>
Many of the major new features were developed under an NGI POINTER grant
funded by the European Commissions great <a href="https://ngi.eu/">Next
Generation Internet</a> initiative under grant
agreement number XXXXXX.
Performance measurements and improvements were funded by an NGI Fed4Fire+
grant.
</p>
<h4>Taler Systems SA is looking for investors</h4>
<p>
To fund further development, we are still looking for investors. We have
convinced our chief moral officer to record a special business pitch for
those that are interested.
</p>
<p>
  <video id="video" poster="https://taler.net/images/logo-2021.svg" autobuffer="" height="360" width="640" controls="controls">
    <source src="https://taler.net/videos/rms2022.webm" type="video/webm" />
    <source src="https://taler.net/videos/rms2022.m4v" type="video/mp4" />
  </video>
</p>
<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.9.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-exchange-0.9.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-exchange-0.9.0.tar.gz.sig</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/libeufin-0.9.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/libeufin-0.9.0.tar.gz.sig</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-merchant-0.9.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-merchant-0.9.0.tar.gz.sig</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-wallet-0.9.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-wallet-0.9.0.tar.gz.sig</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/sync-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/sync-0.9.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/sync-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/sync-0.9.0.tar.gz.sig</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-mdb-0.9.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-mdb-0.9.0.tar.gz.sig</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-twister-0.9.0.tar.gz</a></li>
<li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-twister-0.9.0.tar.gz.sig</a></li>
</ul>
You must first install <a href="https://gnunet.org/en/news/2022-11-0.18.0.html">GNUnet v0.18</a> to compile GNU Taler 0.9 from source.

{% endblock body_content %}