Roger Dingledine commited on 2005-05-15 04:16:46
Zeige 1 geänderte Dateien mit 16 Einfügungen und 9 Löschungen.
| ... | ... |
@@ -52,34 +52,34 @@ under the <a href="cvs/tor/LICENSE">3-clause BSD license</a>.</p> |
| 52 | 52 |
|
| 53 | 53 |
<p>You can get the latest release from the <a href="dist/">download |
| 54 | 54 |
directory</a>. The latest stable release is <b>0.0.9.9</b>, and the |
| 55 |
-latest testing release is <b>0.1.0.5-rc</b>. Tor should run on Linux, |
|
| 55 |
+latest testing release is <b>0.1.0.6-rc</b>. Tor should run on Linux, |
|
| 56 | 56 |
BSD, OS X, Win32, Solaris, and more.</p> |
| 57 | 57 |
<ul> |
| 58 | 58 |
<li><b>Win32</b> installer (experimental): |
| 59 | 59 |
<a href="dist/win32/tor-0.0.9.9-win32.exe">0.0.9.9</a> (<a |
| 60 | 60 |
href="dist/win32/tor-0.0.9.9-win32.exe.asc">sig</a>) |
| 61 |
-<a href="dist/win32/tor-0.1.0.5-rc-win32.exe">0.1.0.5-rc</a> (<a |
|
| 62 |
-href="dist/win32/tor-0.1.0.5-rc-win32.exe.asc">sig</a>) |
|
| 61 |
+<a href="dist/win32/tor-0.1.0.6-rc-win32.exe">0.1.0.6-rc</a> (<a |
|
| 62 |
+href="dist/win32/tor-0.1.0.6-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.9 Bundle.dmg">0.0.9.9</a> (<a |
| 67 | 67 |
href="dist/osx/Tor 0.0.9.9 Bundle.dmg.asc">sig</a>) |
| 68 |
-<a href="dist/osx/Tor 0.1.0.5-rc Bundle.dmg">0.1.0.5-rc</a> (<a |
|
| 69 |
-href="dist/osx/Tor 0.1.0.5-rc Bundle.dmg.asc">sig</a>) |
|
| 68 |
+<a href="dist/osx/Tor 0.1.0.6-rc Bundle.dmg">0.1.0.6-rc</a> (<a |
|
| 69 |
+href="dist/osx/Tor 0.1.0.6-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.9-tor.0.fc1.i386.rpm">0.0.9.9 RPM</a>, |
| 74 | 74 |
<a href="dist/rpm/tor-0.0.9.9-tor.0.fc1.src.rpm">0.0.9.9 SRPM</a>, |
| 75 |
-<a href="dist/rpm/tor-0.1.0.5.rc-tor.0.fc1.i386.rpm">0.1.0.5.rc RPM</a>, |
|
| 76 |
-<a href="dist/rpm/tor-0.1.0.5.rc-tor.0.fc1.src.rpm">0.1.0.5.rc SRPM</a> |
|
| 75 |
+<a href="dist/rpm/tor-0.1.0.6.rc-tor.0.fc1.i386.rpm">0.1.0.6.rc RPM</a>, |
|
| 76 |
+<a href="dist/rpm/tor-0.1.0.6.rc-tor.0.fc1.src.rpm">0.1.0.6.rc SRPM</a> |
|
| 77 | 77 |
|
| 78 | 78 |
</li> |
| 79 | 79 |
<li>Latest stable source: <a href="dist/tor-0.0.9.9.tar.gz">0.0.9.9</a> |
| 80 | 80 |
(<a href="dist/tor-0.0.9.9.tar.gz.asc">sig</a>)</li> |
| 81 |
-<li>Latest testing source: <a href="dist/tor-0.1.0.5-rc.tar.gz">0.1.0.5-rc</a> |
|
| 82 |
-(<a href="dist/tor-0.1.0.5-rc.tar.gz.asc">sig</a>). |
|
| 81 |
+<li>Latest testing source: <a href="dist/tor-0.1.0.6-rc.tar.gz">0.1.0.6-rc</a> |
|
| 82 |
+(<a href="dist/tor-0.1.0.6-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 building from source on |
| 85 | 85 |
Windows, you'll need libevent 1.0c or later. |
| ... | ... |
@@ -168,6 +168,13 @@ Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a> |
| 168 | 168 |
|
| 169 | 169 |
<h2>Testing releases</h2> |
| 170 | 170 |
|
| 171 |
+<p>2005-05-14: Tor 0.1.0.6-rc <a |
|
| 172 |
+href="http://archives.seul.org/or/talk/Apr-2005/msg00xxx.html">fixes |
|
| 173 |
+the last known major bugs: we don't use threading on netbsd now, and the |
|
| 174 |
+new libevent detects and disables the broken kqueue that ships with OS |
|
| 175 |
+X 10.4.0</a>. |
|
| 176 |
+</p> |
|
| 177 |
+ |
|
| 171 | 178 |
<p>2005-04-27: Tor 0.1.0.5-rc <a |
| 172 | 179 |
href="http://archives.seul.org/or/talk/Apr-2005/msg00201.html">has a |
| 173 | 180 |
few stability fixes (in particular, libevent 1.0d has a serious crash bug, |
| 174 | 181 |