gnunet-svn
[Top][All Lists]
Advanced

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

[www] 01/01: Fix build. Add news entry


From: gnunet
Subject: [www] 01/01: Fix build. Add news entry
Date: Sun, 04 Apr 2021 22:15:29 +0200

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

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

commit fe7e7c54ef59310dca83f773870397acf2d4a3f6
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Sun Apr 4 22:04:51 2021 +0200

    Fix build. Add news entry
---
 Makefile                    |  8 ++------
 news/2021-03-0.14.1.html.j2 | 10 +++-------
 www.yml                     |  3 +++
 3 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/Makefile b/Makefile
index ff223d5..c38e8da 100644
--- a/Makefile
+++ b/Makefile
@@ -25,14 +25,11 @@ all: locale template
        (for lang in `echo $(LANGUAGES)` ; \
                do $(cp) -R images rendered/$$lang ; \
        done)
-       (for lang in `echo $(LANGUAGES)` ; do \
-               $(cp) -R web-common rendered/$$lang ; \
-       done)
+       ($(cp) -R web-common/* rendered/static/)
        (cd rendered; \
                for lang in `echo $(LANGUAGES)`; do \
-                       mkdir -p $$lang/news/ &> /dev/null \
                        $(cp) $$lang/rss.xml $$lang/news/rss.xml; \
-               done)
+       done)
        (for d in dist ; do \
                $(cp) -R $$d rendered/ ; \
        done)
@@ -49,7 +46,6 @@ locale-update: locale/messages.pot
        (for lang in `echo $(LANGUAGES)`; do \
                $(msgmerge) -q -U -m --previous 
locale/$$lang/LC_MESSAGES/messages.po locale/messages.pot ; \
        done)
-
        if $(grep) -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then 
$(echo) -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi
 
 # Compile translation files for use.
diff --git a/news/2021-03-0.14.1.html.j2 b/news/2021-03-0.14.1.html.j2
index f3ddc9a..6aab002 100644
--- a/news/2021-03-0.14.1.html.j2
+++ b/news/2021-03-0.14.1.html.j2
@@ -9,22 +9,18 @@ GNUnet 0.14.1. This is a bugfix release for gnunet 0.14.0.
 <ul>
   <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.14.1.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-0.14.1.tar.gz</a></li>
   <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-0.14.1.tar.gz.sig";>http://ftpmirror.gnu.org/gnunet/gnunet-0.14.1.tar.gz.sig</a></li>
-  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.14.1.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.14.1.tar.gz</a></li>
-  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.14.1.tar.gz.sig";>http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.14.1.tar.gz.sig</a></li>
-  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.14.1.tar.gz";>http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.14.1.tar.gz</a></li>
-  <li><a 
href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.14.1.tar.gz.sig";>http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.14.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 might be functional
+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.14.1 (since 0.14.0)</h4>
 <ul>
-  <li><tt>TNG</tt>: Various improvements to communicators.<a 
href="https://bugs.gnunet.org/view.php?id=6361";>#6361</a>,<a 
href="https://bugs.gnunet.org/view.php?id=5550";>#5550</a>
+  <li><tt>TNG</tt>: Various improvements to communicators. <a 
href="https://bugs.gnunet.org/view.php?id=6361";>#6361</a>,<a 
href="https://bugs.gnunet.org/view.php?id=5550";>#5550</a>
   </li>
   <li><tt>GNS</tt>: Use autogenerated records header file from GANA.</li>
   <li><tt>FS</tt>: Improve modularity of FS structs. <a 
href="https://bugs.gnunet.org/view.php?id=6743";>#6743</a></li>
@@ -41,7 +37,7 @@ early after the release. For direct access try
 </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.14.0 
bugtracker</a>.
+the <a href="https://bugs.gnunet.org/changelog_page.php?project_id=13";>0.14.1 
bugtracker</a>.
 </p>
 
 <h4>Thanks</h4>
diff --git a/www.yml b/www.yml
index bde212f..d21ef53 100644
--- a/www.yml
+++ b/www.yml
@@ -68,6 +68,9 @@ meetingnotes:
   2019: 2019-12-27
   2020: 2020-12-30
 newsposts:
+  - page: 2021-03-0.14.1.html
+    date: 2021-04-04
+    title: GNUnet 0.14.1 released
   - page: 2021-03-gsoc-update.html
     date: 2021-03-09
     title: No GSoC projects in 2021

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