aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-24 09:33:58 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-24 09:33:58 -0400
commit54559e5845f42c51600b80de6b67467627451fcb (patch)
treee401a2ff21c6e8b74401e57d1acfbd57c59876bc /changes
parentea9472d085b1344eb3abc3f9e644beff184cbce3 (diff)
parent355f78364a7d1fa3c2de0a93e68153ae65526e02 (diff)
downloadtor-54559e5845f42c51600b80de6b67467627451fcb.tar.gz
tor-54559e5845f42c51600b80de6b67467627451fcb.zip
Merge remote-tracking branch 'teor/bug18351'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug183516
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18351 b/changes/bug18351
new file mode 100644
index 0000000000..f2e21eabd9
--- /dev/null
+++ b/changes/bug18351
@@ -0,0 +1,6 @@
+ o Minor bugfixes (logging):
+ - Downgrade logs and backtraces about IP versions to
+ info-level. Only log backtraces once each time tor runs.
+ Assists in diagnosing bug 18351; bugfix on c3cc8e16e in
+ tor-0.2.8.1-alpha.
+ Reported by "sysrqb" and "Christian", patch by "teor".