aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-02-09 00:21:41 +0000
committerRoger Dingledine <arma@torproject.org>2007-02-09 00:21:41 +0000
commit0ad7dec59adb2f1f9cd1e09ade57c89a7fcedad6 (patch)
tree1bb580fde1f0ebd60e4473940e7eee6da91d150b /ChangeLog
parentec54857870c9d643cd2631403af46bcf174b04e0 (diff)
downloadtor-0ad7dec59adb2f1f9cd1e09ade57c89a7fcedad6.tar.gz
tor-0ad7dec59adb2f1f9cd1e09ade57c89a7fcedad6.zip
whitespace fixes
svn:r9539
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 12 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 44fa7ff0d3..e8b9b7487a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,20 +9,22 @@ Changes in version 0.1.2.8-alpha - 2007-??-??
we don't need to send a redundant CLOSED event. (Resolves part 3 of
bug 367.)
- Report events where a resolve succeeded or where we got a socks
- protocol error correctly, rather than calling both of them "INTERNAL".
+ protocol error correctly, rather than calling both of them
+ "INTERNAL".
o Minor bugfixes (other):
- - Display correct results when reporting which versions are recommended,
- and how recommended they are. (Resolves bug 383.)
- - Improve our estimates for directory bandwidth to be less random: guess
- that an unrecognized directory will have the average bandwidth from all
- known directories, not that it will have the average bandwidth from
- those directories earlier than it on the list.
+ - Display correct results when reporting which versions are
+ recommended, and how recommended they are. (Resolves bug 383.)
+ - Improve our estimates for directory bandwidth to be less random:
+ guess that an unrecognized directory will have the average bandwidth
+ from all known directories, not that it will have the average
+ bandwidth from those directories earlier than it on the list.
o Minor features:
- - Warn the user when an application uses the obsolete binary v0 control
- protocol. We're planning to remove support for it during the next
- development series, so it's good to give people some advance warning.
+ - Warn the user when an application uses the obsolete binary v0
+ control protocol. We're planning to remove support for it during
+ the next development series, so it's good to give people some
+ advance warning.
- Remove some never-implemented options. Mark PathlenCoinWeight as
obsolete.