aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-03-02 22:29:04 +0000
committerRoger Dingledine <arma@torproject.org>2008-03-02 22:29:04 +0000
commit5bf0a01011f1505dbe9ff3d03343001b9ff0cb0a (patch)
tree0fab6130bbee93469b087210ea611b2c5659314b /ChangeLog
parentcf3e1b13095cbfcbda3f56f65a88a3ace3e8ad6d (diff)
downloadtor-5bf0a01011f1505dbe9ff3d03343001b9ff0cb0a.tar
tor-5bf0a01011f1505dbe9ff3d03343001b9ff0cb0a.tar.gz
forward-port r13799 and the 0.2.0.21-rc changelog
svn:r13808
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82ccb07d9..8d3ac9665 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,25 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
Bugfix on 0.2.0.20-rc.
+Changes in version 0.2.0.21-rc - 2008-03-02
+ o Major bugfixes:
+ - The control port should declare that it requires password auth
+ when HashedControlSessionPassword is set too. Patch from Matt Edman;
+ bugfix on 0.2.0.20-rc. Fixes bug 615.
+ - Downgrade assert in connection_buckets_decrement() to a log message.
+ This may help us solve bug 614, and in any case will make its
+ symptoms less severe. Bugfix on 0.2.0.20-rc. Reported by fredzupy.
+ - We were sometimes miscounting the number of bytes read from the
+ network, causing our rate limiting to not be followed exactly.
+ Bugfix on 0.2.0.16-alpha. Reported by lodger.
+
+ o Minor bugfixes:
+ - Fix compilation with OpenSSL 0.9.8 and 0.9.8a. All other supported
+ OpenSSL versions should have been working fine. Diagnosis and patch
+ from lodger, Karsten Loesing and Sebastian Hahn. Fixes bug 616.
+ Bugfix on 0.2.0.20-rc.
+
+
Changes in version 0.2.0.20-rc - 2008-02-24
Tor 0.2.0.20-rc is the first release candidate for the 0.2.0 series. It
makes more progress towards normalizing Tor's TLS handshake, makes