Skip to content

Commit f15b74d

Browse files
committed
Merge pull request Tribler#25 from Tribler/6.5_release
Release 6.5
2 parents c14fdd7 + 3a33a3e commit f15b74d

File tree

2 files changed

+15
-56
lines changed

2 files changed

+15
-56
lines changed

download.html

Lines changed: 7 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
<p><img src="img/win.png"></p>
9595

9696
<p>
97-
<a href="https://github.com/Tribler/tribler/releases/download/v6.4.3/Tribler_6.4.3.exe">Tribler 6.4.3 for Windows</a><br>
98-
Windows XP, Windows Vista, and Windows 7 / 8
97+
<a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/Tribler_6.5.0.exe">Tribler 6.5.0 for Windows</a><br>
98+
Windows Vista, and Windows 7 / 8 / 10
9999
</p>
100100
</div>
101101

@@ -104,64 +104,23 @@
104104

105105
<p><img src="img/osx.png"></p>
106106

107-
<p><a href="https://github.com/Tribler/tribler/releases/download/v6.4.3/Tribler-6.4.3.dmg">Tribler 6.4.3 for Mac OS X</a></br>(Sorry, Leopard support dropped)</p>
107+
<p><a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/Tribler-6.5.0.dmg">Tribler 6.5.0 for Mac OS X</a></br>(Snow Leopard or newer)</p>
108108
</div>
109109

110110
<div class="download">
111111
<p class="title">Ubuntu Linux</p>
112112

113113
<p><img src="img/linux.png"></p>
114114

115-
<p><a href="https://github.com/Tribler/tribler/releases/download/v6.4.3/tribler_6.4.3_all.deb">Tribler 6.4.3 for Ubuntu</a> </p>
115+
<p><a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/tribler_6.5.0_all.deb">Tribler 6.5.0 for Ubuntu</a> </p>
116116

117-
<p><a href="https://github.com/Tribler/tribler/tree/v6.4.3">Browse source code </a> or <a href="https://github.com/Tribler/tribler/archive/v6.4.3.zip">download as zip</a><br></p>
117+
<p><a href="https://github.com/Tribler/tribler/tree/v6.5.0">Browse source code </a> <br/> or <a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/Tribler-v6.5.0.tar.xz">download source tar</a><br></p>
118118

119119
</div>
120120

