diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-04-11 01:42:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-04-11 01:42:54 -0400 |
commit | ee3cc44f27b6620ad25a20bb16fcffe23ca66663 (patch) | |
tree | 4123415471a14f6cdfbb34992bccec4cd5297276 /changes | |
parent | 7f50af116f2497a73fe9113e814a5765047cf3ca (diff) | |
parent | 805ecb8719e5e66d708f040027fecc6de56b3a5b (diff) | |
download | tor-ee3cc44f27b6620ad25a20bb16fcffe23ca66663.tar.gz tor-ee3cc44f27b6620ad25a20bb16fcffe23ca66663.zip |
Merge remote-tracking branch 'public/bug7302' into maint-0.2.4
Conflicts:
src/or/status.c
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7302 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug7302 b/changes/bug7302 new file mode 100644 index 0000000000..fec615ff90 --- /dev/null +++ b/changes/bug7302 @@ -0,0 +1,11 @@ + o Minor bugfixes: + - Don't log inappropriate heartbeat messages when hibernating: a + hibernating node is _expected_ to drop out of the consensus, + decide it isn't bootstrapped, and so forth. Fixes part of bug + 7302; bugfix on 0.2.3.1-alpha. + + - Don't complain about bootstrapping problems while hibernating. + These complaints reflect a general code problems, but not one + with any problematic effects. (No connections are actually + opened.) Fixes part of bug 7302; bugfix on 0.2.3.2-alpha. + |