diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-11 12:11:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-11 12:11:42 -0400 |
commit | a368cadf9514cf31deebed8613c4fd833b1448bf (patch) | |
tree | 7d2030bcf0ca3ed19386e19315523516160c7b10 /changes | |
parent | 6247f5a5ba6d300cd64a2639296c3514dcb70066 (diff) | |
parent | c3a0cdeaab5aa4e4f60df7c6a798fd8c3a2f251d (diff) | |
download | tor-a368cadf9514cf31deebed8613c4fd833b1448bf.tar.gz tor-a368cadf9514cf31deebed8613c4fd833b1448bf.zip |
Merge branch 'bug18982'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18982 | 6 |
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. |