summaryrefslogtreecommitdiff
path: root/news/2019-12.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-06 16:01:32 +0200
committerFlorian Dold <florian@dold.me>2021-05-06 16:01:44 +0200
commit9a6e7c57484e16bdd3f4aa917e6489048fb242d0 (patch)
treee87fd94803e83e5269add3de88b1b06fa97b9ef1 /news/2019-12.html.j2
parentc32cf6705b2519b670c22bb0d6378b3dbca9f508 (diff)
downloadwww-9a6e7c57484e16bdd3f4aa917e6489048fb242d0.tar.gz
www-9a6e7c57484e16bdd3f4aa917e6489048fb242d0.tar.bz2
www-9a6e7c57484e16bdd3f4aa917e6489048fb242d0.zip
simplify structure
Diffstat (limited to 'news/2019-12.html.j2')
-rw-r--r--news/2019-12.html.j249
1 files changed, 0 insertions, 49 deletions
diff --git a/news/2019-12.html.j2 b/news/2019-12.html.j2
deleted file mode 100644
index 1bab9a4b..00000000
--- a/news/2019-12.html.j2
+++ /dev/null
@@ -1,49 +0,0 @@
-{% extends "common/news.j2" %}
-{% block body_content %}
-<h1>2019-12: GNU Taler v0.6.0 released</h1>
-<p>
-We are happy to announce the release of GNU Taler v0.6.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=272">full list</a>.
-Notable changes include:
-</p>
-<ul>
-<li>Implemented various protocol tweaks addressing corner cases discovered when writing Florian's the PhD thesis on Taler</li>
-<li>The wallet was ported to Android, and now supports NFC payments</li>
-<li>A Web service to synchronize wallets across devices was implemented (but is not yet used by the wallets)</li>
-<li>The Taler auditor saw many improvements and extensions, and should now be usable for the first time</li>
-<li>The exchange protocol has an endpoint to return the terms of service and privcy policy of the operator</li>
-<li>The new taler-mdb component can be used to combine Taler with vending machines using the Multi Drop Bus (MDB)</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.6.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-exchange-0.6.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-exchange-0.6.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-exchange-0.6.0.tar.gz.sig</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.6.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-merchant-0.6.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-merchant-0.6.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-merchant-0.6.0.tar.gz.sig</a></li>
-
-<!-- STILL TO BE UPLOADED!
-<li><a href="http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-bank-0.6.0.tar.gz.sig</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-wallet-webex-0.6.0.tar.gz.sig</a></li>
--->
-
-<li><a href="http://ftpmirror.gnu.org/taler/sync-0.6.0.tar.gz">http://ftpmirror.gnu.org/taler/sync-0.6.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/sync-0.6.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/sync-0.6.0.tar.gz.sig</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.6.0.tar.gz">http://ftpmirror.gnu.org/taler/taler-mdb-0.6.0.tar.gz</a></li>
-<li><a href="http://ftpmirror.gnu.org/taler/taler-mdb-0.6.0.tar.gz.sig">http://ftpmirror.gnu.org/taler/taler-mdb-0.6.0.tar.gz.sig</a></li>
-</ul>
-You must use GNUnet 0.12.1 or a recent Git version to use Taler 0.6.0.
-
-
-
-{% endblock body_content %}