aboutsummaryrefslogtreecommitdiff
path: root/template/news/2023-04-0.19.4.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/news/2023-04-0.19.4.html.j2')
-rw-r--r--template/news/2023-04-0.19.4.html.j228
1 files changed, 28 insertions, 0 deletions
diff --git a/template/news/2023-04-0.19.4.html.j2 b/template/news/2023-04-0.19.4.html.j2
new file mode 100644
index 00000000..41b39572
--- /dev/null
+++ b/template/news/2023-04-0.19.4.html.j2
@@ -0,0 +1,28 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3{% set newver = '0.19.4' %}
4{% set oldver = '0.19.3' %}
5<main id="maincontent">
6<h1>GNUnet {{newver}}</h1>
7<p>
8This is a bugfix release for gnunet {{oldver}}.
9Special thanks goes out to ulfvonbelow who provided an array of patches.
10This is not an April Fool's joke.
11</p>
12<h4>Download links</h4>
13<ul>
14 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz">gnunet-{{newver}}.tar.gz</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz.sig">signature</a>)</li>
15</ul>
16<p>
17The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
18</p>
19<p>
20Note that due to mirror synchronization, not all links may be functional
21early after the release. For direct access try
22<a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
23</p>
24<p>
25A detailed list of changes can be found in the <a href="https://git.gnunet.org/gnunet.git/log/?h=v{{newver}}">git log</a>, the <a href="https://git.gnunet.org/gnunet.git/tree/NEWS?h=v{{newver}}">NEWS</a> and
26the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=417">bug tracker</a>.
27</p>
28{% endblock body_content %}