diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2012-06-07 03:22:06 +0000 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2012-06-07 03:22:06 +0000 |
commit | 0dc47dfebffe9547bc95ba3f2a64fc5f4b15f270 (patch) | |
tree | 0596bfad275a5d635f2c92c331cae266e104227d /changes | |
parent | 491dc3a601d7c2610503f73192bd1a40bcb37ab2 (diff) | |
download | tor-0dc47dfebffe9547bc95ba3f2a64fc5f4b15f270.tar.gz tor-0dc47dfebffe9547bc95ba3f2a64fc5f4b15f270.zip |
Send a CRLF at the end of a STATUS_* event, not in the middle of it
Fixes bug 6094; bugfix on commit 3a9351b57e528b1d0bd2e72bcf78db7c91b2ff8f.
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 0000000000..835d127dad --- /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. + |