summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-12 13:15:08 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-12 13:15:08 -0400
commiteb68ea20f833b4ced42fdfa008c6ec3d0a07c847 (patch)
treeccd3d16218996f4fbf055d0699563a9282246222 /changes
parentb3281fc6d634ac32c6ce591313600b0ed56a9347 (diff)
parentd29a8ad564757866dee8d2cbd940c5028a03f2e3 (diff)
downloadtor-eb68ea20f833b4ced42fdfa008c6ec3d0a07c847.tar.gz
tor-eb68ea20f833b4ced42fdfa008c6ec3d0a07c847.zip
Merge remote-tracking branch 'public/feature15212_026' into maint-0.2.6
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket152126
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket15212 b/changes/ticket15212
new file mode 100644
index 0000000000..2c41e3865c
--- /dev/null
+++ b/changes/ticket15212
@@ -0,0 +1,6 @@
+ o Minor features (heartbeat):
+
+ - On relays, report how many connections we negotiated using each
+ version of the Tor link protocols. This information will let us
+ know if removing support for very old versions of the Tor
+ protocols is harming the network. Closes ticket 15212.