bf9d72cf82a9a22a5d727252cb2d50cdf4eb86c2
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: Download</title>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

7)   <meta name="Author" content="Roger Dingledine" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

11) </head>
12) 
13) <body>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

14) 
15) <!-- TITLE BAR & NAVIGATION -->
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

16) 
17) <table class="banner" border="0" cellpadding="0" cellspacing="0">
18)     <tr>
19)         <td class="banner-left"></td>
20)         <td class="banner-middle">
21)             <a href="index.html">Home</a>
22)           | <a href="howitworks.html">How It Works</a>
23)           | <a class="current">Download</a>
24)           | <a href="documentation.html">Docs</a>
25)           | <a href="users.html">Users</a>
26)           | <a href="faq.html">FAQs</a>
27)           | <a href="contribute.html">Contribute</a>
28)           | <a href="developers.html">Developers</a>
29)           | <a href="research.html">Research</a>
30)           | <a href="people.html">People</a>
31)         </td>
32)         <td class="banner-right"></td>
33)     </tr>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

34) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

35) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

36) <!-- END TITLE BAR & NAVIGATION -->
37) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

38) <div class="center">
39) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

40) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

41) 
42) <h2>Tor: Packages and source</h2>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

43) <hr />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

44) 
Roger Dingledine tor is no longer a network-...

Roger Dingledine authored 19 years ago

45) <p>Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
46) under the <a href="cvs/tor/LICENSE">3-clause BSD license</a>.</p>
Roger Dingledine mention our license promine...

Roger Dingledine authored 19 years ago

47) 
Roger Dingledine highlight packages for thin...

Roger Dingledine authored 19 years ago

48) <p>You can get the latest release from the <a href="dist/">download
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

49) directory</a>. The latest development release is <b>0.1.0.9-rc</b>, and the
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

50) latest stable release is <b>0.0.9.9</b>. Tor should run on Linux,
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

51) BSD, OS X, Win32, Solaris, and more.</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

52) <ul>
Roger Dingledine highlight packages for thin...

Roger Dingledine authored 19 years ago

53) <li><b>Win32</b> installer (experimental):
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

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>)
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

56) <a href="dist/win32/tor-0.0.9.9-win32.exe">0.0.9.9</a> (<a
57) href="dist/win32/tor-0.0.9.9-win32.exe.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

58) Be sure to read the <a
Roger Dingledine clean up download page some...

Roger Dingledine authored 19 years ago

59) href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li>
Roger Dingledine clean up the link to the rc...

Roger Dingledine authored 19 years ago

60) <li><b>Mac OS X</b> installer (experimental):
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

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>)
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

63) <a href="dist/osx/Tor 0.0.9.9 Bundle.dmg">0.0.9.9</a> (<a
64) href="dist/osx/Tor 0.0.9.9 Bundle.dmg.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

65) Be sure to read the <a
Roger Dingledine clean up download page some...

Roger Dingledine authored 19 years ago

66) href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li>
Roger Dingledine highlight packages for thin...

Roger Dingledine authored 19 years ago

67) <li><b>RPM</b> package (experimental):
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

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>),
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

72) <a href="dist/rpm/tor-0.0.9.9-tor.0.fc1.i386.rpm">0.0.9.9 RPM</a>,
73) <a href="dist/rpm/tor-0.0.9.9-tor.0.fc1.src.rpm">0.0.9.9 SRPM</a>
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

74) </li>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

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>).
Thomas Sjögren download.html - point libev...

Thomas Sjögren authored 19 years ago

77) You will <a href="http://www.monkey.org/~provos/libevent/">need
Roger Dingledine correct now-false statement...

Roger Dingledine authored 19 years ago

78) libevent</a>. If you are brave enough to try building from source on
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

79) Windows, you'll need libevent 1.0c or later.</li>
80) <li>Latest stable source: <a href="dist/tor-0.0.9.9.tar.gz">0.0.9.9</a>
81) (<a href="dist/tor-0.0.9.9.tar.gz.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

82) </li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

83) </ul>
84) 
Roger Dingledine link to the win32 instructions

Roger Dingledine authored 19 years ago

85) <p>General instructions for installing and configuring Tor are <a
Roger Dingledine mention the instructions on...

Roger Dingledine authored 19 years ago

86) href="cvs/tor/doc/tor-doc.html#installing">here</a>.
87) </p>
88) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

