Roger Dingledine commited on 2005-06-29 22:23:54
Zeige 1 geänderte Dateien mit 28 Einfügungen und 6 Löschungen.
... | ... |
@@ -46,27 +46,39 @@ |
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 stable release is <b>0.1.0.10</b>. |
|
49 |
+directory</a>. |
|
50 |
+The latest stable release is <b>0.1.0.10</b>, and the |
|
51 |
+latest development release is <b>0.1.1.1-alpha</b>. |
|
50 | 52 |
Tor should run on Linux, BSD, OS X, Windows, Solaris, and more.</p> |
51 | 53 |
<ul> |
52 | 54 |
<li><b>Windows</b> installer: |
53 | 55 |
<a href="dist/win32/tor-0.1.0.10-win32.exe">0.1.0.10</a> (<a |
54 |
-href="dist/win32/tor-0.1.0.10-win32.exe.asc">sig</a>) |
|
56 |
+href="dist/win32/tor-0.1.0.10-win32.exe.asc">sig</a>), |
|
57 |
+<a href="dist/win32/tor-0.1.1.1-alpha-win32.exe">0.1.1.1-alpha</a> (<a |
|
58 |
+href="dist/win32/tor-0.1.1.1-alpha-win32.exe.asc">sig</a>) |
|
55 | 59 |
Be sure to read the <a |
56 | 60 |
href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li> |
57 | 61 |
<li><b>Mac OS X</b> installer: |
58 | 62 |
<a href="dist/osx/Tor 0.1.0.10 Bundle.dmg">0.1.0.10</a> (<a |
59 |
-href="dist/osx/Tor 0.1.0.10 Bundle.dmg.asc">sig</a>) |
|
63 |
+href="dist/osx/Tor 0.1.0.10 Bundle.dmg.asc">sig</a>), |
|
64 |
+<a href="dist/osx/Tor 0.1.1.1-alpha Bundle.dmg">0.1.1.1-alpha</a> (<a |
|
65 |
+href="dist/osx/Tor 0.1.1.1-alpha Bundle.dmg.asc">sig</a>) |
|
60 | 66 |
Be sure to read the <a |
61 | 67 |
href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li> |
62 | 68 |
<li><b>Red Hat Linux</b> package: |
63 | 69 |
<a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm">0.1.0.10 RPM</a> (<a |
64 | 70 |
href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm.asc">sig</a>), |
65 | 71 |
<a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">0.1.0.10 SRPM</a> (<a |
66 |
-href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">sig</a>) |
|
72 |
+href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">sig</a>), |
|
73 |
+<a href="dist/rpm/tor-0.1.1.1-alpha-tor.0.fc1.i386.rpm">0.1.1.1-alpha RPM</a> (<a |
|
74 |
+href="dist/rpm/tor-0.1.1.1-alpha-tor.0.fc1.i386.rpm.asc">sig</a>), |
|
75 |
+<a href="dist/rpm/tor-0.1.1.1-alpha-tor.0.fc1.src.rpm">0.1.1.1-alpha SRPM</a> (<a |
|
76 |
+href="dist/rpm/tor-0.1.1.1-alpha-tor.0.fc1.src.rpm">sig</a>) |
|
67 | 77 |
</li> |
68 |
-<li>Latest stable source: <a href="dist/tor-0.1.0.10.tar.gz">0.1.0.10</a> |
|
69 |
-(<a href="dist/tor-0.1.0.10.tar.gz.asc">sig</a>). |
|
78 |
+<li>Latest source tarballs: <a href="dist/tor-0.1.0.10.tar.gz">0.1.0.10</a> |
|
79 |
+(<a href="dist/tor-0.1.0.10.tar.gz.asc">sig</a>), |
|
80 |
+<a href="dist/tor-0.1.1.1-alpha.tar.gz">0.1.1.1-alpha</a> |
|
81 |
+(<a href="dist/tor-0.1.1.1-alpha.tar.gz.asc">sig</a>). |
|
70 | 82 |
You will <a href="http://www.monkey.org/~provos/libevent/">need |
71 | 83 |
libevent</a>. If you are brave enough to try building from source on |
72 | 84 |
Windows, you'll need libevent 1.0c or later.</li> |
... | ... |
@@ -185,6 +197,16 @@ Meulie.net (<a href="http://tor.meulie.net/">http</a>) |
185 | 197 |
|
186 | 198 |
<hr /> |
187 | 199 |
|
200 |
+<h2>Testing releases</h2> |
|
201 |
+ |
|
202 |
+<p>2005-06-28: |
|
203 |
+Tor 0.1.1.1-alpha has a <a |
|
204 |
+href="http://archives.seul.org/or/talk/Jun-2005/msg00xxx.html">revised |
|
205 |
+controller protocol (version 1) that uses ascii rather than binary</a>. |
|
206 |
+</p> |
|
207 |
+ |
|
208 |
+<hr /> |
|
209 |
+ |
|
188 | 210 |
<h2>Stable releases</h2> |
189 | 211 |
|
190 | 212 |
<p>2005-06-12: |
191 | 213 |