summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-14 20:02:00 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-14 20:02:00 +0000
commitc41a27ecece1cc282473c8b49974c9a9934c3962 (patch)
tree10f9445f1c3f97bf8fa80f00461a05d3a5261543 /ChangeLog
parent746980bba7239fd16c5aee82a7e5b079028d5bf1 (diff)
downloadtor-c41a27ecece1cc282473c8b49974c9a9934c3962.tar.gz
tor-c41a27ecece1cc282473c8b49974c9a9934c3962.zip
minimal (i think) backport of r17625
svn:r17626
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c15673f667..6223af47ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
Changes in version 0.2.0.33 - 200?-??-??
+ o Major bugfixes:
+ - When a stream at an exit relay is in state "resolving" or
+ "connecting" and it receives an "end" relay cell, the exit relay
+ would silently ignore the end cell and not close the stream. If
+ the client never closes the circuit, then the exit relay never
+ closes the TCP connection. Bug introduced in Tor 0.1.2.1-alpha;
+ reported by "wood".
+
o Minor bugfixes:
- Do not mark smartlist_bsearch_idx() function as ATTR_PURE. This bug
could make gcc generate non-functional binary search code. Bugfix