aboutsummaryrefslogtreecommitdiff
path: root/changes/bug10485
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-06 13:03:01 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-06 13:03:01 -0500
commitedc6fa25706534b35259111797fade88c9b694da (patch)
tree7eca3c9695e1e821332856b55623429162a77bf5 /changes/bug10485
parent35115496511f64c08849a039c926910739467169 (diff)
downloadtor-edc6fa25706534b35259111797fade88c9b694da.tar.gz
tor-edc6fa25706534b35259111797fade88c9b694da.zip
Deliver circuit handshake counts as part of the heartbeat
Previously, they went out once an hour, unconditionally. Fixes 10485; bugfix on 0.2.4.17-rc.
Diffstat (limited to 'changes/bug10485')
-rw-r--r--changes/bug104854
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10485 b/changes/bug10485
new file mode 100644
index 0000000000..7e5fa530e8
--- /dev/null
+++ b/changes/bug10485
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Move message about circuit handshake counts into the heartbeat
+ message where it belongs, instead of logging it once per hour
+ unconditionally. Fixes bug 10485; bugfix on 0.2.4.17-rc.