summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-03-10 05:17:46 +0000
committerRoger Dingledine <arma@torproject.org>2008-03-10 05:17:46 +0000
commit80ac7afb2ebb7e1233bc903ac8f510dc8cc4ad5f (patch)
treece9c4d76338a0e2e49897b97201c0071e276a57e /ChangeLog
parent77edf15f0d12aa6706801588dcd319c66a5b5991 (diff)
downloadtor-80ac7afb2ebb7e1233bc903ac8f510dc8cc4ad5f.tar.gz
tor-80ac7afb2ebb7e1233bc903ac8f510dc8cc4ad5f.zip
If we set RelayBandwidthRate and RelayBandwidthBurst very high but
left BandwidthRate and BandwidthBurst at the default, we would be silently limited by those defaults. Now raise them to match the RelayBandwidth* values. svn:r13926
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efb2bf8d89..c62f037ac1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Changes in version 0.2.0.22-rc - 2008-03-??
+ o Minor bugfixes:
+ - If we set RelayBandwidthRate and RelayBandwidthBurst very high but
+ left BandwidthRate and BandwidthBurst at the default, we would be
+ silently limited by those defaults. Now raise them to match the
+ RelayBandwidth* values.
+
+
Changes in version 0.2.0.21-rc - 2008-03-02
o Major bugfixes:
- The control port should declare that it requires password auth