diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-08 06:56:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-08 06:56:28 +0000 |
commit | cf4809258ebe59bf2fe8d701d4e538858fd39451 (patch) | |
tree | 917647e203f8f0b902471dcd5da52130b31cc61e /ChangeLog | |
parent | 1ce3713889201af031155cb815cc373569624985 (diff) | |
download | tor-cf4809258ebe59bf2fe8d701d4e538858fd39451.tar.gz tor-cf4809258ebe59bf2fe8d701d4e538858fd39451.zip |
forward-port the 0.1.0.17 changelog
svn:r6096
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 27 insertions, 1 deletions
@@ -16,7 +16,7 @@ Changes in version 0.1.1.14-alpha - 2006-02-20 meaning we were willing to pick trivial-bandwidth nodes for "fast" connections. - If the controller's SAVECONF command fails (e.g. due to file - permissions), let it know that it failed. + permissions), let the controller know that it failed. o Features: - If we're trying to be a Tor server and running Windows 95/98/ME @@ -816,6 +816,32 @@ Changes in version 0.1.1.1-alpha - 2005-06-29 test this? +Changes in version 0.1.0.17 - 2006-02-17 + o Crash bugfixes on 0.1.0.x: + - When servers with a non-zero DirPort came out of hibernation, + sometimes they would trigger an assert. + + o Other important bugfixes: + - On platforms that don't have getrlimit (like Windows), we were + artificially constraining ourselves to a max of 1024 + connections. Now just assume that we can handle as many as 15000 + connections. Hopefully this won't cause other problems. + + o Backported features: + - When we're a server, a client asks for an old-style directory, + and our write bucket is empty, don't give it to him. This way + small servers can continue to serve the directory *sometimes*, + without getting overloaded. + - Whenever you get a 503 in response to a directory fetch, try + once more. This will become important once servers start sending + 503's whenever they feel busy. + - Fetch a new directory every 120 minutes, not every 40 minutes. + Now that we have hundreds of thousands of users running the old + directory algorithm, it's starting to hurt a lot. + - Bump up the period for forcing a hidden service descriptor upload + from 20 minutes to 1 hour. + + Changes in version 0.1.0.16 - 2006-01-02 o Crash bugfixes on 0.1.0.x: - On Windows, build with a libevent patch from "I-M Weasel" to avoid |