summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2013-03-26 14:22:23 -0700
committerNick Mathewson <nickm@torproject.org>2013-03-29 12:21:28 -0400
commit80d8fb23e39e16764447f608428356bd5c49e4c6 (patch)
treef699f2450f3f1ce31492008598f1bdae9d12b171 /changes
parent651e49713c38b8ec2bde285001e46b61c500d10c (diff)
downloadtor-80d8fb23e39e16764447f608428356bd5c49e4c6.tar.gz
tor-80d8fb23e39e16764447f608428356bd5c49e4c6.zip
Changes file for 8230, 8477 and 8419.
Diffstat (limited to 'changes')
-rw-r--r--changes/log-noise11
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/log-noise b/changes/log-noise
new file mode 100644
index 0000000000..bbbf0d2c0c
--- /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.