diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-02-25 12:25:57 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-02-25 12:33:15 +0100 |
commit | 2917c0596c82a79ab814f30a43968bf78da8c3a9 (patch) | |
tree | 64c42f5848090d4ba371a479b75e8118706c4c62 /ChangeLog | |
parent | c8f154e173df57992cfa85475944a03b6d882f01 (diff) | |
download | tor-2917c0596c82a79ab814f30a43968bf78da8c3a9.tar tor-2917c0596c82a79ab814f30a43968bf78da8c3a9.tar.gz |
Restrict PerConnBWRate|Burst to INT32_MAX, update manpage
All other bandwidthrate settings are restricted to INT32_MAX, but
this check was forgotten for PerConnBWRate and PerConnBWBurst. Also
update the manpage to reflect the fact that specifying a bandwidth
in terabytes does not make sense, because that value will be too
large.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ Changes in version 0.2.2.10-alpha - 2010-??-?? - Fix a dereference-then-NULL-check sequence when publishing descriptors. Bugfix on tor-0.2.1.5-alpha. Discovered by ekir, fixes bug 1255. + - Disallow values larger than INT32_MAX for PerConnBWRate|Burst + config option. Bugfix on 0.2.2.7-alpha. Changes in version 0.2.2.9-alpha - 2010-02-22 o Directory authority changes: |