[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[www] branch stable updated (abb43b09 -> 20c6dd99)
From: |
gnunet |
Subject: |
[www] branch stable updated (abb43b09 -> 20c6dd99) |
Date: |
Mon, 09 Dec 2024 18:01:01 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a change to branch stable
in repository www.
from abb43b09 v0.22.2
add 20c6dd99 v0.23.0
No new revisions were added by this update.
Summary of changes:
locale/en/LC_MESSAGES/messages.mo | Bin 445 -> 445 bytes
...24-08-0.22.0.html.j2 => 2024-12-0.23.0.html.j2} | 46 ++++++---------------
www.yml | 3 ++
3 files changed, 15 insertions(+), 34 deletions(-)
copy template/news/{2024-08-0.22.0.html.j2 => 2024-12-0.23.0.html.j2} (72%)
diff --git a/locale/en/LC_MESSAGES/messages.mo
b/locale/en/LC_MESSAGES/messages.mo
index 19f66c4e..d1983291 100644
Binary files a/locale/en/LC_MESSAGES/messages.mo and
b/locale/en/LC_MESSAGES/messages.mo differ
diff --git a/template/news/2024-08-0.22.0.html.j2
b/template/news/2024-12-0.23.0.html.j2
similarity index 72%
copy from template/news/2024-08-0.22.0.html.j2
copy to template/news/2024-12-0.23.0.html.j2
index 4423665c..5f0b4297 100644
--- a/template/news/2024-08-0.22.0.html.j2
+++ b/template/news/2024-12-0.23.0.html.j2
@@ -1,7 +1,7 @@
{% extends "common/news.j2" %}
{% block body_content %}
-{% set newver = '0.22.0' %}
-{% set oldver = '0.21.0' %}
+{% set newver = '0.23.0' %}
+{% set oldver = '0.22.0' %}
<main id="maincontent">
<h1>GNUnet {{newver}} released</h1>
<p>
@@ -16,10 +16,10 @@
</p>
<p>
This is a new major release.
- It breaks protocol compatibility with the 0.21.x versions.
+ It breaks protocol compatibility with the {{oldver}}X versions.
Please be aware that Git master is thus henceforth (and has been for a
while) <b>INCOMPATIBLE</b> with
- the 0.21.x GNUnet network, and interactions between old and new peers
+ the {{oldver}}X GNUnet network, and interactions between old and new peers
will result in issues.
In terms of usability, users should be aware that there are still
<b>a number of known open issues</b> in particular with respect to ease
@@ -32,7 +32,7 @@
<h4>Download links</h4>
<ul>
<li><a
href="http://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz">gnunet-{{newver}}.tar.gz</a>
(<a
href="http://ftpmirror.gnu.org/gnunet/gnunet-{{newver}}.tar.gz.sig">signature</a>)</li>
- <li><a
href="https://buildbot.gnunet.org/releases/gnunet-{{newver}}-meson.tar.gz">gnunet-{{newver}}-meson.tar.gz</a>
(<a
href="https://buildbot.gnunet.org/releases/gnunet-{{newver}}-meson.tar.gz.sig">signature</a>)
<i>NEW: Test tarball made using the meson build system.</i></li>
+ <li><a
href="https://buildbot.gnunet.org/releases/gnunet-{{newver}}-meson.tar.xz">gnunet-{{newver}}-meson.tar.xz</a>
(<a
href="https://buildbot.gnunet.org/releases/gnunet-{{newver}}-meson.tar.xz.sig">signature</a>)
<i>NEW: Test tarball made using the meson build system.</i></li>
<li><a
href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-{{newver}}.tar.gz">gnunet-gtk-{{newver}}.tar.gz</a>
(<a
href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-{{newver}}.tar.gz.sig">signature</a>)</li>
<li><a
href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-{{newver}}.tar.gz">gnunet-fuse-{{newver}}.tar.gz</a>
(<a
href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-{{newver}}.tar.gz.sig">signature</a>)</li>
</ul>
@@ -47,36 +47,14 @@
<h4>Changes</h4>
<p>
A detailed list of changes can be found in the <a
href="https://git.gnunet.org/gnunet.git/log/?h=v{{newver}}">git log</a>, the <a
href="https://git.gnunet.org/gnunet.git/tree/NEWS?h=v{{newver}}">NEWS</a> and
-the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=438">bug
tracker</a>.
+the <a href="https://bugs.gnunet.org/changelog_page.php?version_id=456">bug
tracker</a>.
Noteworthy highlights are
</p>
<ul>
- <li><tt>transport</tt>:
- <ul>
- <li>A new experimental HTTP/3 communicator for peer-to-peer transport
communicator.</li>
- <li>New experimental NAT traversal functionality.</li>
- </ul>
- </li>
- <li><tt>util</tt>:
- <ul>
- <li>An implementation of <a
href="https://datatracker.ietf.org/doc/rfc9180/">Hybrid Public Key Encryption
(HPKE)</a> and related KEMs which are now used across the stack.</li>
- <li>An implementation of <a href="https://elligator.org/">Elligator</a>
used as part of our Diffie-Hellman exchanges and KEMs</li>
- </ul>
- </li>
- <li><tt>hostlist</tt>: The bootstrap URL is changed to <a
href="https://bootstrap.gnunet.org/v22">https://bootstrap.gnunet.org/v22</a>
and <a
href="https://bootstrap.gnunet.org/latest">https://bootstrap.gnunet.org/latest</a>
for the release and development version (git head), respectively.</li>
- <li><tt>gnunet-hello</tt>: A <a
href="https://bugs.gnunet.org/view.php?id=9043">new CLI</a> to import/export
connectivity information (HELLOs) of peers manually.</li>
- <li><tt>namestore</tt>: Significant zone import performance improvements in
preparation for <a
href="https://www.gnunet.org/en/news/2022-11-NGI-Entrust-GNS-TLDs.html">DNS TLD
mirror deployments (.se, .nu, etc)</a>.</li>
- <li><tt>messenger</tt>:
- <ul>
- <li>Implementation of discourse subscriptions for live data streaming in
chat rooms.</li>
- <li>New functionality in CLI for the Messenger service to stream data via
standard input and output.</li>
- </ul>
- </li>
+ <li>Code review: A number of issues found during a code review have been
addressed.</li>
+ <li><tt>util</tt>: A <tt>GNUNET_OS_ProjectData</tt> must now be passed to
some APIs that are commonly used by third parties using libgnunetutil (e.g.
Taler, GNUnet-Gtk) as to properly handle cases where the GNUnet installation
directory is different from the third-party directory.</li>
<li><tt>Build System</tt>:
- <ul>
- <li>Build variant to build a monolithic GNUnet library.</li>
- <li>Cross compile the monolithic library for use on Android devices. An
Android prototype can be found in this <a
href="https://git.gnunet.org/gnunet-android.git">repository.</a></li>
- </ul>
+ Improved build times by outsourcing handbook to prebuilt files and only
generating GANA source files manually.
</li>
</ul>
<h4>Known Issues</h4>
@@ -94,9 +72,9 @@ In addition to this list, you may also want to consult our
bug tracker at <a hre
<h4>Thanks</h4>
<p>
This release was the work of many people. The following people contributed
code and were thus easily identified:
-Christian Grothoff, t3sserakt, TheJackiMonster, Pedram Fardzadeh, Shichao,
fence, dvn, nullptrderef and Martin Schanzenbach.
+Christian Grothoff, TheJackiMonster, oec, ch3, and Martin Schanzenbach.
</p>
-
+<!--
<h2>libgnunetchat 0.5.1 released</h1>
<p>
Additionally there's a minor release of libgnunetchat 0.5.1 which fixes
multiple issues to improve overall reliability.
@@ -137,5 +115,5 @@ Christian Grothoff, t3sserakt, TheJackiMonster, Pedram
Fardzadeh, Shichao, fence
<p>
Keep in mind the application is still in development. So there may still be
major bugs keeping you from getting a reliable connection. But if you encounter
such issue, feel free to consult our bug tracker at <a
href="https://bugs.gnunet.org/">bugs.gnunet.org</a>.
</p>
-
+-->
{% endblock body_content %}
diff --git a/www.yml b/www.yml
index 607ffe39..2021947e 100644
--- a/www.yml
+++ b/www.yml
@@ -34,6 +34,9 @@ meetingnotes:
2022: 2022-12-04
2023: 2023-12-28
newsposts:
+ - page: 2024-12-0.23.0.html
+ date: 2024-12-09
+ title: GNUnet 0.23.0
- page: 2024-10-0.22.2.html
date: 2024-10-29
title: GNUnet 0.22.2
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [www] branch stable updated (abb43b09 -> 20c6dd99),
gnunet <=