summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-01-27 09:13:19 +0000
committerRoger Dingledine <arma@torproject.org>2007-01-27 09:13:19 +0000
commit9057af692a9d3fa1802035e1cbdb9c098481b62e (patch)
treef55d8663f30c45c54d573ce44b96c7d845a9c535 /ChangeLog
parent9984cad6e86d65f4685fd1283bf1f1b4a4602f22 (diff)
downloadtor-9057af692a9d3fa1802035e1cbdb9c098481b62e.tar.gz
tor-9057af692a9d3fa1802035e1cbdb9c098481b62e.zip
Weight directory requests by advertised bandwidth. Now we can
let servers enable write limiting but still allow most clients to succeed at their directory requests. svn:r9433
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d47e963fb..8e0fdc78f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,6 +56,11 @@ Changes in version 0.1.2.7-alpha - 2007-??-??
has some room for it. (This can lead to slowdowns in tunneled dir
connectinos; a better solution will have to wait for 0.2.0.)
+ o Major features:
+ - Weight directory requests by advertised bandwidth. Now we can
+ let servers enable write limiting but still allow most clients to
+ succeed at their directory requests.
+
o Minor features:
- Create a new file ReleaseNotes which was the old ChangeLog. The
new ChangeLog file now includes the summaries for even development