aboutsummaryrefslogtreecommitdiff
path: root/news/2021-03-0.14.1.html.j2
blob: f3ddc9a71a438d0afdc63cf86db416a9aa9d9b23 (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
52
{% extends "common/news.j2" %}
{% block body_content %}
<h1>GNUnet 0.14.1 released</h1>
<p>
Continuing to "release early / release often", we present
GNUnet 0.14.1. This is a bugfix release for gnunet 0.14.0.
</p>
<h4>Download links</h4>
<ul>
  <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.14.1.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-0.14.1.tar.gz</a></li>
  <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.14.1.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-0.14.1.tar.gz.sig</a></li>
  <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.14.1.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.14.1.tar.gz</a></li>
  <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.14.1.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.14.1.tar.gz.sig</a></li>
  <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.14.1.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.14.1.tar.gz</a></li>
  <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.14.1.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.14.1.tar.gz.sig</a></li>
</ul>
<p>
The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
</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.14.1 (since 0.14.0)</h4>
<ul>
  <li><tt>TNG</tt>: Various improvements to communicators.<a href="https://bugs.gnunet.org/view.php?id=6361">#6361</a>,<a href="https://bugs.gnunet.org/view.php?id=5550">#5550</a>
  </li>
  <li><tt>GNS</tt>: Use autogenerated records header file from GANA.</li>
  <li><tt>FS</tt>: Improve modularity of FS structs. <a href="https://bugs.gnunet.org/view.php?id=6743">#6743</a></li>
  <li><tt>SETU</tt>: Various improvements as part of the ongoing work on <a href="https://lsd.gnunet.org/lsd0003">LSD0003</a>.</li>
  <li><tt>IDENTITY</tt>: Fix wrong key construction for anonymous ECDSA identity.</li>
  <li><tt>RPS</tt>: Code cleanup mostly addressing warnings.</li>
  <li><tt>UTIL</tt>:
    <ul>
      <li>Added a Base32 en/decoded CLI <tt>gnunet-base32</tt>.</li>
      <li>Use timeflakes as UUIDs. <a href="https://bugs.gnunet.org/view.php?id=6716">#6716</a></li>
    </ul>
  </li>
  <li><tt>Buildsystem</tt>: Fix libunistring detection. <a href="https://bugs.gnunet.org/view.php?id=6485">#6485</a></li>
</ul>
<p>
A detailed list of changes can be found in the <a href="https://git.gnunet.org/gnunet.git/tree/ChangeLog">ChangeLog</a> and
the <a href="https://bugs.gnunet.org/changelog_page.php?project_id=13">0.14.0 bugtracker</a>.
</p>

<h4>Thanks</h4>
<p>
This release was the work of many people. The following people contributed code and were thus easily identified:
Christian Grothoff, Florian Dold, t3sserakt, TheJackiMonster, Elias Summermatter, Julius Bünger and Thien-Thi Nguyen.
</p>
{% endblock body_content %}