diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-01 20:27:41 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-01 20:27:41 +0000 |
commit | c534b96e585e33044a55d00e8e5633cb8503dee3 (patch) | |
tree | 0ac01dc23e1bb65827fa565a63e5d9eb805a6d94 /ChangeLog | |
parent | 0c9dfffe5a19da330f3c2b6daa33c40aa786ba06 (diff) | |
download | tor-c534b96e585e33044a55d00e8e5633cb8503dee3.tar.gz tor-c534b96e585e33044a55d00e8e5633cb8503dee3.zip |
Fix an assertion failure on double-marked circuits, and a double-mark.
svn:r17179
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Changes in version 0.2.1.7-alpha - 2008-10-xx +Changes in version 0.2.1.7-alpha - 2008-11-xx o Security fixes: - The "ClientDNSRejectInternalAddresses" config option wasn't being consistently obeyed: if an exit relay refuses a stream because its @@ -120,6 +120,8 @@ Changes in version 0.2.1.6-alpha - 2008-09-30 - Make TrackHostExit mappings expire a while after their last use, not after their creation. Patch from Robert Hogan. - Provide circuit purposes along with circuit events to the controller. + - Make the assert_circuit_ok() function work correctly on circuits that + have already been marked for close. o Minor bugfixes: - Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha. |