diff options
author | teor <teor@torproject.org> | 2019-01-08 18:21:10 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-01-08 18:21:10 +1000 |
commit | 85c598cbc2d4ca1a7c729864002b5b222980ce19 (patch) | |
tree | ccc194275e00fc9c1c5d6dc27c9d1cca405a7ea0 /changes/bug29017 | |
parent | b5fdb91adaad7fd863856ad505665908bd24ea15 (diff) | |
download | tor-85c598cbc2d4ca1a7c729864002b5b222980ce19.tar.gz tor-85c598cbc2d4ca1a7c729864002b5b222980ce19.zip |
stats: Make PaddingStatistics depend on ExtraInfoStatistics
When ExtraInfoStatistics is 0, stop including PaddingStatistics in
relay and bridge extra-info documents.
Fixes bug 29017; bugfix on 0.3.1.1-alpha.
Diffstat (limited to 'changes/bug29017')
-rw-r--r-- | changes/bug29017 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug29017 b/changes/bug29017 new file mode 100644 index 0000000000..5c4a53c43f --- /dev/null +++ b/changes/bug29017 @@ -0,0 +1,4 @@ + o Minor bugfixes (stats): + - When ExtraInfoStatistics is 0, stop including PaddingStatistics in + relay and bridge extra-info documents. Fixes bug 29017; + bugfix on 0.3.1.1-alpha. |