diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-29 12:24:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-29 12:24:45 -0400 |
commit | 8e05001dc60f6dc1e803f19e33cc2ccad12efc82 (patch) | |
tree | c03457ff8858e65b9ad3b49051f7c32db0131113 /changes | |
parent | 33f86faa5a20c3c2b7c6be386186bb01b5883739 (diff) | |
parent | 9117b142186941f99eae8e07626f12f0b60acd44 (diff) | |
download | tor-8e05001dc60f6dc1e803f19e33cc2ccad12efc82.tar tor-8e05001dc60f6dc1e803f19e33cc2ccad12efc82.tar.gz |
Merge branch '0.2.4-lognoise-fixes-rebased' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/log-noise | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/log-noise b/changes/log-noise new file mode 100644 index 000000000..bbbf0d2c0 --- /dev/null +++ b/changes/log-noise @@ -0,0 +1,11 @@ + o Minor bugfixes (log message reduction) + - Fix a path state issue that triggered a notice during relay startup. + Fixes bug #8320; bugfix on 0.2.4.10-alpha. + - Reduce occurrences of warns about circuit purpose in + connection_ap_expire_building(). Fixes bug #8477; bugfix on + 0.2.4.11-alpha. + - Fix a directory authority warn caused when we have a large amount + of badexit bandwidth. Fixes bug #8419; bugfix on 0.2.2.10-alpha. + - Reduce a path bias length check notice log to info. The notice + is triggered when creating controller circuits. Fixes bug #8196; + bugfix on 0.2.4.8-alpha. |