summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Griep <marcus@griep.us>2009-06-24 00:06:53 -0400
committerMarcus Griep <marcus@griep.us>2009-06-24 00:14:08 -0400
commitcea85b4066f8f279f8de2563a7830b136fdc059f (patch)
tree96e225a4a4168818819e6405da90b6297e97f8e8
parentd3087389196b585ab4e0b5ee64fc36b16f071eef (diff)
downloadtor-cea85b4066f8f279f8de2563a7830b136fdc059f.tar.gz
tor-cea85b4066f8f279f8de2563a7830b136fdc059f.zip
Added ChangeLog entry for control port fix
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a150710767..dba7e36dbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,16 @@ Changes in version 0.2.1.17-?? - 2009-??-??
authorities start doing active measurements. Implements more of
proposal 141.
+ o Minor bugfixes (on 0.2.0.x):
+ - Control port would close the connection before flushing long
+ replies, such as the network consensus, if a QUIT command was
+ issued before the reply had completed. Now, the control port
+ flushes all pending replies before closing the connection.
+ Also fixed a condition where a QUIT command issued after a
+ malformed or rejected AUTHENTICATE command, but before the
+ connection was closed would result in a warning in the logger
+ for a doubly-closed connection. Fixes bugs 1015 and 1016.
+
Changes in version 0.2.1.16-rc - 2009-06-20
o Security fixes: