diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-07 09:46:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-07 09:46:14 -0400 |
commit | 99618a9641d02b7b99a79c71517203bb70043515 (patch) | |
tree | c8a84e2dc913a543879ffe44bbf70c74380cb23e /changes | |
parent | b4126dcd22577c02f46497718783fd792ff32588 (diff) | |
parent | 0dc47dfebffe9547bc95ba3f2a64fc5f4b15f270 (diff) | |
download | tor-99618a9641d02b7b99a79c71517203bb70043515.tar tor-99618a9641d02b7b99a79c71517203bb70043515.tar.gz |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6094 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug6094 b/changes/bug6094 new file mode 100644 index 000000000..835d127da --- /dev/null +++ b/changes/bug6094 @@ -0,0 +1,8 @@ + o Major bugfixes: + + - Send a CRLF at the end of each STATUS_* control-port event. A + change introduced in 0.2.3.16-alpha caused Tor to emit the CRLF + in the middle of a STATUS_* event; among other things, this + caused Vidalia to freeze. Fixes bug 6094; bugfix on + 0.2.3.16-alpha. + |