89) <p>See the <a href="developers.html">developers page</a> for instructions
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

90) on fetching Tor from CVS.
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

91) </p>
92) 
93) <p>
94) Old releases are <a href="dist/obsolete/">here</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

95) </p>
96) 
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

97) <hr />
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

98) 
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

99) <p><b>Debian packages</b> have been uploaded to the set of official unstable
Thomas Sjögren download.html - debian got...

Thomas Sjögren authored 19 years ago

100) Debian packages.  If you are running stable (sarge) or testing (sid), you
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

101) must first add these lines to <code>/etc/apt/sources.list</code>:</p>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

102) 
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

103) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

104) deb http://mirror.noreply.org/pub/tor stable main<br />
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

105) deb-src http://mirror.noreply.org/pub/tor stable main
106) </code></p>
107) 
108) <p>To install the packages, issue the following commands:</p>
109) 
110) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

111) $ apt-get update<br />
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

112) $ apt-get install tor
113) </code></p>
114) 
115) <p>Packages for the <b>development</b> version of Tor are available as well.  To install these,
116) add the following lines to <code>/etc/apt/sources.list</code>:</p>
117) 
118) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

119) deb http://mirror.noreply.org/pub/tor experimental main<br />
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

120) deb-src http://mirror.noreply.org/pub/tor experimental main
121) </code></p>
122) 
123) <p>Then issue the following commands:</p>
124) 
125) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

126) $ apt-get update<br />
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

127) $ apt-get install -t experimental tor
128) </code></p>
129) 
130) <p>Packages
131) for architectures other than i386 can be added on <a
132) href="mailto:weasel@debian.org">demand</a>.</p>
Thomas Sjögren download.html - point OBSD...

Thomas Sjögren authored 19 years ago

133) <p>
134) A guide to chrooting is available <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorInChroot">in the Wiki</a>. </p>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

135) <hr />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

136) 
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

137) <p><b>FreeBSD</b>: <!--<tt>portinstall -s security/tor</tt> -->
138) ports are obsolete, please install from source.
139) </p>
Roger Dingledine link to matthias's chrootin...

Roger Dingledine authored 19 years ago

140) 
Thomas Sjögren download.html - point OBSD...

Thomas Sjögren authored 19 years ago

141) <p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guide to chrooting</a>)</p>
Roger Dingledine instructions for the freebs...

Roger Dingledine authored 19 years ago

142) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

143) <p><b>NetBSD</b>: <tt>cd /usr/pkgsrc/net/tor &amp;&amp; make install</tt></p>
144) 
Roger Dingledine point at the actual gentoo...

Roger Dingledine authored 19 years ago

145) <p><b>Gentoo</b>: <tt>emerge tor</tt> (<a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">guide</a>)</p>
Roger Dingledine add gentoo install directions

Roger Dingledine authored 19 years ago

146) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

147) <p><b>Other packages</b> for other platforms are rumored to exist.
Roger Dingledine remove reference to obsolet...

Roger Dingledine authored 19 years ago

148) If somebody sends details, we'll put links here.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

149) </p>
150) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

151) <hr />
152) 
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

153) <h2>Mirrors</h2>
154) 
155) <p>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

156) If you are running a mirror please email
157) <a href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a>
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

158) and we'll add it to the list.
159) </p>
160) 
161) <p>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

162) Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a>
Thomas Sjögren Add Meulie.net mirror

Thomas Sjögren authored 19 years ago

163)  | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)<br />
164) Meulie.net (<a href="http://tor.meulie.net/">http</a>)
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

165) </p>
166) 
167) <hr />
168) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

169) <h2>Testing releases</h2>
170) 
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

171) <p>2005-06-09: Tor 0.1.0.9-rc <a
Roger Dingledine update link to announce

Roger Dingledine authored 19 years ago

172) href="http://archives.seul.org/or/talk/Jun-2005/msg00090.html">
173) fixes some memory bloating, disables threads on Solaris, and includes
174) some important security fixes for Win32</a>.
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

175) </p>
176) 
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

177) <p>2005-05-23: Tor 0.1.0.8-rc <a
Roger Dingledine fix changelog url

Roger Dingledine authored 19 years ago

178) href="http://archives.seul.org/or/talk/May-2005/msg00095.html">
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

