aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-02-15 16:06:44 +0100
committert3sserakt <t3ss@posteo.de>2023-02-15 16:06:44 +0100
commit3227d7d662714a6a85b8a02a002ec6ea34fd6732 (patch)
tree1a80733dd674060cebca84e62792a4ba184820a0
parent3a94e087e3c4ef8b64adca9a4b7090ea66b8f96b (diff)
parent53bd53a0e8d91e39e2ce7686e27ec72fec8c6bfd (diff)
downloadwww-3227d7d662714a6a85b8a02a002ec6ea34fd6732.tar.gz
www-3227d7d662714a6a85b8a02a002ec6ea34fd6732.zip
Merge branch 'master' of ssh://git.gnunet.org/www
-rw-r--r--template/news/2023-02-libgnunetchat-0.1.3.html.j221
-rw-r--r--template/news/2023-02-messenger-gtk-0.8.0.html.j255
-rw-r--r--www.yml6
3 files changed, 82 insertions, 0 deletions
diff --git a/template/news/2023-02-libgnunetchat-0.1.3.html.j2 b/template/news/2023-02-libgnunetchat-0.1.3.html.j2
new file mode 100644
index 00000000..f3c951eb
--- /dev/null
+++ b/template/news/2023-02-libgnunetchat-0.1.3.html.j2
@@ -0,0 +1,21 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3<main id="maincontent">
4<h1>libgnunetchat 0.1.3 released</h1>
5<p>
6This is mostly a bugfix and compatibility release for libgnunetchat 0.1.2. But it will also change the build process of libgnunetchat to use Meson instead of GNU Automake and it will ensure compatibility with latest changes in GNUnet 0.19.0. The required version of GNUnet to build this library is 0.19.3 for compatibility reasons though.
7</p>
8<h4>Download links</h4>
9<ul>
10 <li><a href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.3.tar.xz">libgnunetchat-0.1.3.tar.xz</a></li>
11 <li><a href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.3.tar.xz.sig">libgnunetchat-0.1.3.tar.xz.sig</a></li>
12</ul>
13<p>
14The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
15</p>
16<p>
17Note that due to mirror synchronization, not all links may be functional
18early after the release. For direct access try
19<a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
20</p>
21{% endblock body_content %}
diff --git a/template/news/2023-02-messenger-gtk-0.8.0.html.j2 b/template/news/2023-02-messenger-gtk-0.8.0.html.j2
new file mode 100644
index 00000000..ef1c31b4
--- /dev/null
+++ b/template/news/2023-02-messenger-gtk-0.8.0.html.j2
@@ -0,0 +1,55 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3<main id="maincontent">
4<h1>Messenger-GTK 0.8.0</h1>
5<p>
6 Following the new release of "libgnunetchat" there have been some changes regarding the applications utilizing it. So we are pleased to announce the new release of the Messenger-GTK application. This release will be compatible with libgnunetchat 0.1.3 and GNUnet 0.19.3 upwards.
7</p>
8<h4>Download links</h4>
9<ul>
10 <li><a href="http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.8.0.tar.xz">messenger-gtk-0.8.0.tar.xz</a></li>
11 <li><a href="http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.8.0.tar.xz.sig">messenger-gtk-0.8.0.tar.xz.sig</a></li>
12</ul>
13<p>
14The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
15</p>
16<p>
17Note that due to mirror synchronization, not all links may be functional
18early after the release. For direct access try
19<a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
20</p>
21<h4>Noteworthy changes in 0.8.0</h4>
22<ul>
23 <li>A simple media player has been added to the user interface to play received audio and video files without a third-party application.</li>
24 <li>Multiple crashes and breaking issues have been fixed.</li>
25</ul>
26<p>
27 A detailed list of changes can be found in the <a href="https://git.gnunet.org/messenger-gtk.git/tree/ChangeLog">ChangeLog</a>.
28</p>
29<h4>Known Issues</h4>
30<ul>
31 <li>Chats still require a reliable connection between GNUnet peers. So this still depends on the upcoming NAT traversal to be used outside of local networks for most users (see <a href="https://bugs.gnunet.org/view.php?id=5710">#5710</a>).</li>
32 <li>File sharing via the FS service should work in a GNUnet single-user setup but a multi-user setup breaks it (see <a href="https://bugs.gnunet.org/view.php?id=7355">#7355</a>)</li>
33 <li>Mobile devices might come with multiple sensors per camera which doesn't get recogniced by the GStreamer pipeline. As soon as libcamera supports those devices, there will be changes to utilize that fixing this issue.</li>
34</ul>
35<p>
36 In addition to this list, you may also want to consult our bug tracker at <a href="https://bugs.gnunet.org/">bugs.gnunet.org</a>.
37</p>
38<h2>messenger-cli 0.1.1</h2>
39<p>
40 There's also a new release of the terminal application using the GNUnet Messenger service. But since that's only a release to provide compatibility with changes in its dependencies it is only a minor release without adding new features.
41</p>
42<h4>Download links</h4>
43<ul>
44 <li><a href="http://ftpmirror.gnu.org/gnunet/messenger-cli-0.1.1.tar.xz">messenger-cli-0.1.1.tar.xz</a></li>
45 <li><a href="http://ftpmirror.gnu.org/gnunet/messenger-cli-0.1.1.tar.xz.sig">messenger-cli-0.1.1.tar.xz.sig</a></li>
46</ul>
47<p>
48The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
49</p>
50<p>
51Note that due to mirror synchronization, not all links may be functional
52early after the release. For direct access try
53<a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
54</p>
55{% endblock body_content %}
diff --git a/www.yml b/www.yml
index 7f9bfa05..0781543a 100644
--- a/www.yml
+++ b/www.yml
@@ -31,6 +31,12 @@ meetingnotes:
31 2019: 2019-12-27 31 2019: 2019-12-27
32 2020: 2020-12-30 32 2020: 2020-12-30
33newsposts: 33newsposts:
34 - page: 2023-02-messenger-gtk-0.8.0.html
35 date: 2023-02-10
36 title: Messenger-GTK 0.8.0
37 - page: 2023-02-libgnunetchat-0.1.3.html
38 date: 2023-02-06
39 title: libgnunetchat 0.1.3
34 - page: 2023-02-0.19.3.html 40 - page: 2023-02-0.19.3.html
35 date: 2023-02-06 41 date: 2023-02-06
36 title: GNUnet 0.19.3 42 title: GNUnet 0.19.3