summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-03-28 04:14:22 +0000
committerRoger Dingledine <arma@torproject.org>2005-03-28 04:14:22 +0000
commit270f591e5f38e729f2fa12b735832508b6531c76 (patch)
tree552cb225853178109321d104304b71cd6e1a549d
parent1612df7b2c58ba775e3caaf3bf063f0598fd99f2 (diff)
downloadtor-270f591e5f38e729f2fa12b735832508b6531c76.tar.gz
tor-270f591e5f38e729f2fa12b735832508b6531c76.zip
update changelog for the latest fixes
svn:r3908
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c58990582..2415f5a33d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.1.0.1-rc1 - 2005-03-xx
+Changes in version 0.1.0.1-rc1 - 2005-03-28
o New features:
- Add reachability testing. Your Tor server will automatically try
@@ -91,6 +91,8 @@ Changes in version 0.1.0.1-rc1 - 2005-03-xx
and to take errno into account where possible.
o Bug fixes:
+ - Fix a race condition that can trigger an assert, when we have a
+ pending create cell and an OR connection fails right then.
- Fix several double-mark-for-close bugs, e.g. where we were finding
a conn for a cell even if that conn is already marked for close.
- Make sequence of log messages when starting on win32 with no config
@@ -120,6 +122,8 @@ Changes in version 0.1.0.1-rc1 - 2005-03-xx
series, but there are some recommended versions in a newer series.
A version is "new" if it is newer than any recommended version in
the same series.
+ - Stop most cases of hanging up on a socks connection without sending
+ the socks reject.
o Helpful fixes:
- Require BandwidthRate to be at least 20kB/s for servers