diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-07-07 18:04:00 +0200 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-07-27 23:53:06 -0400 |
commit | 3e454451045ae032f0e78e48f8f72c1592cc0658 (patch) | |
tree | 77389fabf0033bc96f7e7342977b0610f0e02471 /ChangeLog | |
parent | a73acdd46f946a18f678167f2f8083cac18ebe01 (diff) | |
download | tor-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |