diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2022-10-30 01:22:23 +0200 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2022-10-30 01:22:23 +0200 |
commit | 356b2cd484df0049291cb1e09cbec73664e6f5a5 (patch) | |
tree | 5e7de4e50683ec37e761f7166f84b034651aef7f | |
parent | 2ed4ae0568c08c7807caeed3f7428d87e149dcff (diff) |
add libgnunetchat 0.1.1 news item
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r-- | template/news/2022-10-libgnunetchat-0.1.1.html | 20 | ||||
-rw-r--r-- | www.yml | 3 |
2 files changed, 23 insertions, 0 deletions
diff --git a/template/news/2022-10-libgnunetchat-0.1.1.html b/template/news/2022-10-libgnunetchat-0.1.1.html new file mode 100644 index 00000000..00334ea6 --- /dev/null +++ b/template/news/2022-10-libgnunetchat-0.1.1.html @@ -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 %} @@ -29,6 +29,9 @@ meetingnotes: 2019: 2019-12-27 2020: 2020-12-30 newsposts: + - page: 2022-10-libgnunetchat.html + date: 2022-10-30 + title: libgnunetchat 0.1.1 - page: 2022-10-0.18.0.html date: 2022-10-27 title: GNUnet 0.18.0 |