gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch stable updated (47803947 -> 9c95074a)


From: gnunet
Subject: [www] branch stable updated (47803947 -> 9c95074a)
Date: Sun, 24 Sep 2023 11:55:03 +0200

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

martin-schanzenbach pushed a change to branch stable
in repository www.

    from 47803947 push to simplify website
     add 98dc97c5 prepare news item for 0.20.0
     add 9c95074a 0.20

No new revisions were added by this update.

Summary of changes:
 locale/en/LC_MESSAGES/messages.mo                  | Bin 443 -> 443 bytes
 ...22-12-0.19.0.html.j2 => 2023-09-0.20.0.html.j2} |  52 +++++++--------------
 www.yml                                            |   3 ++
 3 files changed, 19 insertions(+), 36 deletions(-)
 copy template/news/{2022-12-0.19.0.html.j2 => 2023-09-0.20.0.html.j2} (50%)

diff --git a/locale/en/LC_MESSAGES/messages.mo 
b/locale/en/LC_MESSAGES/messages.mo
index 4bd2a2f8..0c178abc 100644
Binary files a/locale/en/LC_MESSAGES/messages.mo and 
b/locale/en/LC_MESSAGES/messages.mo differ
diff --git a/template/news/2022-12-0.19.0.html.j2 
b/template/news/2023-09-0.20.0.html.j2
similarity index 50%
copy from template/news/2022-12-0.19.0.html.j2
copy to template/news/2023-09-0.20.0.html.j2
index b84370c0..36664a20 100644
--- a/template/news/2022-12-0.19.0.html.j2
+++ b/template/news/2023-09-0.20.0.html.j2
@@ -1,9 +1,11 @@
 {% extends "common/news.j2" %}
 {% block body_content %}
+{% set newver = '0.20.0' %}
+{% set oldver = '0.19.3' %}
 <main id="maincontent">
-  <h1>GNUnet 0.19.0 released</h1>
+  <h1>GNUnet {{newver}} released</h1>
 <p>
-  We are pleased to announce the release of GNUnet 0.19.0.
+  We are pleased to announce the release of GNUnet {{newver}}.
   <br/>
   GNUnet is an alternative network stack for building secure, decentralized and
   privacy-preserving distributed applications.
@@ -14,25 +16,25 @@
 </p>
 <p>
   This is a new major release.
-  It breaks protocol compatibility with the 0.18.x versions.
+  It breaks protocol compatibility with the 0.19.x versions.
   Please be aware that Git master is thus henceforth (and has been for a
   while) <b>INCOMPATIBLE</b> with
-  the 0.18.x GNUnet network, and interactions between old and new peers
-  will result in issues.  0.18.x peers will be able to communicate with Git
-  master or 0.19.x peers, but some services will not be compatible.<br/>
+  the 0.19.x GNUnet network, and interactions between old and new peers
+  will result in issues.  0.19.x peers will be able to communicate with Git
+  master or 0.20.x peers, but some services will not be compatible.<br/>
   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
   of use, but also some critical privacy issues especially for mobile users.
   Also, the nascent network is tiny and thus unlikely to
   provide good anonymity or extensive amounts of interesting information.
-  As a result, the 0.19.0 release is still <b>only suitable for early adopters
+  As a result, the {{newver}} release is still <b>only suitable for early 
adopters
   with some reasonable pain tolerance</b>.
 </p>
 <h4>Download links</h4>
 <ul>
-  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.19.0.tar.gz";>gnunet-0.19.0.tar.gz</a>
 (<a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.19.0.tar.gz.sig";>signature</a>)</li>
-  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.19.0.tar.gz";>gnunet-gtk-0.19.0.tar.gz</a>
 (<a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.19.0.tar.gz.sig";>signature</a>)</li>
-  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.19.0.tar.gz";>gnunet-fuse-0.19.0.tar.gz</a>
 (<a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.19.0.tar.gz.sig";>signature</a>)</li>
+  <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="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>
 <p>
   The GPG key used to sign is: <a 
href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A";>3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
@@ -42,29 +44,10 @@
   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.19.0 (since 0.18.2)</h4>
-<ul>
-  <li><tt>UTIL</tt>: Moved <tt>GNUNET_BIO_MetaData</tt> handling into 
<tt>FS</tt>.</li>
-  <li><tt>BUILD</tt>: <tt>platform.h</tt> removed as it should not be used by
-     third parties anyway.
-     <tt>gnunet_config.h</tt> is renamed to <tt>gnunet_private_config.h</tt>
-     and the new replacement <tt>gnunet_config.h</tt> is added to provide
-     build information for components linking against/using GNUnet.</li>
-  <li><tt>UTIL</tt>: Components part of <tt>gnunet_util_lib.h</tt> must now
-  be included through <tt>gnunet_util_lib.h</tt> and through that header
-  <b>only</b>.</li>
-  <li><tt>NAMESTORE</tt>:
-      <tt>gnunet-namestore</tt> can now parse a list of records into zones
-        from <tt>stdin</tt> in new <tt>recordline</tt> format.
-  </li>
-  <li><tt>GTK</tt>: Added an identity selector to the search to accomodate for
-    previously deprecated "default" identities for subsystems.</li>
-  <li>Other: Postgres plugins implementations modernized and previous 
regressions
-    fixed.</li>
-</ul>
+<h4>Changes</h4>
 <p>
-A detailed list of changes can be found in the <a 
href="https://git.gnunet.org/gnunet.git/tree/ChangeLog";>ChangeLog</a> and
-the <a href="https://bugs.gnunet.org/changelog_page.php?project_id=13";>bug 
tracker</a>.
+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=417";>bug 
tracker</a>.
 </p>
 <h4>Known Issues</h4>
 <ul>
@@ -82,9 +65,6 @@ 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, Tristan Schwieren, madmurphy, t3sserakt, TheJackiMonster 
and Martin Schanzenbach.
-<!--We are greatful for funding from <a href="https://nlnet.nl/discovery/";>NGI 
Zero DISCOVERY</a> that
-has supported several developers over the last four years to work on the
-<a href="../gns.html">GNU Name System</a> and related subsystems.-->
+Christian Grothoff, t3sserakt, TheJackiMonster, Marshall Stone, Özgür Kesim 
and Martin Schanzenbach.
 </p>
 {% endblock body_content %}
diff --git a/www.yml b/www.yml
index 2d4ff502..4e3bfd3c 100644
--- a/www.yml
+++ b/www.yml
@@ -33,6 +33,9 @@ meetingnotes:
   2021: 2021-12-12
   2022: 2022-12-04
 newsposts:
+  - page: 2023-09-0.20.0.html
+    date: 2023-09-24
+    title: GNUnet 0.20.0
   - page: 2023-08-GSoC-QUIC.html
     date: 2023-08-27
     title: "GSoC Work Product: GNUnet over QUIC"

-- 
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]