From eee9db49a73df7b0cf884f2146cb0d4de6965244 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 22 Mar 2006 03:07:49 +0000 Subject: [PATCH] interim 0.1.1.17-rc changelog svn:r6222 --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index ea05d36321..0b53da2701 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +Changes in version 0.1.1.17-rc - 2006-03-xx + o Major fixes: + - Clients and servers since 0.1.1.10-alpha have been expiring + connections whenever they are idle for 5 minutes and they *do* + have circuits on them. Oops. With this new version, clients will + discard entry guards and avoid choosing entry guards running these + flawed versions. + + o Little fixes: + - Resume building on irix64, netbsd 2.0, etc. + - Fix memory leak when uncompressing concatenated zlib streams. + - Make the v2 dir's "Fast" flag based on median capacity, just like + "Stable" is based on median uptime. Name everything in the top + 7/8 Fast, and only the top 1/2 gets to be a Guard. + + o Add lefkada.eecs.harvard.edu as a fourth authoritative directory + server. + + o New config options rather than constants in the code: + - SocksTimeout: How long do we let a socks connection wait + unattached before we fail it? + - CircuitBuildTimeout: Cull non-open circuits that were born + at least this many seconds ago. + - CircuitIdleTimeout: Cull open clean circuits that were born + at least this many seconds ago. + + Changes in version 0.1.1.16-rc - 2006-03-18 o Bugfixes on 0.1.1.15-rc: - Fix assert when the controller asks to attachstream a connect-wait