aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-06 18:21:16 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-06 18:21:16 +0000
commit6e2946fb5d59595278bd0f0ef0aa4e092905dc97 (patch)
treeb15be8263a11c0f2ac3abdee4cb53729453eea90 /ChangeLog
parenta869574c564440c79a40b0d2019ad0a6c8b24174 (diff)
downloadtor-6e2946fb5d59595278bd0f0ef0aa4e092905dc97.tar
tor-6e2946fb5d59595278bd0f0ef0aa4e092905dc97.tar.gz
r17949@catbus: nickm | 2008-02-06 13:21:12 -0500
Fix bandwidth bucked calculations again, I think. Bugfix on 0.1.2.x. Backport candidate. svn:r13406
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1007f4cc2..fc290b35f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,8 @@ Changes in version 0.2.0.19-alpha - 2008-02-??
- If an attempt to launch a DNS resolve request over the control
port fails because we have overrun the limit on the number of
connections, tell the controller that the request has failed.
+ - Avoid using too little bandwidth when Tor skips a few seconds. Bugfix
+ on 0.1.2.x.
o Code simplifications and refactoring:
- Remove some needless generality from cpuworker code, for improved