diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-11 12:36:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-11 12:36:27 -0400 |
commit | 28e1aa111803bc3548e00503ab56de5f3d41c7fc (patch) | |
tree | eafb1174794d90bc094f05562ec1232b534421b1 /changes | |
parent | e71dfb6344c0480523a1fef0a77bd3d270d62e26 (diff) | |
parent | b59d79134e1089d310278a70788401835c1e5c10 (diff) | |
download | tor-28e1aa111803bc3548e00503ab56de5f3d41c7fc.tar.gz tor-28e1aa111803bc3548e00503ab56de5f3d41c7fc.zip |
Merge branch 'bug18761_028_squashed' into maint-0.2.8
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18761 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug18761 b/changes/bug18761 new file mode 100644 index 0000000000..78500a88ea --- /dev/null +++ b/changes/bug18761 @@ -0,0 +1,3 @@ + o Minor feature (logging): + - When rejecting a misformed INTRODUCE2 cell, only log at PROTOCOL_WARN + severity. Closes ticket 18761. |