summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-19 13:21:35 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-19 13:21:35 +0100
commit8a289c1a7ad1bcd474fc52997a4a00bcef2bf1e8 (patch)
tree580a5c4bc07be74555f132106f002b1e499bb517 /news
parent9234a77da20ecb7929559a65d68534ec39131fe3 (diff)
downloadwww-8a289c1a7ad1bcd474fc52997a4a00bcef2bf1e8.tar.gz
www-8a289c1a7ad1bcd474fc52997a4a00bcef2bf1e8.tar.bz2
www-8a289c1a7ad1bcd474fc52997a4a00bcef2bf1e8.zip
update
Diffstat (limited to 'news')
-rw-r--r--news/2019-12.html.j249
1 files changed, 43 insertions, 6 deletions
diff --git a/news/2019-12.html.j2 b/news/2019-12.html.j2
index 8c0c5007..ab8a59c5 100644
--- a/news/2019-12.html.j2
+++ b/news/2019-12.html.j2
@@ -3,12 +3,49 @@
<h1>2019-12: GNU Taler v0.6.0 released</h1>
<p>
We are happy to announce the release of GNU Taler v0.6.0.
-Here we will describe the changes.
</p>
<p>
-The Chrome and Chromium wallets are available for download
-via the App store. The exchange, merchant backend and
-bank components are distributed via the GNU FTP mirrors.
-Put some links and checksums here for direct download.
+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>
-{% endblock body_content %}
+<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>
+<li></li>
+<li></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>
+<!-- Android wallet source? Wallet core? -->
+
+<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.6.1 or a recent Git version to use Taler 0.6.0.
+
+
+
+{% endblock body_content %}