summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-05-15 18:00:19 +0200
committerChristian Grothoff <grothoff@gnunet.org>2024-05-15 18:00:19 +0200
commit98eb45aa22b829fe9ec486ae0e39e429cd762a03 (patch)
tree08dc8861fe7d2ebfa88f81907d7c7106ab9df6ed
parentf87ff15dd4d5680fa9a12e7c9e487dd08e02e9ec (diff)
downloadwww-98eb45aa22b829fe9ec486ae0e39e429cd762a03.tar.gz
www-98eb45aa22b829fe9ec486ae0e39e429cd762a03.tar.bz2
www-98eb45aa22b829fe9ec486ae0e39e429cd762a03.zip
draft for v0.11 release announcement
-rw-r--r--template/news/2024-11.html.j249
1 files changed, 49 insertions, 0 deletions
diff --git a/template/news/2024-11.html.j2 b/template/news/2024-11.html.j2
new file mode 100644
index 00000000..cb46fcba
--- /dev/null
+++ b/template/news/2024-11.html.j2
@@ -0,0 +1,49 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>2024-5: GNU Taler v0.11 released</h1>
+<p>
+We are happy to announce the release of GNU Taler v0.11.
+</p>
+<p>
+We have addressed over 50 individual issues, our bug tracker
+has the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=415">full list</a>.
+Notable changes include:
+</p>
+<ul>
+<li>NEW: Support for Instant SEPA in libeufin-nexus</li>
+<li>NEW: Public GET endpoint for Point-of-Sale in merchant (preliminary implementation)</li>
+<li>Various minor bugfixes, user experience and documentation improvements</li>
+</ul>
+<p>
+Our work is co-funded by the European Commissions and the Swiss State Secretariat for Education, Research and
+Innovation (SERI) as part of the <a href="https://taler.net/en/ngi-taler.html">NGI TALER</a> project.
+</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.11.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-exchange-0.11.0.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.11.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-exchange-0.11.0.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.11.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-merchant-0.11.0.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.11.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-merchant-0.11.0.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-v0.11.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-wallet-0.11.0.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-v0.11.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-wallet-0.11.0.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.11.0-sources.tar.gz">http://ftpmirror.gnu.org/taler/libeufin-0.11.0-sources.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.11.0-sources.tar.gz.sig">http://ftpmirror.gnu.org/taler/libeufin-0.11.0-sources.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/sync-0.11.0.tar.gz">http://ftpmirror.gnu.org/taler/sync-0.11.0.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/sync-0.11.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/sync-0.11.0.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.10.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-mdb-0.10.0.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.10.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-mdb-0.10.0.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.4.tar.gz">http://ftpmirror.gnu.org/taler/taler-twister-0.9.4.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-twister-0.9.4.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-twister-0.9.4.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/challenger-0.11.0.tar.gz">http://ftpmirror.gnu.org/taler/challenger-0.11.0.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/challenger-0.11.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/challenger-0.11.0.tar.gz.sig</a></li>
+</ul>
+<p>
+You must first install <a href="https://gnunet.org/">GNUnet v0.21.0</a> or the current Git master to compile GNU Taler 0.11 from source.
+</p>
+{% endblock body_content %}