bump download to 0.1.0.8-rc
Roger Dingledine

Roger Dingledine commited on 2005-05-23 09:31:06
Zeige 1 geänderte Dateien mit 20 Einfügungen und 10 Löschungen.

... ...
@@ -47,34 +47,36 @@ 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.7-rc</b>. Tor should run on Linux,
50
+latest testing release is <b>0.1.0.8-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.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>)
56
+<a href="dist/win32/tor-0.1.0.8-rc-win32.exe">0.1.0.8-rc</a> (<a
57
+href="dist/win32/tor-0.1.0.8-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.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>)
63
+<a href="dist/osx/Tor 0.1.0.8-rc Bundle.dmg">0.1.0.8-rc</a> (<a
64
+href="dist/osx/Tor 0.1.0.8-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.7.rc-tor.1.fc1.i386.rpm">0.1.0.7.rc RPM</a>,
71
-<a href="dist/rpm/tor-0.1.0.7.rc-tor.1.fc1.src.rpm">0.1.0.7.rc SRPM</a>
70
+<a href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.i386.rpm">0.1.0.8.rc RPM</a> (<a
71
+href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.i386.rpm.asc">sig</a>),
72
+<a href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.src.rpm">0.1.0.8.rc SRPM</a> (<a
73
+href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.src.rpm">sig</a>)
72 74
 
73 75
 </li>
74 76
 <li>Latest stable source: <a href="dist/tor-0.0.9.9.tar.gz">0.0.9.9</a>
75 77
 (<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.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
+<li>Latest testing source: <a href="dist/tor-0.1.0.8-rc.tar.gz">0.1.0.8-rc</a>
79
+(<a href="dist/tor-0.1.0.8-rc.tar.gz.asc">sig</a>).
78 80
 You will <a href="cvs/tor/doc/tor-doc.html#installing">need
79 81
 libevent</a>. If you are brave enough to try building from source on
80 82
 Windows, you'll need libevent 1.0c or later.
... ...
@@ -132,7 +134,9 @@ href="mailto:weasel@debian.org">demand</a>.</p>
132 134
 
133 135
 <hr />
134 136
 
135
-<p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt></p>
137
+<p><b>FreeBSD</b>: <!--<tt>portinstall -s security/tor</tt> -->
138
+ports are obsolete, please install from source.
139
+</p>
136 140
 
137 141
 <p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</tt> (<a href="http://pestilenz.org/~bauerm/tor-openbsd-howto.html">guide to chrooting</a>)</p>
138 142
 
... ...
@@ -163,6 +167,12 @@ Swedish Linux Society	(<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a>
163 167
 
164 168
 <h2>Testing releases</h2>
165 169
 
170
+<p>2005-05-23: Tor 0.1.0.8-rc <a
171
+href="http://archives.seul.org/or/talk/May-2005/msg000xx.html">
172
+makes Tor no longer induce kernel panics on OS X 10.3.9, disables
173
+threading on OpenBSD, and fixes other odds and ends</a>.
174
+</p>
175
+
166 176
 <p>2005-05-17: Tor 0.1.0.7-rc <a
167 177
 href="http://archives.seul.org/or/talk/May-2005/msg00056.html">fixes
168 178
 an install problem with OS X on Tiger, and finds and links and runs
169 179