179) makes Tor no longer induce kernel panics on OS X 10.3.9, disables
180) threading on OpenBSD, and fixes other odds and ends</a>.
181) </p>
182) 
Roger Dingledine ready website for 0.1.0.7-rc

Roger Dingledine authored 19 years ago

183) <p>2005-05-17: Tor 0.1.0.7-rc <a
Roger Dingledine fix link

Roger Dingledine authored 19 years ago

184) href="http://archives.seul.org/or/talk/May-2005/msg00056.html">fixes
Roger Dingledine ready website for 0.1.0.7-rc

Roger Dingledine authored 19 years ago

185) an install problem with OS X on Tiger, and finds and links and runs
186) libevent much better on weird platforms</a>.
187) </p>
188) 
Roger Dingledine point to 0.1.0.6 on downloa...

Roger Dingledine authored 19 years ago

189) <p>2005-05-14: Tor 0.1.0.6-rc <a
Roger Dingledine fix archive url

Roger Dingledine authored 19 years ago

190) href="http://archives.seul.org/or/talk/May-2005/msg00044.html">fixes
Roger Dingledine point to 0.1.0.6 on downloa...

Roger Dingledine authored 19 years ago

191) the last known major bugs: we don't use threading on netbsd now, and the
192) new libevent detects and disables the broken kqueue that ships with OS
193) X 10.4.0</a>.
194) </p>
195) 
Roger Dingledine update download page for 0....

Roger Dingledine authored 19 years ago

196) <p>2005-04-27: Tor 0.1.0.5-rc <a
197) href="http://archives.seul.org/or/talk/Apr-2005/msg00201.html">has a
198) few stability fixes (in particular, libevent 1.0d has a serious crash bug,
199) so now we incorporate libevent 1.0e), add https authenticator support,
200) and some performance improvements</a>.
201) </p>
202) 
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

203) <p>2005-04-23: Tor 0.1.0.4-rc <a
Roger Dingledine fix url for 0.1.0.4 release...

Roger Dingledine authored 19 years ago

204) href="http://archives.seul.org/or/talk/Apr-2005/msg00179.html">fixes
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

205) some more stability problems, including a bug that's been taking down
206) a lot of servers suddenly</a>.
207) </p>
208) 
Roger Dingledine point to 0.1.0.3-rc

Roger Dingledine authored 19 years ago

209) <p>2005-04-08: Tor 0.1.0.3-rc <a
210) href="http://archives.seul.org/or/talk/Apr-2005/msg00065.html">makes
211) some performance improvements, makes Tor tolerate more clock skew,
212) and fixes a bunch more bugs</a>.
213) </p>
214) 
Roger Dingledine tell download page about 0....

Roger Dingledine authored 19 years ago

215) <p>2005-04-01: Tor 0.1.0.2-rc <a
216) href="http://archives.seul.org/or/talk/Apr-2005/msg00000.html">makes
217) reachability detection work better, and fixes some other problems</a>.
218) </p>
219) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

220) <p>2005-03-28: Tor 0.1.0.1-rc <a
Roger Dingledine clean up the link to the rc...

Roger Dingledine authored 19 years ago

221) href="http://archives.seul.org/or/talk/Mar-2005/msg00147.html">incorporates
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

222) automatic reachability testing for servers (the first step to getting rid
223) of the 'verified servers' notion), uses pthreads if available to reduce
224) server memory footprint, uses libevent so we can use better polling
225) interfaces when available, handles slow/busy hidden services better,
226) supports https proxies for clients, and fleshes out our controller
227) interface. It also fixes a bunch of minor but annoying bugs</a>.
228) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

229) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

230) <hr />
Roger Dingledine break download.html into tw...

Roger Dingledine authored 19 years ago

231) 
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

232) <h2>Stable releases</h2>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

233) 
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

234) <p>2005-04-23:
235) Tor 0.0.9.9 has a <a
Roger Dingledine fix mistake in 0.0.9.9 anno...

Roger Dingledine authored 19 years ago

236) href="http://archives.seul.org/or/announce/Apr-2005/msg00002.html">fix
237) for an assert trigger that happens when servers get weird TLS certs
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

238) from clients</a>.
239) </p>
240) 
Roger Dingledine mention 0.0.9.8 on the website

Roger Dingledine authored 19 years ago

241) <p>2005-04-07:
242) Tor 0.0.9.8 has a <a
243) href="http://archives.seul.org/or/announce/Apr-2005/msg00001.html">workaround
244) for a rare bug (reported by Alex de Joode) that makes servers stop
245) processing new circuits</a>.
246) </p>
247) 
Roger Dingledine tell download.html about 0....