121121
<div class="changelog">
122-
123-
<b>Changes since 6.4.1:</br></b>
124-
<ul>
125-
<li>Add a checkbox for anonymity slider and use correct descriptions for anonymity levels</li>
126-
<li>Add default anonymous level in settings</li>
127-
<li>Add default anonymous level slidebar to SettingsDialog</li>
128-
<li>Add packaging instructions for Debian,OSX,Windows</li>
129-
<li>Add python version runtime check.</li>
130-
<li>Add python-pil dependency</li>
131-
<li>Check if we are running an old tribler with a new db version</li>
132-
<li>Dont use hostname as nick</li>
133-
<li>Ensure we don't try to remove the same relay twice</li>
134-
<li>Fix FamilyFilter log exception</li>
135-
<li>Fix FamilyFilter tracker encoding problem</li>
136-
<li>Fix SettingsDialog restart segfault problem</li>
137-
<li>Fix SettingsDialog restart segfault problem</li>
138-
<li>Fix SetttingsDialog</li>
139-
<li>Fix TFTP issues during shutdown</li>
140-
<li>Fix TunnelOptin dialog buttons</li>
141-
<li>Fix adding magnet link download</li>
142-
<li>Fix anon dialog</li>
143-
<li>Fix anonymous_slidebar in SaveAs dialog</li>
144-
<li>Fix binary data being put in a couple assertion messages.</li>
145-
<li>Fix download dialog</li>
146-
<li>Fix hidden_service unit test</li>
147-
<li>Fix mac crash on startup</li>
148-
<li>Fix nickname problem</li>
149-
<li>Fix proxy settings for normal downloads</li>
150-
<li>Fix pymdht</li>
151-
<li>Fix socket reading loop.</li>
152-
<li>Fix some log entries formatting.</li>
153-
<li>Fix the anontunnel opt-in dialog.</li>
154-
<li>Fix the problem that ListItem is not registered</li>
155-
<li>Fix typo in home tab.</li>
156-
<li>Fix windows installer signing</li>
157-
<li>Reset the nickname to "Tribler user" if the nickname contains the hostname.</li>
158-
<li>Show a meaningful message before doing a slow task during upgrade</li>
159-
<li>Update README</li>
160-
<li>Update default download config</li>
161-
<li>Use default anonymous level for new downloads</li>
162-
<li>Use shutil.move instead of os.rename in several places to allow to move files across filesystems.</li>
163-
</ul>
164-
<p>To see a complete list of the changes, please <a href="https://github.com/Tribler/tribler/compare/v6.4.1...v6.4.3">click here</a>.</p>
122+
<p>To see the short changelog <a href="https://github.com/Tribler/tribler/releases/tag/v6.5.0">click here</a>.</p>
123+
<p>To see a complete list of the changes, please <a href="https://github.com/Tribler/tribler/compare/v6.4.3...v6.5.0">click here</a>.</p>
165124
<br/>
166125
</div>
167126

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,17 @@ <h2>Disclaimer</h2>
111111
var result = parser.getResult();
112112
var osName = result.os.name.toLowerCase();
113113
if (osName == "windows") {
114-
document.writeln('<div class="button"><a href="https://github.com/Tribler/tribler/releases/download/v6.4.3/Tribler_6.4.3.exe">Download Tribler</a></div>');
114+
document.writeln('<div class="button"><a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/Tribler_6.5.0.exe">Download Tribler</a></div>');
115115
document.writeln('<p>For Windows 8/7/Vista/XP');
116116
document.writeln('<br>Or go to the <a href="download.html">download page</a></p>');
117117
}
118118
else if (osName == "mac os x") {
119-
document.writeln('<div class="button"><a href="https://github.com/Tribler/tribler/releases/download/v6.4.3/Tribler-6.4.3.dmg">Download Tribler</a></div>');
120-
document.writeln('<p>For Mac OS X 10.7 or higher');
119+
document.writeln('<div class="button"><a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/Tribler-6.5.0.dmg">Download Tribler</a></div>');
120+
document.writeln('<p>For Snow Leopard or newer');
121121
document.writeln('<br>Or go to the <a href="download.html">download page</a></p>');
122122
}
123123
else if (jQuery.inArray(osName, new Array('kubuntu', 'xubuntu', 'lubuntu', 'ubuntu', 'gentoo', 'fedora', 'mandriva', 'redhat', 'suse', 'debian', 'slackware', 'arch', 'linux')) !== -1) {
124-
document.writeln('<div class="button"><a href="https://github.com/Tribler/tribler/releases/download/v6.4.3/tribler_6.4.3_all.deb">Download Tribler</a></div>');
124+
document.writeln('<div class="button"><a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/tribler_6.5.0_all.deb">Download Tribler</a></div>');
125125
document.writeln('<p>For Linux</p>');
126126
}
127127
else {
@@ -211,18 +211,18 @@ <h2>Disclaimer</h2>
211211
var result = parser.getResult();
212212
var osName = result.os.name.toLowerCase();
213213
if (osName == "windows") {
214-
document.writeln('<div class="button"><a href="https://github.com/Tribler/tribler/releases/download/v6.4.3/Tribler_6.4.3.exe">Download Tribler</a>');
214+
document.writeln('<div class="button"><a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/Tribler_6.5.0.exe">Download Tribler</a>');
215215
}
216216
else if (osName == "mac os x") {
217-
document.writeln('<div class="button"><a href="https://github.com/Tribler/tribler/releases/download/v6.4.3/Tribler-6.4.3.dmg">Download Tribler</a>');
217+
document.writeln('<div class="button"><a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/Tribler-6.5.0.dmg">Download Tribler</a>');
218218
}
219219
else {
220220
document.writeln('<div class="button"><a href="download.html">Download Tribler</a>');
221221
}
222-
document.writeln('<p>Tribler 6.4.3 with Anonymity test</p></div>');
222+
document.writeln('<p>Tribler 6.5.0 with Anonymity test</p></div>');
223223
</script>
224224

225-
<noscript><div class="button"><a href="download.html">Download Tribler</a><p>Tribler 6.4.3 with Anonymity test</p></div></noscript>
225+
<noscript><div class="button"><a href="download.html">Download Tribler</a><p>Tribler 6.5.0 with Anonymity test</p></div></noscript>
226226

227227
</footer>
228228

0 commit comments

Comments
 (0)