diff options
author | Roger Dingledine <arma@torproject.org> | 2005-02-03 23:55:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-02-03 23:55:49 +0000 |
commit | a662883dc4876b18fd3906aa7f543b6a9d7b42d5 (patch) | |
tree | fa6d9578e1cb2230648e3dfccf09fc7ce797c427 /ChangeLog | |
parent | 63938322a3f833a0cdab356effa62c5ad0d5266f (diff) | |
download | tor-a662883dc4876b18fd3906aa7f543b6a9d7b42d5.tar tor-a662883dc4876b18fd3906aa7f543b6a9d7b42d5.tar.gz |
forward-port the changelog
svn:r3541
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +Changes in version 0.0.9.4 - 2005-02-03 + o Bugfixes on 0.0.9: + - Fix an assert bug that took down most of our servers: when + a server claims to have 500 GB of bandwidthburst, don't + freak out. + - Don't crash as badly if we have spawned the max allowed number + of dnsworkers, or we're out of file descriptors. + - Block more file-sharing ports in the default exit policy. + - Give better a clearer message that they need to raise MaxConn + when they start running out of file descriptors. + - SGI Compatibility patches from Jan Schaumann. + - Tolerate a corrupt cached directory better. + - When a dirserver hasn't approved your server, list which one. + - Go into soft hibernation after 95% of the bandwidth is used, + not 99%. This is especially important for daily hibernators who + have a small accounting max. Hopefully it will result in fewer + cut connections when the hard hibernation starts. + - Load-balance better when using servers that claim more than + 800kB/s of capacity. + - Make NT services work (experimental, only used if compiled in). + + Changes in version 0.0.9.3 - 2005-01-21 o Bugfixes on 0.0.9: - Backport the cpu use fixes from main branch, so busy servers won't |