aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-02 16:32:06 +0000
committerng0 <ng0@n0.is>2019-11-02 16:32:06 +0000
commit9bb02f368075897d5e14b3520bee527c0ac93908 (patch)
tree6df92a3ec275dd3e864c77e6afb14ebea5610e8a
parent40802d711104c79aa4cc3755ac1dea9a25da7d5e (diff)
parent977826ae447c22de9d5b056be979ec41827a9c75 (diff)
downloadwww-9bb02f368075897d5e14b3520bee527c0ac93908.tar.gz
www-9bb02f368075897d5e14b3520bee527c0ac93908.zip
Merge branch 'master' of gnunet.org:www
m---------build-system/taler-build-scripts0
-rw-r--r--news/2019-0.11.8.inc88
-rw-r--r--rss.xml95
-rw-r--r--template/news.html.j2.inc1
4 files changed, 184 insertions, 0 deletions
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
Subproject 2536801927781ea38fefc3de924934e1c6a74d8 Subproject 5c4681cf16a996a41b4c50445125810dd99635f
diff --git a/news/2019-0.11.8.inc b/news/2019-0.11.8.inc
new file mode 100644
index 00000000..40dfa765
--- /dev/null
+++ b/news/2019-0.11.8.inc
@@ -0,0 +1,88 @@
1<article>
2 <h3>
3 <a name="gnunet-0.11.8-release">2019-10-30: GNUnet 0.11.8 released</a>
4 </h3>
5 <p>
6 We are pleased to announce the release of GNUnet 0.11.8.
7 </p>
8 <p>
9 This is a hotfix release for 0.11.7.
10
11 <i>As always:</i>
12 In terms of usability, users should be aware that there are still <b>a large
13 number of known open issues</b> in particular with respect to ease of use,
14 but also some critical privacy issues especially for mobile users.
15 Also, the nascent network is tiny (about 200 peers) and thus unlikely to
16 provide good anonymity or extensive amounts of interesting
17 information. As a result, the 0.11.8 release is still <b>only suitable
18 for early adopters with some reasonable pain tolerance</b>.
19 </p>
20 <h4>Download links</h4>
21 <ul>
22 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.8.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.8.tar.gz</a></li>
23 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.11.8.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-0.11.8.tar.gz.sig</a></li>
24 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz</a></li>
25 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz.sig</a></li>
26 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz">http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz</a></li>
27 <li><a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz.sig">http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz.sig</a></li>
28 </ul>
29 <p>
30 gnunet-fuse and gnunet-gtk were not released again, as there were no
31 changes and the 0.11.0/0.11.7 versions are expected to continue to work fine
32 with gnunet-0.11.8.
33 The GPG key used to sign is: <tt>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</tt>
34 </p>
35 <p>
36 Note that due to mirror synchronization, not all links might be functional
37 early after the release. For direct access try <a href="http://ftp.gnu.org/gnu/gnunet/">http://ftp.gnu.org/gnu/gnunet/</a>
38 </p>
39 <h4>Noteworthy changes in 0.11.8 (since 0.11.7)</h4>
40 <ul>
41 <li>
42 <tt>GNS</tt> Portability fixes.
43 </li>
44 <li>
45 <tt>PQ</tt>: Fixed build with postgresql plugin. (Regression introduces
46 as part of #5733)
47 </li>
48 </ul>
49 <h4>Known Issues</h4>
50 <ul>
51 <li>
52 There are known major design issues in the TRANSPORT, ATS and CORE subsystems
53 which will need to be addressed in the future to achieve acceptable usability,
54 performance and security.
55 </li>
56 <li>
57 There are known moderate implementation limitations in CADET that
58 negatively impact performance.
59 </li>
60 <li>
61 There are known moderate design issues in FS that also impact
62 usability and performance.
63 </li>
64 <li>
65 There are minor implementation limitations in SET that create
66 unnecessary attack surface for availability.
67 </li>
68 <li>
69 The RPS subsystem remains experimental.
70 </li>
71 <li>
72 Some high-level tests in the test-suite fail non-deterministically due to
73 the low-level TRANSPORT issues.
74 </li>
75 </ul>
76 <p>
77 In addition to this list, you may also want to consult our bug tracker
78 at <a href="https://bugs.gnunet.org/">bugs.gnunet.org</a> which lists
79 about 190 more specific issues.
80 </p>
81
82 <h4>Thanks</h4>
83 <p>
84 This release was the work of many people. The following people
85 contributed code and were thus easily identified:
86 ng0, Daniel Golle.
87 </p>
88</article>
diff --git a/rss.xml b/rss.xml
index f858341d..a4c450da 100644
--- a/rss.xml
+++ b/rss.xml
@@ -809,5 +809,100 @@
809 </description> 809 </description>
810 <pubDate>Mon, 28 Oct 2019 00:00:00 +0000</pubDate> 810 <pubDate>Mon, 28 Oct 2019 00:00:00 +0000</pubDate>
811 </item> 811 </item>
812 <item>
813 <title>GNUnet 0.11.8 released</title>
814 <link>https://gnunet.org/#gnunet-0.11.8-release</link>
815 <description>
816 &lt;article&gt;
817 &lt;h3&gt;
818 &lt;a name=&quot;gnunet-0.11.8-release&quot;&gt;2019-10-30: GNUnet 0.11.8 released&lt;/a&gt;
819 &lt;/h3&gt;
820 &lt;p&gt;
821 We are pleased to announce the release of GNUnet 0.11.8.
822 &lt;/p&gt;
823 &lt;p&gt;
824 This is a hotfix release for 0.11.7.
825
826 &lt;i&gt;As always:&lt;/i&gt;
827 In terms of usability, users should be aware that there are still &lt;b&gt;a large
828 number of known open issues&lt;/b&gt; in particular with respect to ease of use,
829 but also some critical privacy issues especially for mobile users.
830 Also, the nascent network is tiny (about 200 peers) and thus unlikely to
831 provide good anonymity or extensive amounts of interesting
832 information. As a result, the 0.11.8 release is still &lt;b&gt;only suitable
833 for early adopters with some reasonable pain tolerance&lt;/b&gt;.
834 &lt;/p&gt;
835 &lt;h4&gt;Download links&lt;/h4&gt;
836 &lt;ul&gt;
837 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-0.11.8.tar.gz&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-0.11.8.tar.gz&lt;/a&gt;&lt;/li&gt;
838 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-0.11.8.tar.gz.sig&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-0.11.8.tar.gz.sig&lt;/a&gt;&lt;/li&gt;
839 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz&lt;/a&gt;&lt;/li&gt;
840 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz.sig&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.11.7.tar.gz.sig&lt;/a&gt;&lt;/li&gt;
841 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz&lt;/a&gt;&lt;/li&gt;
842 &lt;li&gt;&lt;a href=&quot;http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz.sig&quot;&gt;http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.11.0.tar.gz.sig&lt;/a&gt;&lt;/li&gt;
843 &lt;/ul&gt;
844 &lt;p&gt;
845 gnunet-fuse and gnunet-gtk were not released again, as there were no
846 changes and the 0.11.0/0.11.7 versions are expected to continue to work fine
847 with gnunet-0.11.8.
848 The GPG key used to sign is: &lt;tt&gt;A88C8ADD129828D7EAC02E52E22F9BBFEE348588&lt;/tt&gt;
849 &lt;/p&gt;
850 &lt;p&gt;
851 Note that due to mirror synchronization, not all links might be functional
852 early after the release. For direct access try &lt;a href=&quot;http://ftp.gnu.org/gnu/gnunet/&quot;&gt;http://ftp.gnu.org/gnu/gnunet/&lt;/a&gt;
853 &lt;/p&gt;
854 &lt;h4&gt;Noteworthy changes in 0.11.8 (since 0.11.7)&lt;/h4&gt;
855 &lt;ul&gt;
856 &lt;li&gt;
857 &lt;tt&gt;GNS&lt;/tt&gt; Portability fixes.
858 &lt;/li&gt;
859 &lt;li&gt;
860 &lt;tt&gt;PQ&lt;/tt&gt;: Fixed build with postgresql plugin. (Regression introduces
861 as part of #5733)
862 &lt;/li&gt;
863 &lt;/ul&gt;
864 &lt;h4&gt;Known Issues&lt;/h4&gt;
865 &lt;ul&gt;
866 &lt;li&gt;
867 There are known major design issues in the TRANSPORT, ATS and CORE subsystems
868 which will need to be addressed in the future to achieve acceptable usability,
869 performance and security.
870 &lt;/li&gt;
871 &lt;li&gt;
872 There are known moderate implementation limitations in CADET that
873 negatively impact performance.
874 &lt;/li&gt;
875 &lt;li&gt;
876 There are known moderate design issues in FS that also impact
877 usability and performance.
878 &lt;/li&gt;
879 &lt;li&gt;
880 There are minor implementation limitations in SET that create
881 unnecessary attack surface for availability.
882 &lt;/li&gt;
883 &lt;li&gt;
884 The RPS subsystem remains experimental.
885 &lt;/li&gt;
886 &lt;li&gt;
887 Some high-level tests in the test-suite fail non-deterministically due to
888 the low-level TRANSPORT issues.
889 &lt;/li&gt;
890 &lt;/ul&gt;
891 &lt;p&gt;
892 In addition to this list, you may also want to consult our bug tracker
893 at &lt;a href=&quot;https://bugs.gnunet.org/&quot;&gt;bugs.gnunet.org&lt;/a&gt; which lists
894 about 190 more specific issues.
895 &lt;/p&gt;
896
897 &lt;h4&gt;Thanks&lt;/h4&gt;
898 &lt;p&gt;
899 This release was the work of many people. The following people
900 contributed code and were thus easily identified:
901 ng0, Daniel Golle.
902 &lt;/p&gt;
903&lt;/article&gt;
904 </description>
905 <pubDate>Wed, 30 Oct 2019 23:59:59 +0000</pubDate>
906 </item>
812 </channel> 907 </channel>
813</rss> 908</rss>
diff --git a/template/news.html.j2.inc b/template/news.html.j2.inc
index f019f70f..10c0a130 100644
--- a/template/news.html.j2.inc
+++ b/template/news.html.j2.inc
@@ -1,3 +1,4 @@
1{% include "news/2019-0.11.8.inc" %}
1{% include "news/2019-0.11.7.inc" %} 2{% include "news/2019-0.11.7.inc" %}
2{% include "news/2019-10-ICANNPanel.inc" %} 3{% include "news/2019-10-ICANNPanel.inc" %}
3{% include "news/2019-10-GNSSpec1.inc" %} 4{% include "news/2019-10-GNSSpec1.inc" %}