[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] see how the new download.html looks with both stable and te...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] see how the new download.html looks with both stable and te...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Mon, 28 Mar 2005 20:25:20 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 28 Mar 2005 20:25:42 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/home2/arma/work/onion/cvs/website
Modified Files:
download.html
Log Message:
see how the new download.html looks with both stable and testing
distributions on it
Index: download.html
===================================================================
RCS file: /home2/or/cvsroot/website/download.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- download.html 24 Mar 2005 22:40:13 -0000 1.68
+++ download.html 29 Mar 2005 01:25:18 -0000 1.69
@@ -47,8 +47,9 @@
under the <a href="cvs/tor/LICENSE">3-clause BSD license</a>.</p>
<p>You can get the latest release from the <a href="dist/">download
-directory</a>. It should run on Linux, BSD, OS X, Win32, Solaris,
-and more.</p>
+directory</a>. The latest stable release is <b>0.0.9.6</b>, and the
+latest testing release is <b>0.1.0.1-rc</b>. Tor should run on Linux,
+BSD, OS X, Win32, Solaris, and more.</p>
<ul>
<!--
<li>Latest experimental source: <a href="dist/tor-0.0.9.tar.gz">0.0.9</a>
@@ -56,17 +57,35 @@
-->
<li><b>Win32</b> installer (experimental):
<a href="dist/win32/tor-0.0.9.6-win32.exe">0.0.9.6</a> (<a
-href="dist/win32/tor-0.0.9.6-win32.exe.asc">sig</a>) Be sure to read the <a
+href="dist/win32/tor-0.0.9.6-win32.exe.asc">sig</a>)
+<a href="dist/win32/tor-0.1.0.1-rc-win32.exe">0.1.0.1-rc</a> (<a
+href="dist/win32/tor-0.1.0.1-rc-win32.exe.asc">sig</a>)
+Be sure to read the <a
href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a></li>
<li><b>Mac OS X</b> package (experimental):
<a href="dist/osx/Tor 0.0.9.6 Bundle.dmg">installer</a> (<a
-href="dist/osx/Tor 0.0.9.6 Bundle.dmg.asc">sig</a>) Be sure to read the <a
+href="dist/osx/Tor 0.0.9.6 Bundle.dmg.asc">sig</a>)
+<a href="dist/osx/Tor 0.1.0.1-rc Bundle.dmg">installer</a> (<a
+href="dist/osx/Tor 0.1.0.1-rc Bundle.dmg.asc">sig</a>)
+Be sure to read the <a
href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a></li>
<li><b>RPM</b> package (experimental):
-<a href="dist/rpm/tor-0.0.9.6-tor.0.fc1.i386.rpm">RPM</a>,
-<a href="dist/rpm/tor-0.0.9.6-tor.0.fc1.src.rpm">SRPM</a></li>
+<a href="dist/rpm/tor-0.0.9.6-tor.0.fc1.i386.rpm">0.0.9.6 RPM</a>,
+<a href="dist/rpm/tor-0.0.9.6-tor.0.fc1.src.rpm">0.0.9.6 SRPM</a>,
+<a href="dist/rpm/tor-0.1.0.1.rc-tor.0.fc1.i386.rpm">0.1.0.1.rc RPM</a>,
+<a href="dist/rpm/tor-0.1.0.1.rc-tor.0.fc1.src.rpm">0.1.0.1.rc SRPM</a>
+
+</li>
<li>Latest stable source: <a href="dist/tor-0.0.9.6.tar.gz">0.0.9.6</a>
(<a href="dist/tor-0.0.9.6.tar.gz.asc">sig</a>)</li>
+<li>Latest testing source: <a href="dist/tor-0.1.0.1-rc.tar.gz">0.1.0.1-rc</a>
+(<a href="dist/tor-0.1.0.1-rc.tar.gz.asc">sig</a>).
+You will <a href="cvs/tor/doc/tor-doc.html#installing">need
+libevent</a>. If you are brave enough to try
+building from source on Windows, you'll need this <a
+href="dist/win32/libevent-1.0b-tor.tar.gz">patched version of libevent</a>
+for now.
+</li>
</ul>
<p>General instructions for installing and configuring Tor are <a
@@ -110,9 +129,19 @@
If somebody sends details, we'll put links here.
</p>
-<!--
-<h2>Development releases</h2>
--->
+<hr />
+
+<h2>Testing releases</h2>
+
+<p>2005-03-28: Tor 0.1.0.1-rc <a
+href="http://archives.seul.org/or/talk/Mar-2005/msg00000.html">incorporates
+automatic reachability testing for servers (the first step to getting rid
+of the 'verified servers' notion), uses pthreads if available to reduce
+server memory footprint, uses libevent so we can use better polling
+interfaces when available, handles slow/busy hidden services better,
+supports https proxies for clients, and fleshes out our controller
+interface. It also fixes a bunch of minor but annoying bugs</a>.
+</p>
<hr />