aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-09-06 14:17:36 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-09-06 14:17:36 +0200
commitcf72a81f15168467c8075d6c864c2d39a6582ef2 (patch)
treefa5608c17627c0068db611f22d60b8821483f09a
parent8bf9a6b405b862ef0533566aa1b62dd002fc594f (diff)
downloadwww-cf72a81f15168467c8075d6c864c2d39a6582ef2.tar.gz
www-cf72a81f15168467c8075d6c864c2d39a6582ef2.zip
add 0.13.3 news page
-rw-r--r--news/2020-09-0.13.3.html.j251
-rw-r--r--www.yml3
2 files changed, 54 insertions, 0 deletions
diff --git a/news/2020-09-0.13.3.html.j2 b/news/2020-09-0.13.3.html.j2
new file mode 100644
index 00000000..dc9440c3
--- /dev/null
+++ b/news/2020-09-0.13.3.html.j2
@@ -0,0 +1,51 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3<h1>GNUnet 0.13.3 released</h1>
4<p>
5 Continuing to "release early / release often", we present
6 GNUnet 0.13.3. This is a bugfix release for gnunet 0.13.2.<br/>
7 It fixes some build issues and contains major changes to
8 the re:claimID API.
9</p>
10<h4>Download links</h4>
11<ul>
12 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.13.3.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-0.13.3.tar.gz</a></li>
13 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.13.3.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-0.13.3.tar.gz.sig</a></li>
14</ul>
15<p>
16 The GPG key used to sign is: <tt>3D11063C10F98D14BD24D1470B0998EF86F59B6A</tt>
17</p>
18<p>
19 Note that due to mirror synchronization, not all links might be functional
20 early after the release. For direct access try
21 <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
22</p>
23<h4>Noteworthy changes in 0.13.3 (since 0.13.2)</h4>
24<ul>
25 <li><tt>REST</tt>:
26 <ul>
27 <li>re:claimID attestation API change reflected in endpoint naming.</li>
28 <li>Fix regression in <tt>NAMESTORE</tt> REST API endpoint processing.</li>
29 </ul>
30 </li>
31 <li><tt>RECLAIM</tt>:
32 "Attestations" renamed to "Credentials". Credentials are now converted to "Presentations" when a ticket is issued in preparation
33 for <a href="https://www.w3.org/TR/vc-data-model/">DID-style VCs</a> and Privacy-ABCs.
34 </li>
35 <li><tt>UTIL</tt>: Fix <tt>gnunet-qr</tt> device parameter.</li>
36 <li><tt>SET</tt>: Separated into set intersection (SETI) and set union subsystems (SETU).</a></li>
37 <li><tt>BUILD</tt>:
38 <ul>
39 <li>Fix build on OpenBSD.</li>
40 <li>Correctly check for required libsodium version. <a href="https://bugs.gnunet.org/view.php?id=6506">#6506</a></li>
41 </ul>
42 </li>
43</ul>
44
45<h4>Thanks</h4>
46<p>
47 This release was the work of many people. The following people contributed code and were thus easily identified:
48 Christian Grothoff, Jonathan Buchanan, Johannes Späth and Martin Schanzenbach.
49</p>
50
51{% endblock body_content %}
diff --git a/www.yml b/www.yml
index 5873c2bd..94b496a2 100644
--- a/www.yml
+++ b/www.yml
@@ -57,6 +57,9 @@ meetingnotes:
57 2018: 2018-12-27 57 2018: 2018-12-27
58 2019: 2019-12-27 58 2019: 2019-12-27
59newsposts: 59newsposts:
60 - page: 2020-09-0.13.3.html
61 date: 2020-09-06
62 title: GNUnet 0.13.2
60 - page: 2020-08-0.13.2.html 63 - page: 2020-08-0.13.2.html
61 date: 2020-08-14 64 date: 2020-08-14
62 title: GNUnet 0.13.2 65 title: GNUnet 0.13.2