aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-04-04 22:04:51 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-04-04 22:04:51 +0200
commitfe7e7c54ef59310dca83f773870397acf2d4a3f6 (patch)
tree10f99812ef699d84d72227e3ac49f28921baadc3
parent8e8426c10502e95d4718ffa90ebd56dc3cc76f55 (diff)
downloadwww-fe7e7c54ef59310dca83f773870397acf2d4a3f6.tar.gz
www-fe7e7c54ef59310dca83f773870397acf2d4a3f6.zip
Fix build. Add news entry
-rw-r--r--Makefile8
-rw-r--r--news/2021-03-0.14.1.html.j210
-rw-r--r--www.yml3
3 files changed, 8 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index ff223d56..c38e8da8 100644
--- a/Makefile
+++ b/Makefile
@@ -25,14 +25,11 @@ all: locale template
25 (for lang in `echo $(LANGUAGES)` ; \ 25 (for lang in `echo $(LANGUAGES)` ; \
26 do $(cp) -R images rendered/$$lang ; \ 26 do $(cp) -R images rendered/$$lang ; \
27 done) 27 done)
28 (for lang in `echo $(LANGUAGES)` ; do \ 28 ($(cp) -R web-common/* rendered/static/)
29 $(cp) -R web-common rendered/$$lang ; \
30 done)
31 (cd rendered; \ 29 (cd rendered; \
32 for lang in `echo $(LANGUAGES)`; do \ 30 for lang in `echo $(LANGUAGES)`; do \
33 mkdir -p $$lang/news/ &> /dev/null \
34 $(cp) $$lang/rss.xml $$lang/news/rss.xml; \ 31 $(cp) $$lang/rss.xml $$lang/news/rss.xml; \
35 done) 32 done)
36 (for d in dist ; do \ 33 (for d in dist ; do \
37 $(cp) -R $$d rendered/ ; \ 34 $(cp) -R $$d rendered/ ; \
38 done) 35 done)
@@ -49,7 +46,6 @@ locale-update: locale/messages.pot
49 (for lang in `echo $(LANGUAGES)`; do \ 46 (for lang in `echo $(LANGUAGES)`; do \
50 $(msgmerge) -q -U -m --previous locale/$$lang/LC_MESSAGES/messages.po locale/messages.pot ; \ 47 $(msgmerge) -q -U -m --previous locale/$$lang/LC_MESSAGES/messages.po locale/messages.pot ; \
51 done) 48 done)
52
53 if $(grep) -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then $(echo) -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi 49 if $(grep) -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then $(echo) -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi
54 50
55# Compile translation files for use. 51# 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 f3ddc9a7..6aab002a 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.
9<ul> 9<ul>
10 <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> 10 <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>
11 <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> 11 <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>
12 <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>
13 <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>
14 <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>
15 <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>
16</ul> 12</ul>
17<p> 13<p>
18The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a> 14The GPG key used to sign is: <a href="https://gnunet.org/~schanzen/3D11063C10F98D14BD24D1470B0998EF86F59B6A">3D11063C10F98D14BD24D1470B0998EF86F59B6A</a>
19</p> 15</p>
20<p> 16<p>
21Note that due to mirror synchronization, not all links might be functional 17Note that due to mirror synchronization, not all links may be functional
22early after the release. For direct access try 18early after the release. For direct access try
23<a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a> 19<a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
24</p> 20</p>
25<h4>Noteworthy changes in 0.14.1 (since 0.14.0)</h4> 21<h4>Noteworthy changes in 0.14.1 (since 0.14.0)</h4>
26<ul> 22<ul>
27 <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> 23 <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>
28 </li> 24 </li>
29 <li><tt>GNS</tt>: Use autogenerated records header file from GANA.</li> 25 <li><tt>GNS</tt>: Use autogenerated records header file from GANA.</li>
30 <li><tt>FS</tt>: Improve modularity of FS structs. <a href="https://bugs.gnunet.org/view.php?id=6743">#6743</a></li> 26 <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
41</ul> 37</ul>
42<p> 38<p>
43A detailed list of changes can be found in the <a href="https://git.gnunet.org/gnunet.git/tree/ChangeLog">ChangeLog</a> and 39A detailed list of changes can be found in the <a href="https://git.gnunet.org/gnunet.git/tree/ChangeLog">ChangeLog</a> and
44the <a href="https://bugs.gnunet.org/changelog_page.php?project_id=13">0.14.0 bugtracker</a>. 40the <a href="https://bugs.gnunet.org/changelog_page.php?project_id=13">0.14.1 bugtracker</a>.
45</p> 41</p>
46 42
47<h4>Thanks</h4> 43<h4>Thanks</h4>
diff --git a/www.yml b/www.yml
index bde212fe..d21ef533 100644
--- a/www.yml
+++ b/www.yml
@@ -68,6 +68,9 @@ meetingnotes:
68 2019: 2019-12-27 68 2019: 2019-12-27
69 2020: 2020-12-30 69 2020: 2020-12-30
70newsposts: 70newsposts:
71 - page: 2021-03-0.14.1.html
72 date: 2021-04-04
73 title: GNUnet 0.14.1 released
71 - page: 2021-03-gsoc-update.html 74 - page: 2021-03-gsoc-update.html
72 date: 2021-03-09 75 date: 2021-03-09
73 title: No GSoC projects in 2021 76 title: No GSoC projects in 2021