summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-09 13:40:33 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-09 13:40:33 +0200
commit0cd65ca9f6ae0df27d7c87a8d18c8b891ca1ff0b (patch)
treede0523c25e9f9bedab0e8412ab19101f21ad4b94
parent557fcd7cdbbf155d2b912299878dec51babfcba5 (diff)
downloadwww-0cd65ca9f6ae0df27d7c87a8d18c8b891ca1ff0b.tar.gz
www-0cd65ca9f6ae0df27d7c87a8d18c8b891ca1ff0b.tar.bz2
www-0cd65ca9f6ae0df27d7c87a8d18c8b891ca1ff0b.zip
start with release notes
-rw-r--r--template/news/2024-06.html.j252
1 files changed, 52 insertions, 0 deletions
diff --git a/template/news/2024-06.html.j2 b/template/news/2024-06.html.j2
new file mode 100644
index 00000000..e52706ea
--- /dev/null
+++ b/template/news/2024-06.html.j2
@@ -0,0 +1,52 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>2024-4: GNU Taler v0.10 released</h1>
+<p>
+We are happy to announce the release of GNU Taler v0.10.
+</p>
+<p>
+We have addressed over 100 individual issues, our bug tracker
+has the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=414">full list</a>.
+Notable changes include:
+</p>
+<ul>
+<li>NEW: Asynchronous /keys verification by wallet-core (no more slow start on first use)</li>
+<li>NEW: Support for EBICS 3.0 key exchange by libeufin-nexus</li>
+<li>NEW: public GET endpoint for templates in merchant (nicer UX of payments with static QR codes)</li>
+<li>NEW: iOS wallet release to Apple app store</li>
+<li>BUG: transaction histories are now visible even if the balance is zero</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.10.1.tar.gz">http://ftpmirror.gnu.org/taler/taler-exchange-0.10.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.10.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-exchange-0.10.1.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.10.1.tar.gz">http://ftpmirror.gnu.org/taler/taler-merchant-0.10.1.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.10.1.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-merchant-0.10.1.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-0.10.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-wallet-0.10.0.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-0.10.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-wallet-0.10.0.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.10.0-sources.tar.gz">http://ftpmirror.gnu.org/taler/libeufin-0.9.4-sources.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.10.0-sources.tar.gz.sig">http://ftpmirror.gnu.org/taler/libeufin-0.9.4-sources.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/sync-0.10.0.tar.gz">http://ftpmirror.gnu.org/taler/sync-0.10.0.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/sync-0.10.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/sync-0.10.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.10.0.tar.gz">http://ftpmirror.gnu.org/taler/challenger-0.10.0.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/challenger-0.10.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/challenger-0.10.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.10.0 from source.
+</p>
+{% endblock body_content %}