gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch stable updated (f843324 -> b7f8b63)


From: gnunet
Subject: [www] branch stable updated (f843324 -> b7f8b63)
Date: Fri, 04 Mar 2022 22:36:34 +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 f843324  add 0.16 news!
     add 036272e  update roadmap
     add b7f8b63  0.16.1

No new revisions were added by this update.

Summary of changes:
 template/news/2022-02-0.16.0.html.j2 | 10 +++++++++-
 template/news/2022-03-0.16.1.html.j2 | 35 +++++++++++++++++++++++++++++++++++
 template/roadmap.html.j2             | 23 ++++-------------------
 www.yml                              |  3 +++
 4 files changed, 51 insertions(+), 20 deletions(-)
 create mode 100644 template/news/2022-03-0.16.1.html.j2

diff --git a/template/news/2022-02-0.16.0.html.j2 
b/template/news/2022-02-0.16.0.html.j2
index aaa5530..07f39ee 100644
--- a/template/news/2022-02-0.16.0.html.j2
+++ b/template/news/2022-02-0.16.0.html.j2
@@ -3,7 +3,15 @@
   <h1>GNUnet 0.16.0 released</h1>
 <p>
   We are pleased to announce the release of GNUnet 0.16.0.
-<br>
+  <br/>
+  GNUnet is an alternative network stack for building secure, decentralized and
+  privacy-preserving distributed applications.
+  Our goal is to replace the old insecure Internet protocol stack.
+  Starting from an application for secure publication of files, it has grown to
+  include all kinds of basic protocol components and applications towards the
+  creation of a GNU internet.
+</p>
+<p>
   This is a new major release. It breaks protocol compatibility with the 
0.15.x versions.
   Please be aware that Git master is thus henceforth (and has been for a
   while) <b>INCOMPATIBLE</b> with
diff --git a/template/news/2022-03-0.16.1.html.j2 
b/template/news/2022-03-0.16.1.html.j2
new file mode 100644
index 0000000..ba97501
--- /dev/null
+++ b/template/news/2022-03-0.16.1.html.j2
@@ -0,0 +1,35 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+<h1>GNUnet 0.16.1</h1>
+<p>
+This is a bugfix release for gnunet 0.16.0.
+</p>
+<h4>Download links</h4>
+<ul>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.16.1.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-0.16.1.tar.gz</a></li>
+  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.16.1.tar.gz.sig";>http://ftpmirror.gnu.org/gnunet/gnunet-0.16.1.tar.gz.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.16.1 (since 0.16.0)</h4>
+<ul>
+  <li><tt>GNS</tt>: There was a bug where private records were published.</li>
+  <li><tt>NAMESTORE</tt>: CLI now handles Tombstones better. There is also a 
warning for problematically short relative expiration times (&lt;15 minutes) 
when adding new records.</li>
+  <li><tt>Buildsystem</tt>:
+    <ul>
+      <li>Fix libsodium detection. <a 
href="https://bugs.gnunet.org/view.php?id=7153";>#7153</a></li>
+      <li>Fix for facilitating <tt>autoreconf</tt> with the released 
tarball.</li>
+    </ul>
+  </li>
+</ul>
+<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";>0.16.1 
bugtracker</a>.
+</p>
+{% endblock body_content %}
diff --git a/template/roadmap.html.j2 b/template/roadmap.html.j2
index 6684471..3802d1f 100644
--- a/template/roadmap.html.j2
+++ b/template/roadmap.html.j2
@@ -10,40 +10,25 @@
       The roadmap is subject to change and its primary purpose it to indicate 
the current work in progress and future work as well as the path to a stable 
release. Goals which are currently in active development are marked in 
<b>bold</b>.
     </p>
     <ul class="timeline">
-      <li>
+      <!--<li>
         <section class="item-preview">
           <header>
             <h3>Short term</h3>
             <p class="item-date">
-            &le;0.16
+            &le;0.17
             </p>
             <p class="item-abstract">
-            <ul class="fa-ul">
-              <li><span class="fa-li"><i class="far 
fa-minus-square"></i></span><b>DHT:</b>
-                <ul class="fa-ul">
-                  <li><span class="fa-li"><i class="far 
fa-minus-square"></i></span><b>Improvements including signed paths and 
stability improvements.</b></li>
-                  <li><span class="fa-li"><i class="far 
fa-minus-square"></i></span><a 
href="https://lsd.gnunet.org/lsd0004/";><b>Technical specification.</b></a></li>
-                </ul>
-              </li>
-              <li><span class="fa-li"><i class="far 
fa-minus-square"></i></span><b>RECLAIM: <a 
href="https://lsd.gnunet.org/lsd0002/";>Technical specification</a></b>.</li>
-              <li><span class="fa-li"><i class="far 
fa-check-square"></i></span>SET:
-                <ul class="fa-ul">
-                  <li><span class="fa-li"><i class="far 
fa-check-square"></i></span>Improvements to code quality and correctness.</li>
-                  <li><span class="fa-li"><i class="far 
fa-check-square"></i></span><a href="https://lsd.gnunet.org/lsd0003/";>Technical 
specification</a>.</li>
-                </ul>
-              </li>
-             </ul>
             </p>
           </header>
           </p>
         </section>
-      </li>
+      </li>-->
       <li>
         <section class="item-preview">
           <header>
             <h3>Medium term</h3>
             <p class="item-date">
-            &gt;0.16
+            &lt;1.0
             </p>
             <p class="item-abstract">
             <ul class="fa-ul">
diff --git a/www.yml b/www.yml
index c44a752..ad90e66 100644
--- a/www.yml
+++ b/www.yml
@@ -29,6 +29,9 @@ meetingnotes:
   2019: 2019-12-27
   2020: 2020-12-30
 newsposts:
+  - page: 2022-03-0.16.1.html
+    date: 2022-03-05
+    title: GNUnet 0.16.1
   - page: 2022-02-0.16.0.html
     date: 2022-02-25
     title: GNUnet 0.16.0

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