Roger Dingledine commited on 2005-04-08 10:16:02
Zeige 1 geänderte Dateien mit 13 Einfügungen und 7 Löschungen.
... | ... |
@@ -48,7 +48,7 @@ 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 | 50 |
directory</a>. The latest stable release is <b>0.0.9.8</b>, and the |
51 |
-latest testing release is <b>0.1.0.2-rc</b>. Tor should run on Linux, |
|
51 |
+latest testing release is <b>0.1.0.3-rc</b>. Tor should run on Linux, |
|
52 | 52 |
BSD, OS X, Win32, Solaris, and more.</p> |
53 | 53 |
<ul> |
54 | 54 |
<!-- |
... | ... |
@@ -58,15 +58,15 @@ BSD, OS X, Win32, Solaris, and more.</p> |
58 | 58 |
<li><b>Win32</b> installer (experimental): |
59 | 59 |
<a href="dist/win32/tor-0.0.9.8-win32.exe">0.0.9.8</a> (<a |
60 | 60 |
href="dist/win32/tor-0.0.9.8-win32.exe.asc">sig</a>) |
61 |
-<a href="dist/win32/tor-0.1.0.2-rc-win32.exe">0.1.0.2-rc</a> (<a |
|
62 |
-href="dist/win32/tor-0.1.0.2-rc-win32.exe.asc">sig</a>) |
|
61 |
+<a href="dist/win32/tor-0.1.0.3-rc-win32.exe">0.1.0.3-rc</a> (<a |
|
62 |
+href="dist/win32/tor-0.1.0.3-rc-win32.exe.asc">sig</a>) |
|
63 | 63 |
Be sure to read the <a |
64 | 64 |
href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li> |
65 | 65 |
<li><b>Mac OS X</b> installer (experimental): |
66 | 66 |
<a href="dist/osx/Tor 0.0.9.8 Bundle.dmg">0.0.9.8</a> (<a |
67 | 67 |
href="dist/osx/Tor 0.0.9.8 Bundle.dmg.asc">sig</a>) |
68 |
-<a href="dist/osx/Tor 0.1.0.2-rc Bundle.dmg">0.1.0.2-rc</a> (<a |
|
69 |
-href="dist/osx/Tor 0.1.0.2-rc Bundle.dmg.asc">sig</a>) |
|
68 |
+<a href="dist/osx/Tor 0.1.0.3-rc Bundle.dmg">0.1.0.3-rc</a> (<a |
|
69 |
+href="dist/osx/Tor 0.1.0.3-rc Bundle.dmg.asc">sig</a>) |
|
70 | 70 |
Be sure to read the <a |
71 | 71 |
href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li> |
72 | 72 |
<li><b>RPM</b> package (experimental): |
... | ... |
@@ -78,8 +78,8 @@ href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li> |
78 | 78 |
</li> |
79 | 79 |
<li>Latest stable source: <a href="dist/tor-0.0.9.8.tar.gz">0.0.9.8</a> |
80 | 80 |
(<a href="dist/tor-0.0.9.8.tar.gz.asc">sig</a>)</li> |
81 |
-<li>Latest testing source: <a href="dist/tor-0.1.0.2-rc.tar.gz">0.1.0.2-rc</a> |
|
82 |
-(<a href="dist/tor-0.1.0.2-rc.tar.gz.asc">sig</a>). |
|
81 |
+<li>Latest testing source: <a href="dist/tor-0.1.0.3-rc.tar.gz">0.1.0.3-rc</a> |
|
82 |
+(<a href="dist/tor-0.1.0.3-rc.tar.gz.asc">sig</a>). |
|
83 | 83 |
You will <a href="cvs/tor/doc/tor-doc.html#installing">need |
84 | 84 |
libevent</a>. If you are brave enough to try |
85 | 85 |
building from source on Windows, you'll need this <a |
... | ... |
@@ -155,6 +155,12 @@ If somebody sends details, we'll put links here. |
155 | 155 |
|
156 | 156 |
<h2>Testing releases</h2> |
157 | 157 |
|
158 |
+<p>2005-04-08: Tor 0.1.0.3-rc <a |
|
159 |
+href="http://archives.seul.org/or/talk/Apr-2005/msg00065.html">makes |
|
160 |
+some performance improvements, makes Tor tolerate more clock skew, |
|
161 |
+and fixes a bunch more bugs</a>. |
|
162 |
+</p> |
|
163 |
+ |
|
158 | 164 |
<p>2005-04-01: Tor 0.1.0.2-rc <a |
159 | 165 |
href="http://archives.seul.org/or/talk/Apr-2005/msg00000.html">makes |
160 | 166 |
reachability detection work better, and fixes some other problems</a>. |
161 | 167 |