summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-10-10 13:39:41 -0400
committerRoger Dingledine <arma@torproject.org>2009-10-10 13:39:41 -0400
commit746a19e84d1abf2804f5b4fd8bc3353b162f854c (patch)
tree53cfb6480d2fad7a5fe96a803735378000906c8b /ChangeLog
parent047fdd4104800a46db32b043cecf0bc31d59cb70 (diff)
downloadtor-746a19e84d1abf2804f5b4fd8bc3353b162f854c.tar.gz
tor-746a19e84d1abf2804f5b4fd8bc3353b162f854c.zip
remove some dead code. some of it was tickling coverity.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 0 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 35441ae78c..8fd700fc6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,8 +25,6 @@ Changes in version 0.2.2.4-alpha - 2009-10-??
on 0.2.2.1-alpha.
- Fix two memory leaks in the error case of
circuit_build_times_parse_state. Bugfix on 0.2.2.2-alpha.
- - Make it explicit that we can't overflow in
- connection_ap_handshake_send_resolve. Bugfix on 0.0.7.1.
- Don't count one-hop circuits when we're estimating how long it
takes circuits to build on average. Otherwise we'll set our circuit
build timeout lower than we should. Bugfix on 0.2.2.2-alpha.