diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2022-08-11 17:49:16 +0200 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2022-08-11 17:49:16 +0200 |
commit | 3b0f5b608f47b35435a58b11c5f81668b33d888b (patch) | |
tree | 6f5ba385c0799ef2f88c794952291e423a2c7787 | |
parent | c922603b5847445e7ae6085ec4062c8d85a1d14e (diff) |
v0.17.4
-rw-r--r-- | template/news/2022-08-0.17.4.html.j2 | 21 | ||||
-rw-r--r-- | www.yml | 3 |
2 files changed, 24 insertions, 0 deletions
diff --git a/template/news/2022-08-0.17.4.html.j2 b/template/news/2022-08-0.17.4.html.j2 new file mode 100644 index 00000000..576e8a45 --- /dev/null +++ b/template/news/2022-08-0.17.4.html.j2 @@ -0,0 +1,21 @@ +{% extends "common/news.j2" %} +{% block body_content %} +<h1>GNUnet 0.17.4</h1> +<p> +This is a bugfix release for gnunet 0.17.3 because of a missing file in the +tarball required to build the documentation. +</p> +<h4>Download links</h4> +<ul> + <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.17.4.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-0.17.4.tar.gz</a></li> + <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.17.4.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-0.17.4.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 may 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> +{% endblock body_content %} @@ -29,6 +29,9 @@ meetingnotes: 2019: 2019-12-27 2020: 2020-12-30 newsposts: + - page: 2022-08-0.17.4.html + date: 2022-08-11 + title: GNUnet 0.17.4 - page: 2022-08-0.17.3.html date: 2022-08-05 title: GNUnet 0.17.3 |