diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-27 10:46:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-27 16:18:35 -0400 |
commit | b252ffa7cb641398ee19886f71380cd6190bcebc (patch) | |
tree | 07eb7d86613d41cd629f269c2d161b743ee4b0d9 /changes | |
parent | bffe0d3ccc6b49975eae9173b0c1c465d40d2dbf (diff) | |
download | tor-b252ffa7cb641398ee19886f71380cd6190bcebc.tar.gz tor-b252ffa7cb641398ee19886f71380cd6190bcebc.zip |
Downgrade path-bias warning messages to INFO for now.
We've had over two months to fix them, and didn't. Now we need
0.2.3.x stable. Yes, it would be cool to get this working in
0.2.3.x, but not at the expense of delaying every other feature that
_does_ work in 0.2.3.x. We can do a real fix in 0.2.4.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/disable_pathbias_messages | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/disable_pathbias_messages b/changes/disable_pathbias_messages new file mode 100644 index 0000000000..3bc996347b --- /dev/null +++ b/changes/disable_pathbias_messages @@ -0,0 +1,3 @@ + o Disabeled features + - Downgrade path-bias warning messages to INFO. We'll try to get them + working better in 0.2.4. Fixes bug 6475; bugfix on 0.2.3.17-beta. |