summaryrefslogtreecommitdiff
path: root/template/news
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-09 23:10:18 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-09 23:10:24 +0200
commitf4201ec5ed27660752b45185b63df2531cd55b92 (patch)
treeab0f92ca065bb2fb74a6658f47b760656a660e53 /template/news
parentb41a9b010ff741c7dde5f7575f4f8a1a57f71f6c (diff)
downloadwww-f4201ec5ed27660752b45185b63df2531cd55b92.tar.gz
www-f4201ec5ed27660752b45185b63df2531cd55b92.tar.bz2
www-f4201ec5ed27660752b45185b63df2531cd55b92.zip
release notes draft for v0.9.2
Diffstat (limited to 'template/news')
-rw-r--r--template/news/2023-04.html.j244
1 files changed, 44 insertions, 0 deletions
diff --git a/template/news/2023-04.html.j2 b/template/news/2023-04.html.j2
new file mode 100644
index 00000000..9e1849f0
--- /dev/null
+++ b/template/news/2023-04.html.j2
@@ -0,0 +1,44 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>2023-04: GNU Taler v0.9.2 released</h1>
+<p>
+We are happy to announce the release of GNU Taler v0.9.2.
+</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=401">full list</a>.
+Notable changes include:
+</p>
+<ul>
+<li>Android wallet now uses quickjs runtime (smaller, faster)</li>
+<li>Merchant backend supports webhooks</li>
+<li>Added support for partially batched withdraw operations in wallet-core</li>
+<li>Various minor bugfixes</li>
+<li>Various minor UI improvements</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.2.tar.gz">http://ftpmirror.gnu.org/taler/taler-exchange-0.9.2.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.9.2.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-exchange-0.9.2.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.9.2.tar.gz">http://ftpmirror.gnu.org/taler/taler-merchant-0.9.2.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.9.2.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-merchant-0.9.2.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-0.9.2.tar.gz">http://ftpmirror.gnu.org/taler/taler-wallet-0.9.2.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-0.9.2.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-wallet-0.9.2.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/sync-0.9.2.tar.gz">http://ftpmirror.gnu.org/taler/sync-0.9.2.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/sync-0.9.2.tar.gz.sig">http://ftpmirror.gnu.org/taler/sync-0.9.2.tar.gz.sig</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.9.2.tar.gz">http://ftpmirror.gnu.org/taler/libeufin-0.9.2.tar.gz</a></li>
+<li><a href="http://ftpmirror.gnu.org/taler/libeufin-0.9.2.tar.gz.sig">http://ftpmirror.gnu.org/taler/libeufin-0.9.2.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-04-0.19.4.html">GNUnet v0.19.4</a> to compile GNU Taler 0.9.2 from source.
+</p>
+{% endblock body_content %}