Roger Dingledine commited on 2005-05-17 06:44:25
Zeige 1 geänderte Dateien mit 15 Einfügungen und 9 Löschungen.
... | ... |
@@ -47,34 +47,34 @@ 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 | 49 |
directory</a>. The latest stable release is <b>0.0.9.9</b>, and the |
50 |
-latest testing release is <b>0.1.0.6-rc</b>. Tor should run on Linux, |
|
50 |
+latest testing release is <b>0.1.0.7-rc</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 | 54 |
<a href="dist/win32/tor-0.0.9.9-win32.exe">0.0.9.9</a> (<a |
55 | 55 |
href="dist/win32/tor-0.0.9.9-win32.exe.asc">sig</a>) |
56 |
-<a href="dist/win32/tor-0.1.0.6-rc-win32.exe">0.1.0.6-rc</a> (<a |
|
57 |
-href="dist/win32/tor-0.1.0.6-rc-win32.exe.asc">sig</a>) |
|
56 |
+<a href="dist/win32/tor-0.1.0.7-rc-win32.exe">0.1.0.7-rc</a> (<a |
|
57 |
+href="dist/win32/tor-0.1.0.7-rc-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 | 61 |
<a href="dist/osx/Tor 0.0.9.9 Bundle.dmg">0.0.9.9</a> (<a |
62 | 62 |
href="dist/osx/Tor 0.0.9.9 Bundle.dmg.asc">sig</a>) |
63 |
-<a href="dist/osx/Tor 0.1.0.6-rc Bundle.dmg">0.1.0.6-rc</a> (<a |
|
64 |
-href="dist/osx/Tor 0.1.0.6-rc Bundle.dmg.asc">sig</a>) |
|
63 |
+<a href="dist/osx/Tor 0.1.0.7-rc Bundle.dmg">0.1.0.7-rc</a> (<a |
|
64 |
+href="dist/osx/Tor 0.1.0.7-rc 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 | 68 |
<a href="dist/rpm/tor-0.0.9.9-tor.0.fc1.i386.rpm">0.0.9.9 RPM</a>, |
69 | 69 |
<a href="dist/rpm/tor-0.0.9.9-tor.0.fc1.src.rpm">0.0.9.9 SRPM</a>, |
70 |
-<a href="dist/rpm/tor-0.1.0.6.rc-tor.0.fc1.i386.rpm">0.1.0.6.rc RPM</a>, |
|
71 |
-<a href="dist/rpm/tor-0.1.0.6.rc-tor.0.fc1.src.rpm">0.1.0.6.rc SRPM</a> |
|
70 |
+<a href="dist/rpm/tor-0.1.0.7.rc-tor.0.fc1.i386.rpm">0.1.0.7.rc RPM</a>, |
|
71 |
+<a href="dist/rpm/tor-0.1.0.7.rc-tor.0.fc1.src.rpm">0.1.0.7.rc SRPM</a> |
|
72 | 72 |
|
73 | 73 |
</li> |
74 | 74 |
<li>Latest stable source: <a href="dist/tor-0.0.9.9.tar.gz">0.0.9.9</a> |
75 | 75 |
(<a href="dist/tor-0.0.9.9.tar.gz.asc">sig</a>)</li> |
76 |
-<li>Latest testing source: <a href="dist/tor-0.1.0.6-rc.tar.gz">0.1.0.6-rc</a> |
|
77 |
-(<a href="dist/tor-0.1.0.6-rc.tar.gz.asc">sig</a>). |
|
76 |
+<li>Latest testing source: <a href="dist/tor-0.1.0.7-rc.tar.gz">0.1.0.7-rc</a> |
|
77 |
+(<a href="dist/tor-0.1.0.7-rc.tar.gz.asc">sig</a>). |
|
78 | 78 |
You will <a href="cvs/tor/doc/tor-doc.html#installing">need |
79 | 79 |
libevent</a>. If you are brave enough to try building from source on |
80 | 80 |
Windows, you'll need libevent 1.0c or later. |
... | ... |
@@ -163,6 +163,12 @@ Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a> |
163 | 163 |
|
164 | 164 |
<h2>Testing releases</h2> |
165 | 165 |
|
166 |
+<p>2005-05-17: Tor 0.1.0.7-rc <a |
|
167 |
+href="http://archives.seul.org/or/talk/May-2005/msg00044.html">fixes |
|
168 |
+an install problem with OS X on Tiger, and finds and links and runs |
|
169 |
+libevent much better on weird platforms</a>. |
|
170 |
+</p> |
|
171 |
+ |
|
166 | 172 |
<p>2005-05-14: Tor 0.1.0.6-rc <a |
167 | 173 |
href="http://archives.seul.org/or/talk/May-2005/msg00044.html">fixes |
168 | 174 |
the last known major bugs: we don't use threading on netbsd now, and the |
169 | 175 |