gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated (c07df9de -> 463332f0)


From: gnunet
Subject: [www] branch master updated (c07df9de -> 463332f0)
Date: Fri, 10 Feb 2023 16:10:46 +0100

This is an automated email from the git hooks/post-receive script.

thejackimonster pushed a change to branch master
in repository www.

    from c07df9de Add libgnunetchat 0.1.3 news
     new 6b07a368 Fix download links regarding file extension
     new 463332f0 Add messenger-gtk 0.8.0 news

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 template/news/2023-02-libgnunetchat-0.1.3.html.j2 |  4 +-
 template/news/2023-02-messenger-gtk-0.8.0.html.j2 | 55 +++++++++++++++++++++++
 www.yml                                           |  3 ++
 3 files changed, 60 insertions(+), 2 deletions(-)
 create mode 100644 template/news/2023-02-messenger-gtk-0.8.0.html.j2

diff --git a/template/news/2023-02-libgnunetchat-0.1.3.html.j2 
b/template/news/2023-02-libgnunetchat-0.1.3.html.j2
index c4840637..f3c951eb 100644
--- a/template/news/2023-02-libgnunetchat-0.1.3.html.j2
+++ b/template/news/2023-02-libgnunetchat-0.1.3.html.j2
@@ -7,8 +7,8 @@ This is mostly a bugfix and compatibility release for 
libgnunetchat 0.1.2. But i
 </p>
 <h4>Download links</h4>
 <ul>
-  <li><a 
href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.3.tar.gz";>libgnunetchat-0.1.3.tar.gz</a></li>
-  <li><a 
href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.3.tar.gz.sig";>libgnunetchat-0.1.3.tar.gz.sig</a></li>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.3.tar.xz";>libgnunetchat-0.1.3.tar.xz</a></li>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.3.tar.xz.sig";>libgnunetchat-0.1.3.tar.xz.sig</a></li>
 </ul>
 <p>
 The GPG key used to sign is: <a 
href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A";>3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
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 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<main id="maincontent">
+<h1>Messenger-GTK 0.8.0</h1>
+<p>
+  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.
+</p>
+<h4>Download links</h4>
+<ul>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.8.0.tar.xz";>messenger-gtk-0.8.0.tar.xz</a></li>
+  <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>
+</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>
+<h4>Noteworthy changes in 0.8.0</h4>
+<ul>
+  <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>
+  <li>Multiple crashes and breaking issues have been fixed.</li>
+</ul>
+<p>
+  A detailed list of changes can be found in the <a 
href="https://git.gnunet.org/messenger-gtk.git/tree/ChangeLog";>ChangeLog</a>.
+</p>
+<h4>Known Issues</h4>
+<ul>
+  <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>
+  <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>
+  <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>
+</ul>
+<p>
+  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>.
+</p>
+<h2>messenger-cli 0.1.1</h2>
+<p>
+  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.
+</p>
+<h4>Download links</h4>
+<ul>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/messenger-cli-0.1.1.tar.xz";>messenger-cli-0.1.1.tar.xz</a></li>
+  <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>
+</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 %}
diff --git a/www.yml b/www.yml
index 891aa03b..8698aeea 100644
--- a/www.yml
+++ b/www.yml
@@ -31,6 +31,9 @@ meetingnotes:
   2019: 2019-12-27
   2020: 2020-12-30
 newsposts:
+  - page: 2023-02-messenger-gtk.html
+    date: 2023-02-10
+    title: Messenger-GTK 0.8.0
   - page: 2023-02-libgnunetchat-0.1.3.html
     date: 2023-02-06
     title: libgnunetchat 0.1.3

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]