summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-04-11 03:43:41 +0000
committerRoger Dingledine <arma@torproject.org>2008-04-11 03:43:41 +0000
commit6322457b653bfd1840c02f76f55788044f0e46f9 (patch)
treea6e1a711e6fff11b1a4513fd088da9d927dcb184
parent09c798f3a75fce240f9deab096d92fd0fbb29174 (diff)
downloadtor-6322457b653bfd1840c02f76f55788044f0e46f9.tar.gz
tor-6322457b653bfd1840c02f76f55788044f0e46f9.zip
i've been forgetting to add my release blurbs to svn
svn:r14353
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4767cfcb97..6b92ae153e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,10 @@ Changes in version 0.2.0.24-rc - 2008-04-0?
Changes in version 0.2.0.23-rc - 2008-03-24
+ Tor 0.2.0.23-rc is the fourth release candidate for the 0.2.0 series. It
+ makes bootstrapping faster if the first directory mirror you contact
+ is down. The bundles also include the new Vidalia 0.1.2 release.
+
o Major bugfixes:
- When a tunneled directory request is made to a directory server
that's down, notice after 30 seconds rather than 120 seconds. Also,
@@ -26,6 +30,11 @@ Changes in version 0.2.0.23-rc - 2008-03-24
Changes in version 0.2.0.22-rc - 2008-03-18
+ Tor 0.2.0.22-rc is the third release candidate for the 0.2.0 series. It
+ enables encrypted directory connections by default for non-relays, fixes
+ some broken TLS behavior we added in 0.2.0.20-rc, and resolves many
+ other bugs. The bundles also include Vidalia 0.1.1 and Torbutton 1.1.17.
+
o Major features:
- Enable encrypted directory connections by default for non-relays,
so censor tools that block Tor directory connections based on their
@@ -87,6 +96,11 @@ Changes in version 0.2.0.22-rc - 2008-03-18
Changes in version 0.2.0.21-rc - 2008-03-02
+ Tor 0.2.0.21-rc is the second release candidate for the 0.2.0 series. It
+ makes Tor work well with Vidalia again, fixes a rare assert bug,
+ and fixes a pair of more minor bugs. The bundles also include Vidalia
+ 0.1.0 and Torbutton 1.1.16.
+
o Major bugfixes:
- The control port should declare that it requires password auth
when HashedControlSessionPassword is set too. Patch from Matt Edman;