diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-07-23 14:07:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-07-23 14:07:26 +0000 |
commit | cc46b232485b192d988bc6ef9ffbfcb88e630491 (patch) | |
tree | d1f5875f1f48a3d72bbc58cacb903998d3460d4e /ChangeLog | |
parent | 087094961b0ba75435fe5bdfab0788b0e3b5293c (diff) | |
download | tor-cc46b232485b192d988bc6ef9ffbfcb88e630491.tar.gz tor-cc46b232485b192d988bc6ef9ffbfcb88e630491.zip |
r17308@aud-055: nickm | 2008-07-23 15:57:41 +0200
In connection_edge_destroy, send a stream status control event when we have an AP connection. Previously, we would send an event when the connection was AP and non-AP at the same time. This didn't work so well. Patch from Anonymous Remailer (Austria). Backport candidate.
svn:r16143
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,11 @@ Changes in version 0.2.1.3-alpha - 2008-07-xx don't reschedule publication of the next descriptor. Fixes bug 763. Bugfix on 0.0.9.3. + o Minor bugfixes (controller): + - When closing an application-side connection because its circuit + is getting torn down, generate the stream event correctly. + Bugfix on 0.1.2.x. Anonymous patch. + o Removed features - Remove all backward-compatibility code to support servers running versions of Tor so old as to no longer work at all on the Tor network. |