see how the new download.html looks with both stable and testing distributions on it
Roger Dingledine

Roger Dingledine commited on 2005-03-29 03:25:18
Zeige 1 geänderte Dateien mit 38 Einfügungen und 9 Löschungen.

... ...
@@ -47,8 +47,9 @@ width="110" height="79" alt="Tor logo" /></a>
47 47
 under the <a href="cvs/tor/LICENSE">3-clause BSD license</a>.</p>
48 48
 
49 49
 <p>You can get the latest release from the <a href="dist/">download
50
-directory</a>. It should run on Linux, BSD, OS X, Win32, Solaris,
51
-and more.</p>
50
+directory</a>. The latest stable release is <b>0.0.9.6</b>, and the
51
+latest testing release is <b>0.1.0.1-rc</b>. Tor should run on Linux,
52
+BSD, OS X, Win32, Solaris, and more.</p>
52 53
 <ul>
53 54
 <!--
54 55
 <li>Latest experimental source: <a href="dist/tor-0.0.9.tar.gz">0.0.9</a>
... ...
@@ -56,17 +57,35 @@ and more.</p>
56 57
 -->
57 58
 <li><b>Win32</b> installer (experimental):
58 59
 <a href="dist/win32/tor-0.0.9.6-win32.exe">0.0.9.6</a> (<a
59
-href="dist/win32/tor-0.0.9.6-win32.exe.asc">sig</a>)  Be sure to read the <a
60
+href="dist/win32/tor-0.0.9.6-win32.exe.asc">sig</a>)
61
+<a href="dist/win32/tor-0.1.0.1-rc-win32.exe">0.1.0.1-rc</a> (<a
62
+href="dist/win32/tor-0.1.0.1-rc-win32.exe.asc">sig</a>)
63
+Be sure to read the <a
60 64
 href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a></li>
61 65
 <li><b>Mac OS X</b> package (experimental):
62 66
 <a href="dist/osx/Tor 0.0.9.6 Bundle.dmg">installer</a> (<a
63
-href="dist/osx/Tor 0.0.9.6 Bundle.dmg.asc">sig</a>)  Be sure to read the <a
67
+href="dist/osx/Tor 0.0.9.6 Bundle.dmg.asc">sig</a>)
68
+<a href="dist/osx/Tor 0.1.0.1-rc Bundle.dmg">installer</a> (<a
69
+href="dist/osx/Tor 0.1.0.1-rc Bundle.dmg.asc">sig</a>)
70
+Be sure to read the <a
64 71
 href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a></li>
65 72
 <li><b>RPM</b> package (experimental):
66
-<a href="dist/rpm/tor-0.0.9.6-tor.0.fc1.i386.rpm">RPM</a>,
67
-<a href="dist/rpm/tor-0.0.9.6-tor.0.fc1.src.rpm">SRPM</a></li>
73
+<a href="dist/rpm/tor-0.0.9.6-tor.0.fc1.i386.rpm">0.0.9.6 RPM</a>,
74
+<a href="dist/rpm/tor-0.0.9.6-tor.0.fc1.src.rpm">0.0.9.6 SRPM</a>,
75
+<a href="dist/rpm/tor-0.1.0.1.rc-tor.0.fc1.i386.rpm">0.1.0.1.rc RPM</a>,
76
+<a href="dist/rpm/tor-0.1.0.1.rc-tor.0.fc1.src.rpm">0.1.0.1.rc SRPM</a>
77
+
78
+</li>
68 79
 <li>Latest stable source: <a href="dist/tor-0.0.9.6.tar.gz">0.0.9.6</a>
69 80
 (<a href="dist/tor-0.0.9.6.tar.gz.asc">sig</a>)</li>
81
+<li>Latest testing source: <a href="dist/tor-0.1.0.1-rc.tar.gz">0.1.0.1-rc</a>
82
+(<a href="dist/tor-0.1.0.1-rc.tar.gz.asc">sig</a>).
83
+You will <a href="cvs/tor/doc/tor-doc.html#installing">need
84
+libevent</a>. If you are brave enough to try
85
+building from source on Windows, you'll need this <a
86
+href="dist/win32/libevent-1.0b-tor.tar.gz">patched version of libevent</a>
87
+for now.
88
+</li>
70 89
 </ul>
71 90
 
72 91
 <p>General instructions for installing and configuring Tor are <a
... ...
@@ -110,9 +129,19 @@ href="mailto:weasel@debian.org">demand</a>.
110 129
 If somebody sends details, we'll put links here.
111 130
 </p>
112 131
 
113
-<!--
114
-<h2>Development releases</h2>
115
--->
132
+<hr />
133
+
134
+<h2>Testing releases</h2>
135
+
136
+<p>2005-03-28: Tor 0.1.0.1-rc <a
137
+href="http://archives.seul.org/or/talk/Mar-2005/msg00000.html">incorporates
138
+automatic reachability testing for servers (the first step to getting rid
139
+of the 'verified servers' notion), uses pthreads if available to reduce
140
+server memory footprint, uses libevent so we can use better polling
141
+interfaces when available, handles slow/busy hidden services better,
142
+supports https proxies for clients, and fleshes out our controller
143
+interface. It also fixes a bunch of minor but annoying bugs</a>.
144
+</p>
116 145
 
117 146
 <hr />
118 147
 
119 148