summaryrefslogtreecommitdiff
path: root/template/news/2022-10.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/news/2022-10.html.j2')
-rw-r--r--template/news/2022-10.html.j257
1 files changed, 57 insertions, 0 deletions
diff --git a/template/news/2022-10.html.j2 b/template/news/2022-10.html.j2
new file mode 100644
index 00000000..a522d810
--- /dev/null
+++ b/template/news/2022-10.html.j2
@@ -0,0 +1,57 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>2022-11: GNU Taler v0.9.0 released</h1>
+<p>
+We are happy to announce the release of GNU Taler v0.9.0.
+</p>
+<p>
+We have addressed over 200 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>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>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 871528.
+Performance measurements and improvements were funded by an NGI Fed4Fire+
+grant.
+</p>
+<p>
+To fund further development,
+<a href="https://taler-systems.com/">Taler Systems SA</a> is still
+<a href="2022-11.html">looking for investors.</a>
+</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/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>
+<p>
+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.0 from source.
+</p>
+{% endblock body_content %}