prepare the download page for the new release
Roger Dingledine

Roger Dingledine commited on 2005-06-13 04:34:53
Zeige 1 geänderte Dateien mit 25 Einfügungen und 97 Löschungen.

... ...
@@ -46,34 +46,30 @@
46 46
 under the <a href="cvs/tor/LICENSE">3-clause BSD license</a>.</p>
47 47
 
48 48
 <p>You can get the latest release from the <a href="dist/">download
49
-directory</a>. The latest development release is <b>0.1.0.9-rc</b>, and the
50
-latest stable release is <b>0.0.9.9</b>. Tor should run on Linux,
51
-BSD, OS X, Win32, Solaris, and more.</p>
49
+directory</a>. The latest stable release is <b>0.1.0.10</b>.
50
+Tor should run on Linux, BSD, OS X, Windows, Solaris, and more.</p>
52 51
 <ul>
53
-<li><b>Win32</b> installer (experimental):
54
-<a href="dist/win32/tor-0.1.0.9-rc-win32.exe">0.1.0.9-rc</a> (<a
55
-href="dist/win32/tor-0.1.0.9-rc-win32.exe.asc">sig</a>)
52
+<li><b>Windows</b> installer:
53
+<a href="dist/win32/tor-0.1.0.10-win32.exe">0.1.0.10</a> (<a
54
+href="dist/win32/tor-0.1.0.10-win32.exe.asc">sig</a>)
56 55
 Be sure to read the <a
57 56
 href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li>
58
-<li><b>Mac OS X</b> installer (experimental):
59
-<a href="dist/osx/Tor 0.1.0.9-rc Bundle.dmg">0.1.0.9-rc</a> (<a
60
-href="dist/osx/Tor 0.1.0.9-rc Bundle.dmg.asc">sig</a>)
57
+<li><b>Mac OS X</b> installer:
58
+<a href="dist/osx/Tor 0.1.0.10 Bundle.dmg">0.1.0.10</a> (<a
59
+href="dist/osx/Tor 0.1.0.10 Bundle.dmg.asc">sig</a>)
61 60
 Be sure to read the <a
62 61
 href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li>
63
-<li><b>RPM</b> package (experimental):
64
-<a href="dist/rpm/tor-0.1.0.9.rc-tor.1.fc1.i386.rpm">0.1.0.9.rc RPM</a> (<a
65
-href="dist/rpm/tor-0.1.0.9.rc-tor.1.fc1.i386.rpm.asc">sig</a>),
66
-<a href="dist/rpm/tor-0.1.0.9.rc-tor.1.fc1.src.rpm">0.1.0.9.rc SRPM</a> (<a
67
-href="dist/rpm/tor-0.1.0.9.rc-tor.1.fc1.src.rpm">sig</a>)
62
+<li><b>Red Hat Linux</b> package:
63
+<a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm">0.1.0.10 RPM</a> (<a
64
+href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm.asc">sig</a>),
65
+<a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">0.1.0.10 SRPM</a> (<a
66
+href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">sig</a>)
68 67
 </li>
69
-<li>Latest testing source: <a href="dist/tor-0.1.0.9-rc.tar.gz">0.1.0.9-rc</a>
70
-(<a href="dist/tor-0.1.0.9-rc.tar.gz.asc">sig</a>).
68
+<li>Latest stable source: <a href="dist/tor-0.1.0.10.tar.gz">0.1.0.10</a>
69
+(<a href="dist/tor-0.1.0.10.tar.gz.asc">sig</a>).
71 70
 You will <a href="http://www.monkey.org/~provos/libevent/">need
72 71
 libevent</a>. If you are brave enough to try building from source on
73 72
 Windows, you'll need libevent 1.0c or later.</li>
74
-<li>Latest stable source: <a href="dist/tor-0.0.9.9.tar.gz">0.0.9.9</a>
75
-(<a href="dist/tor-0.0.9.9.tar.gz.asc">sig</a>)
76
-</li>
77 73
 </ul>
78 74
 
79 75
 <p>General instructions for installing and configuring Tor are <a
... ...
@@ -190,71 +186,19 @@ Meulie.net (<a href="http://tor.meulie.net/">http</a>)
190 186
 
191 187
 <hr />
192 188
 
