summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-11 12:11:42 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-11 12:11:42 -0400
commita368cadf9514cf31deebed8613c4fd833b1448bf (patch)
tree7d2030bcf0ca3ed19386e19315523516160c7b10 /changes
parent6247f5a5ba6d300cd64a2639296c3514dcb70066 (diff)
parentc3a0cdeaab5aa4e4f60df7c6a798fd8c3a2f251d (diff)
downloadtor-a368cadf9514cf31deebed8613c4fd833b1448bf.tar.gz
tor-a368cadf9514cf31deebed8613c4fd833b1448bf.zip
Merge branch 'bug18982'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug189826
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18982 b/changes/bug18982
new file mode 100644
index 0000000000..bb0383d136
--- /dev/null
+++ b/changes/bug18982
@@ -0,0 +1,6 @@
+ o Minor bugfixes (circuit logging):
+ - torspec says hop counts are 1-based, so fix two log messages
+ that mistakenly logged 0-based hop counts.
+ Closes ticket 18982, bugfix on 0275b6876 in tor 0.2.6.2-alpha
+ and 907db008a in tor 0.2.4.5-alpha. Patch by teor.
+ Credit to Xiaofan Li for reporting this issue.