aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-14 14:02:42 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-14 14:02:42 -0500
commit691dec5d4615dec9a845d0f7dea7ef55cc66fe62 (patch)
tree9801540d5b511be02947edea4437b59c7cb6aac7 /changes
parent99947c3ce0a34f8a2dd8c201f8ef348666da403a (diff)
parent9d9e71824cc228123aebd28b7b08fb9fb30d36b1 (diff)
downloadtor-691dec5d4615dec9a845d0f7dea7ef55cc66fe62.tar.gz
tor-691dec5d4615dec9a845d0f7dea7ef55cc66fe62.zip
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug289206
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug28920 b/changes/bug28920
new file mode 100644
index 0000000000..e698686a6d
--- /dev/null
+++ b/changes/bug28920
@@ -0,0 +1,6 @@
+ o Minor bugfixes (logging):
+ - Rework rep_hist_log_link_protocol_counts() to iterate through all link
+ protocol versions when logging incoming/outgoing connection counts. Tor
+ no longer skips version 5 and we don't have to remember to update this
+ function when new link protocol version is developed. Fixes bug 28920;
+ bugfix on 0.2.6.10.