aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-10-30 01:22:23 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-10-30 01:22:23 +0200
commit356b2cd484df0049291cb1e09cbec73664e6f5a5 (patch)
tree5e7de4e50683ec37e761f7166f84b034651aef7f
parent2ed4ae0568c08c7807caeed3f7428d87e149dcff (diff)
downloadwww-356b2cd484df0049291cb1e09cbec73664e6f5a5.tar.gz
www-356b2cd484df0049291cb1e09cbec73664e6f5a5.zip
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.html20
-rw-r--r--www.yml3
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 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3<h1>libgnunetchat 0.1.1 released</h1>
4<p>
5This 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.
6</p>
7<h4>Download links</h4>
8<ul>
9 <li><a href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.1.tar.gz">libgnunetchat-0.1.1.tar.gz</a></li>
10 <li><a href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.1.tar.gz.sig">libgnunetchat-0.1.1.tar.gz.sig</a></li>
11</ul>
12<p>
13The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
14</p>
15<p>
16Note that due to mirror synchronization, not all links may be functional
17early after the release. For direct access try
18<a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
19</p>
20{% endblock body_content %}
diff --git a/www.yml b/www.yml
index 50b19132..a7803cf1 100644
--- a/www.yml
+++ b/www.yml
@@ -29,6 +29,9 @@ meetingnotes:
29 2019: 2019-12-27 29 2019: 2019-12-27
30 2020: 2020-12-30 30 2020: 2020-12-30
31newsposts: 31newsposts:
32 - page: 2022-10-libgnunetchat.html
33 date: 2022-10-30
34 title: libgnunetchat 0.1.1
32 - page: 2022-10-0.18.0.html 35 - page: 2022-10-0.18.0.html
33 date: 2022-10-27 36 date: 2022-10-27
34 title: GNUnet 0.18.0 37 title: GNUnet 0.18.0