aboutsummaryrefslogtreecommitdiff
path: root/template/news/2020-09-0.13.3.html.j2
blob: dc9440c37e26a9b88326b0a3950604095edba88c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{% extends "common/news.j2" %}
{% block body_content %}
<h1>GNUnet 0.13.3 released</h1>
<p>
  Continuing to "release early / release often", we present
  GNUnet 0.13.3. This is a bugfix release for gnunet 0.13.2.<br/>
  It fixes some build issues and contains major changes to
  the re:claimID API.
</p>
<h4>Download links</h4>
<ul>
  <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>
  <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>
</ul>
<p>
  The GPG key used to sign is: <tt>3D11063C10F98D14BD24D1470B0998EF86F59B6A</tt>
</p>
<p>
  Note that due to mirror synchronization, not all links might be functional
  early after the release. For direct access try
  <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
</p>
<h4>Noteworthy changes in 0.13.3 (since 0.13.2)</h4>
<ul>
  <li><tt>REST</tt>:
    <ul>
      <li>re:claimID attestation API change reflected in endpoint naming.</li>
      <li>Fix regression in <tt>NAMESTORE</tt> REST API endpoint processing.</li>
    </ul>
  </li>
  <li><tt>RECLAIM</tt>:
      "Attestations" renamed to "Credentials". Credentials are now converted to "Presentations" when a ticket is issued in preparation
      for <a href="https://www.w3.org/TR/vc-data-model/">DID-style VCs</a> and Privacy-ABCs.
  </li>
  <li><tt>UTIL</tt>: Fix <tt>gnunet-qr</tt> device parameter.</li>
  <li><tt>SET</tt>: Separated into set intersection (SETI) and set union subsystems (SETU).</a></li>
  <li><tt>BUILD</tt>:
    <ul>
      <li>Fix build on OpenBSD.</li>
      <li>Correctly check for required libsodium version. <a href="https://bugs.gnunet.org/view.php?id=6506">#6506</a></li>
    </ul>
  </li>
</ul>

<h4>Thanks</h4>
<p>
  This release was the work of many people. The following people contributed code and were thus easily identified:
  Christian Grothoff, Jonathan Buchanan, Johannes Späth and Martin Schanzenbach.
</p>

{% endblock body_content %}