diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-28 04:14:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-28 04:14:22 +0000 |
commit | 270f591e5f38e729f2fa12b735832508b6531c76 (patch) | |
tree | 552cb225853178109321d104304b71cd6e1a549d /ChangeLog | |
parent | 1612df7b2c58ba775e3caaf3bf063f0598fd99f2 (diff) | |
download | tor-270f591e5f38e729f2fa12b735832508b6531c76.tar.gz tor-270f591e5f38e729f2fa12b735832508b6531c76.zip |
update changelog for the latest fixes
svn:r3908
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |