summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-07-07 18:04:00 +0200
committerRoger Dingledine <arma@torproject.org>2009-07-27 23:53:06 -0400
commit3e454451045ae032f0e78e48f8f72c1592cc0658 (patch)
tree77389fabf0033bc96f7e7342977b0610f0e02471 /ChangeLog
parenta73acdd46f946a18f678167f2f8083cac18ebe01 (diff)
downloadtor-3e454451045ae032f0e78e48f8f72c1592cc0658.tar.gz
tor-3e454451045ae032f0e78e48f8f72c1592cc0658.zip
Changing MaxAdvertisedBW may not need a republish
Relays no longer publish a new server descriptor if they change their MaxAdvertisedBandwidth config option but it doesn't end up changing their advertised bandwidth numbers. Bugfix on 0.2.0.28-rc; fixes bug 1026. Patch from Sebastian.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2747420dd6..97972e8a12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@ Changes in version 0.2.1.19 - 2009-07-??
and confuse fewer users.
o Minor bugfixes:
+ - Relays no longer publish a new server descriptor if they change
+ their MaxAdvertisedBandwidth config option but it doesn't end up
+ changing their advertised bandwidth numbers. Bugfix on 0.2.0.28-rc;
+ fixes bug 1026. Patch from Sebastian.
- Avoid leaking memory every time we get a create cell but we have
so many already queued that we refuse it. Bugfix on 0.2.0.19-alpha;
fixes bug 1034. Reported by BarkerJr.