-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfreenet-075-build-1472-released.html
122 lines (109 loc) · 8.01 KB
/
freenet-075-build-1472-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
<!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-075-build-1472-released.html" />
<link rel="alternate" hreflang="ru" href="https://www.hyphanet.org/ru/freenet-075-build-1472-released.html" />
<link rel="alternate" hreflang="fr" href="https://www.hyphanet.org/fr/freenet-075-build-1472-released.html" />
<link rel="alternate" hreflang="x-default" href="https://www.hyphanet.org /freenet-075-build-1472-released.html" />
<link rel="canonical" href="https://www.hyphanet.org/freenet-075-build-1472-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-075-build-1472-released.html">ru</a>
<a href="https://www.hyphanet.org/fr/freenet-075-build-1472-released.html">fr</a>
</nav>
</div>
<main>
<header id="banner" class="body">
<h1>Freenet 0.7.5 build 1472 released</h1>
</header><!-- /#banner -->
<section id="content" class="body">
<div class="post-info">
<time class="published" datetime="2016-03-19T00:00:00+01:00">
Sat 19 March 2016
</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>This is the last build to support Java 6! The next build will require Java 7 or higher. Nodes running Java 7 or higher and using the official update key will now use a new update key. Nodes on Java 6 remain using the old update key and will not be updated to further builds. Thanks to yadevel for fixing the regression this release was blocking on!</p>
<p>This version was initially partially released as build 1471 - it was released on GitHub but not offered from the website or auto-update. Build 1472 fixes a bug which when using Java 6 prevented nodes from starting for the first time. It did not break existing installations.</p>
<p>Highlights:</p>
<ul>
<li>Fix uploads stalling when using MAXIMUM physical security.</li>
<li>Fix lots of "setNativePriority(X) has failed!", which was caused by a serious thread priority problem. This might fix nodes unexpectedly losing peers.</li>
<li>Order alerts within a category by time: if you have lots of messages from darknet peers they will remain nicely sorted.</li>
<li>There is now a <a href="https://github.com/freenet/fred/pull/157">caching layer</a> which should significantly reduce I/O load.</li>
<li>Update WebOfTrust from build 15 to build 18. <a href="https://github.com/freenet/plugin-WebOfTrust/releases/tag/build0016">Its</a> <a href="https://github.com/freenet/plugin-WebOfTrust/releases/tag/build0017">changelogs</a> <a href="https://github.com/freenet/plugin-WebOfTrust/releases/tag/build0018">are</a> separate, but the changes reduce CPU load. Incremental score recomputation requires roughly 3 percent of the time of full recomputation, and queuing trust lists to disk lowers thread usage.</li>
</ul>
<p>Translations:</p>
<ul>
<li>Add partial Greek translation.</li>
<li>Update German, Bokmål, Brazilian Portuguese, Simplified Chinese, and Traditional Chinese translations.</li>
<li>Fix Bokmål localization loading.</li>
</ul>
<p>Also:</p>
<ul>
<li>Remove Gantros Index from the default bookmark list because it stopped updating.</li>
<li>Remove Linkageddon from the default bookmark list because it stopped updating.</li>
<li>New version of UPnP to fix some instability and compatibility problems. Thanks to 007pig we have a <a href="https://github.com/freenet/plugin-UPnP2">new UPnP plugin</a> in development which supports UPnP2, but it is not yet included.</li>
<li>New version of KeyUtils.</li>
</ul>
<p>WebOfTrust now has an updatable testing version built and maintained by xor. To use it, unload WebOfTrust, then load "WebOfTrust Testing Versions" on the Plugins page. Versions built by xor will not work with Java 6.</p>
<p>Sites can set favicons with <code><link rel="icon" type=... href=...></code>. (<code>type</code> could be <code>"image/x-icon"</code>)</p>
<p>Extensive review and improvement of English source strings and French and Spanish translations. Tests for and fixes of value substitution in translations. Thanks Vaughan Woodzell!</p>
<p>The default theme is now sky-static instead of clean-dropdown. This looks less outdated, though not modern.</p>
<p>Fix default bookmarks missing the "software" category since build 1470. If you don't see this category please re-add the default bookmark set from the bookmark editing page.</p>
<p>IpToCountry database is updated. (This allows providing the country flags on the peers pages. It is local to each instance and does not contact an external service.)</p>
<p>Add partial CSS3 support, including viewport lengths. Thanks, Ben Green!</p>
</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>