diff options
Diffstat (limited to 'template/news/2022-10-libgnunetchat-0.1.1.html.j2')
-rw-r--r-- | template/news/2022-10-libgnunetchat-0.1.1.html.j2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/template/news/2022-10-libgnunetchat-0.1.1.html.j2 b/template/news/2022-10-libgnunetchat-0.1.1.html.j2 new file mode 100644 index 00000000..00334ea6 --- /dev/null +++ b/template/news/2022-10-libgnunetchat-0.1.1.html.j2 @@ -0,0 +1,20 @@ +{% extends "common/news.j2" %} +{% block body_content %} +<h1>libgnunetchat 0.1.1 released</h1> +<p> +This is mostly a bugfix release for libgnunetchat 0.1.0. But it will also update the build process of libgnunetchat to use GNU Automake and it will ensure compatibility with latest changes in GNUnet 0.18.0. +</p> +<h4>Download links</h4> +<ul> + <li><a href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.1.tar.gz">libgnunetchat-0.1.1.tar.gz</a></li> + <li><a href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.1.tar.gz.sig">libgnunetchat-0.1.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 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 %} |