From b5d049e35f43332b4f69725f8498bf0cff6f09b4 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Tue, 12 Apr 2022 18:31:45 +0200 Subject: add libgnunetchat 0.1.0 news Signed-off-by: TheJackiMonster --- template/news/2022-04-libgnunetchat-0.1.0.j2 | 54 ++++++++++++++++++++++++++++ www.yml | 3 ++ 2 files changed, 57 insertions(+) create mode 100644 template/news/2022-04-libgnunetchat-0.1.0.j2 diff --git a/template/news/2022-04-libgnunetchat-0.1.0.j2 b/template/news/2022-04-libgnunetchat-0.1.0.j2 new file mode 100644 index 00000000..f2ed185e --- /dev/null +++ b/template/news/2022-04-libgnunetchat-0.1.0.j2 @@ -0,0 +1,54 @@ +{% extends "common/news.j2" %} +{% block body_content %} +

libgnunetchat 0.1.0 released

+

+ We are pleased to announce the release of the client side library libgnunetchat 0.1.0. +
+ This library brings an abstraction layer using the client API from different GNUnet services to provide the functionality of a typical messenger application. The goal is to make developing such applications easier and independent of the GUI toolkit. So people can develop different interfaces being compatible with eachother despite visual differences, a few missing features or differences in overall design. +
+ The library relies on multiple services from GNUnet to implement its features. More information about that can be found here. +

+

Download links

+ +

+ The GPG key used to sign is: 3D11063C10F98D14BD24D1470B0998EF86F59B6A +

+

+ Note that due to mirror synchronization, not all links might be functional + early after the release. For direct access try + http://ftp.gnu.org/gnu/gnunet/ +

+

Noteworthy changes in 0.1.0

+ +

+ A detailed list of changes can be found in the ChangeLog. +

+

Known Issues

+ +

+ In addition to this list, you may also want to consult our bug tracker at bugs.gnunet.org. +

+ +{% endblock body_content %} diff --git a/www.yml b/www.yml index ecab8079..b01d178c 100644 --- a/www.yml +++ b/www.yml @@ -29,6 +29,9 @@ meetingnotes: 2019: 2019-12-27 2020: 2020-12-30 newsposts: + - page: 2022-04-libgnunetchat-0.1.0.html + date: 2022-04-12 + title: libgnunetchat 0.1.0 - page: 2022-03-0.16.3.html date: 2022-03-29 title: GNUnet 0.16.3 -- cgit v1.2.3