summaryrefslogtreecommitdiff
path: root/template/news
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-01-17 11:27:07 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-01-17 11:27:35 +0100
commit87baa982cdddf8998a173e11129195ca499f1d58 (patch)
treedfd27611e8dbf4c6a2d5c9c13bbb984bb05d6e80 /template/news
parent901ae328f19d7a425969ce1df8265ebd509eb32a (diff)
downloadwww-87baa982cdddf8998a173e11129195ca499f1d58.tar.gz
www-87baa982cdddf8998a173e11129195ca499f1d58.tar.bz2
www-87baa982cdddf8998a173e11129195ca499f1d58.zip
ra draft
Diffstat (limited to 'template/news')
-rw-r--r--template/news/2023-01.html.j243
1 files changed, 43 insertions, 0 deletions
diff --git a/template/news/2023-01.html.j2 b/template/news/2023-01.html.j2
new file mode 100644
index 00000000..a5bc0e65
--- /dev/null
+++ b/template/news/2023-01.html.j2
@@ -0,0 +1,43 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>2023-01: GNU Taler v0.9.1 released</h1>
+<p>
+We are happy to announce the release of GNU Taler v0.9.1.
+</p>
+<p>
+We have addressed over 60 individual issues, our bug tracker
+has the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=352">full list</a>.
+Notable changes include:
+</p>
+<ul>
+<li>NEW: First official release of libeufin (<a href="https://en.wikipedia.org/wiki/Electronic_Banking_Internet_Communication_Standard">EBICS</a> implementation)</li>
+<li>NEW: Rudimentary support for KYC processes (trigger, status notification)</li>
+<li>Improved error handling for peer-to-peer payments</li>
+<li>Various minor UI bugfixes</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.9.1.tar.gz">http://ftpmirror.gnu.org/taler/taler-exchange-0.9.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.9.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-exchange-0.9.1.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.9.1.tar.gz">http://ftpmirror.gnu.org/taler/taler-merchant-0.9.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.9.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-merchant-0.9.1.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-0.9.1.tar.gz">http://ftpmirror.gnu.org/taler/taler-wallet-0.9.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-0.9.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-wallet-0.9.1.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/sync-0.9.1.tar.gz">http://ftpmirror.gnu.org/taler/sync-0.9.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/sync-0.9.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/sync-0.9.1.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.9.1.tar.gz">http://ftpmirror.gnu.org/taler/libeufin-0.9.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.9.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/libeufin-0.9.1.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.9.1.tar.gz">http://ftpmirror.gnu.org/taler/taler-mdb-0.9.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.9.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-mdb-0.9.1.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.1.tar.gz">http://ftpmirror.gnu.org/taler/taler-twister-0.9.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-twister-0.9.1.tar.gz.sig</a></li>
+</ul>
+<p>
+You must first install <a href="https://www.gnunet.org/en/news/2023-01-0.19.2.html">GNUnet v0.19.2</a> to compile GNU Taler 0.9.1 from source.
+</p>
+{% endblock body_content %}