Roger Dingledine authored 19 years ago

248) <p>2005-04-01:
249) Tor 0.0.9.7 fixes <a
250) href="http://archives.seul.org/or/announce/Apr-2005/msg00000.html">another
251) server race crash bug, and also fixes a bug where we would refuse to
252) extend to an unknown server</a>.
253) </p>
254) 
Roger Dingledine update website to point to...

Roger Dingledine authored 19 years ago

255) <p>2005-03-24:
256) Tor 0.0.9.6 fixes <a
257) href="http://archives.seul.org/or/announce/Mar-2005/msg00000.html">yet
258) more server stability problems</a>.
259) </p>
260) 
Roger Dingledine add 0.0.9.5 to the website

Roger Dingledine authored 19 years ago

261) <p>2005-02-22:
262) Tor 0.0.9.5 fixes <a
263) href="http://archives.seul.org/or/announce/Feb-2005/msg00001.html">an
264) assert race at exit nodes when resolve requests fail, and cleans up
265) a few other bugs</a>.
266) </p>
267) 
Roger Dingledine point to our 0.0.9.4 source...

Roger Dingledine authored 19 years ago

268) <p>2005-02-03:
269) Tor 0.0.9.4 fixes <a
Roger Dingledine point to the right or-annou...

Roger Dingledine authored 19 years ago

270) href="http://archives.seul.org/or/announce/Feb-2005/msg00000.html">a
Roger Dingledine point to our 0.0.9.4 source...

Roger Dingledine authored 19 years ago

271) server bug that took down most of the network. It also makes us more
272) robust to running out of file descriptors</a>.
273) </p>
274) 
Roger Dingledine update website to point to...

Roger Dingledine authored 19 years ago

275) <p>2005-01-21:
276) Tor 0.0.9.3 improves <a
277) href="http://archives.seul.org/or/announce/Jan-2005/msg00001.html">cpu
278) usage, works better when the network was offline and you try to use Tor,
279) and makes hidden services less unbearable</a>.
280) </p>
281) 
Roger Dingledine update frontpage and downlo...

Roger Dingledine authored 19 years ago

282) <p>2005-01-04:
283) Tor 0.0.9.2 fixes <a
Roger Dingledine move the source tarball to...

Roger Dingledine authored 19 years ago

284) href="http://archives.seul.org/or/announce/Jan-2005/msg00000.html">many
Roger Dingledine update frontpage and downlo...

Roger Dingledine authored 19 years ago

285) more bugs</a>.
286) </p>
287) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

288) <p>2004-12-16:
Roger Dingledine link to 0.0.9.1

Roger Dingledine authored 19 years ago

289) Tor 0.0.9.1 fixes <a
290) href="http://archives.seul.org/or/announce/Dec-2004/msg00001.html">a
291) few minor bugs in 0.0.9</a>.
292) </p>
293) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

294) <p>2004-12-12:
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

295) Tor 0.0.9 adds <a
296) href="http://archives.seul.org/or/announce/Dec-2004/msg00000.html">a
297) win32 installer, better
298) circuit building algorithms, bandwidth accounting and hibernation,
299) more efficient directory fetching, and support for a separate Tor GUI
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

300) controller program (once somebody writes one)</a>.
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

301) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

302) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

303) <p>2004-10-14:
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

304) Tor 0.0.8.1 fixes <a
305) href="http://archives.seul.org/or/announce/Oct-2004/msg00000.html">a
306) remotely triggerable crash bug, and has several other stability
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

307) improvements</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

308) </p>
309) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

310) <p>2004-08-25:
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

311) Tor 0.0.8 adds <a
312) href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory
313) caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks
314) routers by bandwidth, handles firewalls better, handles dynamic IPs for
315) servers, makes use of unverified servers in some path positions, and fixes
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

316) many bugs</a>.
317) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

318) 
Roger Dingledine clean up download page some...

Roger Dingledine authored 19 years ago

319) <hr />
320) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

321) <p>You can read the <a href="cvs/tor/ChangeLog">ChangeLog</a> for more
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

322) details.</p>
323) 
324)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

325) </div>
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

326)   <div class="bottom" id="bottom">
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

327)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

328)      $Id$
329)   </div>