Roger Dingledine commited on 2005-04-01 18:47:09
Zeige 1 geänderte Dateien mit 14 Einfügungen und 9 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.7</b>, and the |
| 51 |
-latest testing release is <b>0.1.0.1-rc</b>. Tor should run on Linux, |
|
| 51 |
+latest testing release is <b>0.1.0.2-rc</b>. Tor should run on Linux, |
|
| 52 | 52 |
BSD, OS X, Win32, Solaris, and more.</p> |
| 53 | 53 |
<ul> |
| 54 | 54 |
<!-- |
| ... | ... |
@@ -58,28 +58,28 @@ 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.7-win32.exe">0.0.9.7</a> (<a |
| 60 | 60 |
href="dist/win32/tor-0.0.9.7-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>) |
|
| 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>) |
|
| 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.7 Bundle.dmg">0.0.9.7</a> (<a |
| 67 | 67 |
href="dist/osx/Tor 0.0.9.7 Bundle.dmg.asc">sig</a>) |
| 68 |
-<a href="dist/osx/Tor 0.1.0.1-rc Bundle.dmg">0.1.0.1-rc</a> (<a |
|
| 69 |
-href="dist/osx/Tor 0.1.0.1-rc 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>) |
|
| 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): |
| 73 | 73 |
<a href="dist/rpm/tor-0.0.9.7-tor.0.fc1.i386.rpm">0.0.9.7 RPM</a>, |
| 74 | 74 |
<a href="dist/rpm/tor-0.0.9.7-tor.0.fc1.src.rpm">0.0.9.7 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> |
|
| 75 |
+<a href="dist/rpm/tor-0.1.0.2.rc-tor.0.fc1.i386.rpm">0.1.0.2.rc RPM</a>, |
|
| 76 |
+<a href="dist/rpm/tor-0.1.0.2.rc-tor.0.fc1.src.rpm">0.1.0.2.rc SRPM</a> |
|
| 77 | 77 |
|
| 78 | 78 |
</li> |
| 79 | 79 |
<li>Latest stable source: <a href="dist/tor-0.0.9.7.tar.gz">0.0.9.7</a> |
| 80 | 80 |
(<a href="dist/tor-0.0.9.7.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>). |
|
| 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>). |
|
| 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 |
| ... | ... |
@@ -133,6 +133,11 @@ If somebody sends details, we'll put links here. |
| 133 | 133 |
|
| 134 | 134 |
<h2>Testing releases</h2> |
| 135 | 135 |
|
| 136 |
+<p>2005-04-01: Tor 0.1.0.2-rc <a |
|
| 137 |
+href="http://archives.seul.org/or/talk/Apr-2005/msg00000.html">makes |
|
| 138 |
+reachability detection work better, and fixes some other problems</a>. |
|
| 139 |
+</p> |
|
| 140 |
+ |
|
| 136 | 141 |
<p>2005-03-28: Tor 0.1.0.1-rc <a |
| 137 | 142 |
href="http://archives.seul.org/or/talk/Mar-2005/msg00147.html">incorporates |
| 138 | 143 |
automatic reachability testing for servers (the first step to getting rid |
| 139 | 144 |