Roger Dingledine commited on 2005-06-10 01:58:04
Zeige 1 geänderte Dateien mit 17 Einfügungen und 11 Löschungen.
... | ... |
@@ -46,34 +46,34 @@ |
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.8-rc</b>, and the |
|
49 |
+directory</a>. The latest development release is <b>0.1.0.9-rc</b>, and the |
|
50 | 50 |
latest stable release is <b>0.0.9.9</b>. Tor should run on Linux, |
51 | 51 |
BSD, OS X, Win32, Solaris, and more.</p> |
52 | 52 |
<ul> |
53 | 53 |
<li><b>Win32</b> installer (experimental): |
54 |
-<a href="dist/win32/tor-0.1.0.8-rc-win32.exe">0.1.0.8-rc</a> (<a |
|
55 |
-href="dist/win32/tor-0.1.0.8-rc-win32.exe.asc">sig</a>) |
|
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>) |
|
56 | 56 |
<a href="dist/win32/tor-0.0.9.9-win32.exe">0.0.9.9</a> (<a |
57 | 57 |
href="dist/win32/tor-0.0.9.9-win32.exe.asc">sig</a>) |
58 | 58 |
Be sure to read the <a |
59 | 59 |
href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li> |
60 | 60 |
<li><b>Mac OS X</b> installer (experimental): |
61 |
-<a href="dist/osx/Tor 0.1.0.8-rc Bundle.dmg">0.1.0.8-rc</a> (<a |
|
62 |
-href="dist/osx/Tor 0.1.0.8-rc Bundle.dmg.asc">sig</a>) |
|
61 |
+<a href="dist/osx/Tor 0.1.0.9-rc Bundle.dmg">0.1.0.9-rc</a> (<a |
|
62 |
+href="dist/osx/Tor 0.1.0.9-rc Bundle.dmg.asc">sig</a>) |
|
63 | 63 |
<a href="dist/osx/Tor 0.0.9.9 Bundle.dmg">0.0.9.9</a> (<a |
64 | 64 |
href="dist/osx/Tor 0.0.9.9 Bundle.dmg.asc">sig</a>) |
65 | 65 |
Be sure to read the <a |
66 | 66 |
href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li> |
67 | 67 |
<li><b>RPM</b> package (experimental): |
68 |
-<a href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.i386.rpm">0.1.0.8.rc RPM</a> (<a |
|
69 |
-href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.i386.rpm.asc">sig</a>), |
|
70 |
-<a href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.src.rpm">0.1.0.8.rc SRPM</a> (<a |
|
71 |
-href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.src.rpm">sig</a>), |
|
68 |
+<a href="dist/rpm/tor-0.1.0.9.rc-tor.0.fc1.i386.rpm">0.1.0.9.rc RPM</a> (<a |
|
69 |
+href="dist/rpm/tor-0.1.0.9.rc-tor.0.fc1.i386.rpm.asc">sig</a>), |
|
70 |
+<a href="dist/rpm/tor-0.1.0.9.rc-tor.0.fc1.src.rpm">0.1.0.9.rc SRPM</a> (<a |
|
71 |
+href="dist/rpm/tor-0.1.0.9.rc-tor.0.fc1.src.rpm">sig</a>), |
|
72 | 72 |
<a href="dist/rpm/tor-0.0.9.9-tor.0.fc1.i386.rpm">0.0.9.9 RPM</a>, |
73 | 73 |
<a href="dist/rpm/tor-0.0.9.9-tor.0.fc1.src.rpm">0.0.9.9 SRPM</a> |
74 | 74 |
</li> |
75 |
-<li>Latest testing source: <a href="dist/tor-0.1.0.8-rc.tar.gz">0.1.0.8-rc</a> |
|
76 |
-(<a href="dist/tor-0.1.0.8-rc.tar.gz.asc">sig</a>). |
|
75 |
+<li>Latest testing source: <a href="dist/tor-0.1.0.9-rc.tar.gz">0.1.0.9-rc</a> |
|
76 |
+(<a href="dist/tor-0.1.0.9-rc.tar.gz.asc">sig</a>). |
|
77 | 77 |
You will <a href="http://www.monkey.org/~provos/libevent/">need |
78 | 78 |
libevent</a>. If you are brave enough to try building from source on |
79 | 79 |
Windows, you'll need libevent 1.0c or later.</li> |
... | ... |
@@ -168,6 +168,12 @@ Meulie.net (<a href="http://tor.meulie.net/">http</a>) |
168 | 168 |
|
169 | 169 |
<h2>Testing releases</h2> |
170 | 170 |
|
171 |
+<p>2005-06-09: Tor 0.1.0.9-rc <a |
|
172 |
+href="http://archives.seul.org/or/talk/Jun-2005/msg000xx.html"> |
|
173 |
+fixes some memory bloating, works on Solaris again, and includes some |
|
174 |
+important security fixes for Win32</a>. |
|
175 |
+</p> |
|
176 |
+ |
|
171 | 177 |
<p>2005-05-23: Tor 0.1.0.8-rc <a |
172 | 178 |
href="http://archives.seul.org/or/talk/May-2005/msg00095.html"> |
173 | 179 |
makes Tor no longer induce kernel panics on OS X 10.3.9, disables |
174 | 180 |