diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-09 10:51:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-09 10:51:39 -0400 |
commit | dd22ab519ab9ac7affa3bd775b6021049ebe7dd9 (patch) | |
tree | 41dec4e0a8c924a08021974130e9ed9ebc633b3d /changes | |
parent | 8391c96091e8e86c43954302df0b188ec1e5490d (diff) | |
parent | 1196ed7cc4fc202e43ca102a73befe62aa65767d (diff) | |
download | tor-dd22ab519ab9ac7affa3bd775b6021049ebe7dd9.tar.gz tor-dd22ab519ab9ac7affa3bd775b6021049ebe7dd9.zip |
Merge remote-tracking branch 'public/bug12700_024' into maint-0.2.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug12700 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug12700 b/changes/bug12700 new file mode 100644 index 0000000000..1d8caeb8bd --- /dev/null +++ b/changes/bug12700 @@ -0,0 +1,10 @@ + o Minor bugfixes: + - When logging information about an EXTEND2 or EXTENDED2 cell, log + their names correctly. Fixes part of bug 12700; bugfix on + 0.2.4.8-alpha. + + o Minor bugfixes: + - When logging information about a relay cell whose command we + don't recognize, log its command as an integer. Fixes part of + bug 12700; bugfix on 0.2.1.10-alpha. + |