]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 8230, 8477 and 8419.
authorMike Perry <mikeperry-git@fscked.org>
Tue, 26 Mar 2013 21:22:23 +0000 (14:22 -0700)
committerNick Mathewson <nickm@torproject.org>
Fri, 29 Mar 2013 16:21:28 +0000 (12:21 -0400)
changes/log-noise [new file with mode: 0644]

diff --git a/changes/log-noise b/changes/log-noise
new file mode 100644 (file)
index 0000000..bbbf0d2
--- /dev/null
@@ -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.