aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-04-24 05:43:43 -0400
committerRoger Dingledine <arma@torproject.org>2010-04-24 05:43:43 -0400
commitfeb8c1b5f67f2c6f4ffe049236e958d26ca5b376 (patch)
tree4c1d370f7653796674c31deb2139c6cdbc14586e /ChangeLog
parent8afc7d563ded50d6813ddf15a441b0063c6c0477 (diff)
downloadtor-feb8c1b5f67f2c6f4ffe049236e958d26ca5b376.tar
tor-feb8c1b5f67f2c6f4ffe049236e958d26ca5b376.tar.gz
bump to 0.2.2.13-alpha
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 11 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index eece4f7c4..bba44bc96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,18 @@
Changes in version 0.2.2.13-alpha - 2010-04-24
o Major bugfixes:
- - Relays now close idle circuits early if it looks like they were
- intended for directory fetches. Relays are also more aggressive
- about closing TLS connections that have no circuits on them. Such
- circuits are unlikely to be re-used, and tens of thousands of them
- were piling up at the fast relays, causing the relays to run out
- of sockets and memory. Bugfix on 0.2.0.22-rc (where clients started
- tunneling their directory fetches over TLS).
+ - Teach relays to defend themselves from connection overload. Relays
+ now close idle circuits early if it looks like they were intended
+ for directory fetches. Relays are also more aggressive about closing
+ TLS connections that have no circuits on them. Such circuits are
+ unlikely to be re-used, and tens of thousands of them were piling
+ up at the fast relays, causing the relays to run out of sockets
+ and memory. Bugfix on 0.2.0.22-rc (where clients started tunneling
+ their directory fetches over TLS).
o Minor features:
- - Finally get rid of the deprecated and now harmful notion of
- "clique mode", where directory authorities maintain TLS connections
- to every other relay.
+ - Finally get rid of the deprecated and now harmful notion of "clique
+ mode", where directory authorities maintain TLS connections to
+ every other relay.
- Directory authorities now do an immediate reachability check as soon
as they hear about a new relay. This change should slightly reduce
the time between setting up a relay and getting listed as running