193
-<h2>Testing releases</h2>
194
-
195
-<p>2005-06-09: Tor 0.1.0.9-rc <a
196
-href="http://archives.seul.org/or/talk/Jun-2005/msg00090.html">
197
-fixes some memory bloating, disables threads on Solaris, and includes
198
-some important security fixes for Win32</a>.
199
-</p>
200
-
201
-<p>2005-05-23: Tor 0.1.0.8-rc <a
202
-href="http://archives.seul.org/or/talk/May-2005/msg00095.html">
203
-makes Tor no longer induce kernel panics on OS X 10.3.9, disables
204
-threading on OpenBSD, and fixes other odds and ends</a>.
205
-</p>
206
-
207
-<p>2005-05-17: Tor 0.1.0.7-rc <a
208
-href="http://archives.seul.org/or/talk/May-2005/msg00056.html">fixes
209
-an install problem with OS X on Tiger, and finds and links and runs
210
-libevent much better on weird platforms</a>.
211
-</p>
212
-
213
-<p>2005-05-14: Tor 0.1.0.6-rc <a
214
-href="http://archives.seul.org/or/talk/May-2005/msg00044.html">fixes
215
-the last known major bugs: we don't use threading on netbsd now, and the
216
-new libevent detects and disables the broken kqueue that ships with OS
217
-X 10.4.0</a>.
218
-</p>
219
-
220
-<p>2005-04-27: Tor 0.1.0.5-rc <a
221
-href="http://archives.seul.org/or/talk/Apr-2005/msg00201.html">has a
222
-few stability fixes (in particular, libevent 1.0d has a serious crash bug,
223
-so now we incorporate libevent 1.0e), add https authenticator support,
224
-and some performance improvements</a>.
225
-</p>
226
-
227
-<p>2005-04-23: Tor 0.1.0.4-rc <a
228
-href="http://archives.seul.org/or/talk/Apr-2005/msg00179.html">fixes
229
-some more stability problems, including a bug that's been taking down
230
-a lot of servers suddenly</a>.
231
-</p>
232
-
233
-<p>2005-04-08: Tor 0.1.0.3-rc <a
234
-href="http://archives.seul.org/or/talk/Apr-2005/msg00065.html">makes
235
-some performance improvements, makes Tor tolerate more clock skew,
236
-and fixes a bunch more bugs</a>.
237
-</p>
238
-
239
-<p>2005-04-01: Tor 0.1.0.2-rc <a
240
-href="http://archives.seul.org/or/talk/Apr-2005/msg00000.html">makes
241
-reachability detection work better, and fixes some other problems</a>.
242
-</p>
189
+<h2>Stable releases</h2>
243 190
 
244
-<p>2005-03-28: Tor 0.1.0.1-rc <a
245
-href="http://archives.seul.org/or/talk/Mar-2005/msg00147.html">incorporates
246
-automatic reachability testing for servers (the first step to getting rid
247
-of the 'verified servers' notion), uses pthreads if available to reduce
248
-server memory footprint, uses libevent so we can use better polling
249
-interfaces when available, handles slow/busy hidden services better,
250
-supports https proxies for clients, and fleshes out our controller
251
-interface. It also fixes a bunch of minor but annoying bugs</a>.
191
+<p>2005-06-12:
192
+Tor 0.1.0.10 features <a
193
+href="http://archives.seul.org/or/announce/Jun-2005/msg00000.html">cleanup
194
+on Windows, including making NT services work; many performance
195
+improvements, including libevent to use poll/epoll/kqueue when available,
196
+and pthreads and better buffer management to avoid so much memory bloat;
197
+better performance and reliability for hidden services; automated
198
+self-reachability testing by servers; http and https proxy support for
199
+clients; and much more support for the Tor controller protocol</a>.
252 200
 </p>
253 201
 
254
-<hr />
255
-
256
-<h2>Stable releases</h2>
257
-
258 202
 <p>2005-04-23:
259 203
 Tor 0.0.9.9 has a <a
260 204
 href="http://archives.seul.org/or/announce/Apr-2005/msg00002.html">fix
... ...
@@ -324,22 +268,6 @@ more efficient directory fetching, and support for a separate Tor GUI
324 268
 controller program (once somebody writes one)</a>.
325 269
 </p>
326 270
 
327
-<p>2004-10-14:
328
-Tor 0.0.8.1 fixes <a
329
-href="http://archives.seul.org/or/announce/Oct-2004/msg00000.html">a
330
-remotely triggerable crash bug, and has several other stability
331
-improvements</a>.
332
-</p>
333
-
334
-<p>2004-08-25:
335
-Tor 0.0.8 adds <a
336
-href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory
337
-caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks
338
-routers by bandwidth, handles firewalls better, handles dynamic IPs for
339
-servers, makes use of unverified servers in some path positions, and fixes
340
-many bugs</a>.
341
-</p>
342
-
343 271
 <hr />
344 272
 
345 273
 <p>You can read the <a href="cvs/tor/ChangeLog">ChangeLog</a> for more
346 274