-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfreenet-build-1484-released.html
139 lines (126 loc) · 7.72 KB
/
freenet-build-1484-released.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/theme/style/base.min.css?2189187c">
<title>Hyphanet</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link href="https://www.hyphanet.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Hyphanet Full Atom Feed" />
<link rel="alternate" hreflang="en" href="https://www.hyphanet.org/freenet-build-1484-released.html" />
<link rel="alternate" hreflang="ru" href="https://www.hyphanet.org/ru/freenet-build-1484-released.html" />
<link rel="alternate" hreflang="fr" href="https://www.hyphanet.org/fr/freenet-build-1484-released.html" />
<link rel="alternate" hreflang="x-default" href="https://www.hyphanet.org /freenet-build-1484-released.html" />
<link rel="canonical" href="https://www.hyphanet.org/freenet-build-1484-released.html" />
<meta property="og:title" content="Hyphanet" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.hyphanet.org" />
<meta property="og:image" content="https://www.hyphanet.org/" />
<meta property="og:image:secure_url" content="https://www.hyphanet.org/theme/images/logo-blue.png" />
<meta property="og:description" content="Hyphanet is a peer-to-peer platform for censorship-resistant communication and publishing." />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Hyphanet" />
<meta name="twitter:description" content="Hyphanet is a peer-to-peer platform for censorship-resistant communication and publishing." />
<meta name="twitter:image" content="https://www.hyphanet.org/theme/images/logo-blue.png" />
</head>
<body id="index" class="home">
<div>
<nav id="menu">
<a href="https://www.hyphanet.org/">Hyphanet</a>
<a href="https://www.hyphanet.org/pages/about.html">About</a>
<a href="https://www.hyphanet.org/pages/volunteer.html">Volunteer</a>
<a href="https://www.hyphanet.org/pages/documentation.html">Documentation</a>
<a href="https://www.hyphanet.org/pages/download.html">Download</a>
<a href="https://www.hyphanet.org/pages/help.html">Help</a>
</nav><!-- /#menu -->
<aside class="social">
<a href="https://twitter.com/freenetproject">Twitter</a>
<a rel="me" title="Hyphanet News and Info in the Fediverse" href="https://floss.social/@Freenet">Mastodon</a>
</aside>
<nav id="language">
<span>Language</span>
<a href="https://www.hyphanet.org/ru/freenet-build-1484-released.html">ru</a>
<a href="https://www.hyphanet.org/fr/freenet-build-1484-released.html">fr</a>
</nav>
</div>
<main>
<header id="banner" class="body">
<h1>Freenet build 1484 released</h1>
</header><!-- /#banner -->
<section id="content" class="body">
<div class="post-info">
<time class="published" datetime="2019-03-23T00:00:00+01:00">
Sat 23 March 2019
</time>
<address class="vcard author">
By <a class="url fn" href="https://www.hyphanet.org/author/freenet-contributors.html">Freenet Contributors</a>
</address>
</div><!-- /.post-info -->
<div class="entry-content">
<p>Freenet 0.7.5 build 1484 is now available.</p>
<p>This release fixes the last blocking problems with the new build based
on gradle and JNA and adds new features.</p>
<p>Thesnark discovered a way to circumvent the content filter, which was fixed by operhiem1. This bug
could have resulted in handing an insecure file to an external (and potentially vulnerable)
program without showing a warning to the user. Please update ASAP to avoid that. See
CVE-2019-9673 for details.</p>
<p>Also uploads without compression now survive restarts of the node again.</p>
<p>As main user-visible change, if you use the default theme, you will
now see the Winterfacey theme. If you changed it to some other theme,
Freenet will continue to use that other theme. You can switch themes
from Configuration → Web interface.</p>
<p>The main networking change is to apply the less recently failed branch by toad. This should
decrease the number of recently failed errors, but it could have side-effects.</p>
<p>For darknet friends, the 1024 character limit of n2n messages is lifted. You can now send
confidential messages of up to 128 kiB.</p>
<p>And thanks to Redwerk, there is now a "Send confidential message"
button on the friends page, so these messages are no longer hidden in
a dropdown list. Just tick the checkbox of the friends you want to
contact to send n2n messages to them.</p>
<p>Also thanks to Redwerk, Freemail_wot is also updated to v0.2.7.4 with better detection of
contacts missing from WoT.</p>
<p>And this release finally includes the ogg-filter from Spencer Jacksons Google Summer of Code
project. It still needs polishing and has some inefficiencies, but you can now listen to a FLAC
from Freenet directly from your browser.</p>
<p>As a sidenote: Freenet has been supporting listening to mp3 files in
the browser since version build 1473 (2016-05-21). You can also use
mp3s in a HTML5 audio-tag on your freesites (flac not yet).</p>
<p>Further changes:</p>
<ul>
<li>update WoT plugin to <a href="https://github.com/freenet/plugin-WebOfTrust/releases/tag/build0020">build 20</a>, now bundling the database library so it can be removed from Freenet itself and will be easier to update. Thanks to xor.</li>
<li>replace handler.outputHandler.queue by handler.send - thanks to patheticcockroach.</li>
<li>peer list: Add spacing between flag and IP address - thanks to Bombe.</li>
<li>increase scaling to 3 again because 1480 nodes otherwise slow down updated nodes.</li>
<li>only FMS and Sone on ChatForums suggestion page to fit the projects longstanding stance. If you disagree, you can create a freesite to promote it.</li>
<li>avoid losing download state on restart - thanks to ChristmasMuch from FMS.</li>
<li>update Sharesite version to 0.4.7 and activate by default.</li>
</ul>
<p>Thank you for using Freenet!</p>
<p>For additional details see the <a href="https://github.com/freenet/fred/releases/tag/build01484">release tag for 1484</a>.</p>
<p>You can download this release as usual from the <a href="pages/download.html">download page</a>,
or if you are already using Freenet, simply let your freenet node
update itself over Freenet.</p>
<p>Thank you to all involved!</p>
<ul>
<li>Arne Babenhauserheide</li>
</ul>
</div><!-- /.entry-content -->
<a href="archives.html">News Archives</a>
</section>
</main>
<footer>
<header>
<h2>Hyphanet</h2>
<p>Navigate with Freedom</p>
</header>
<ul class="social">
<a href="https://twitter.com/freenetproject">Twitter</a>
<a rel="me" title="Hyphanet News and Info in the Fediverse" href="https://floss.social/@Freenet">Mastodon</a>
</ul>
<div id="contact">
<span style="display:inline-block; unicode-bidi:bidi-override; direction:rtl;" onmouseover="this.innerText=this.innerText.split('').reverse().join(''); this.style.unicodeBidi='';this.style.direction=''; this.removeAttribute('onmouseover');">gro.tcejorpteneerf@sserp</span></br>
<span style="display:inline-block; unicode-bidi:bidi-override; direction:rtl;" onmouseover="this.innerText=this.innerText.split('').reverse().join(''); this.style.unicodeBidi='';this.style.direction=''; this.removeAttribute('onmouseover');">gro.tcejorpteneerf@troppus</span></br>
<span>IRC: <a href="https://web.libera.chat/?nick=FollowRabbit|?#freenet">#freenet on irc.libera.chat</a></span></br>
</div>
<p id="copyright">Licensed under the <a href="https://www.gnu.org/licenses/fdl-1.3.html">GFDL</a>. <a href="https://github.com/hyphanet/website">Website source repository</a>, <a href="/pages/download.html#privacy-policy">Privacy Policy</a></p>
</footer></body>
</html>