diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-22 03:07:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-22 03:07:49 +0000 |
commit | eee9db49a73df7b0cf884f2146cb0d4de6965244 (patch) | |
tree | 5208a66a1f143e9cd0d744e80724f1f2151287a0 | |
parent | 8b7f7052c5a42ed87136c9178ac251d02399c1cb (diff) | |
download | tor-eee9db49a73df7b0cf884f2146cb0d4de6965244.tar.gz tor-eee9db49a73df7b0cf884f2146cb0d4de6965244.zip |
interim 0.1.1.17-rc changelog
svn:r6222
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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 |