summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-03-04 21:08:28 +0000
committerNick Mathewson <nickm@torproject.org>2007-03-04 21:08:28 +0000
commit92f62b36846e3c82f5521fa17f7a4f5afde827af (patch)
tree0be93b2e4b4513bf20ac1649f26b441d2879f07a /ChangeLog
parent4a6e29b0296531beb0463afd5495347f7b6d9dc1 (diff)
downloadtor-92f62b36846e3c82f5521fa17f7a4f5afde827af.tar.gz
tor-92f62b36846e3c82f5521fa17f7a4f5afde827af.zip
r12077@catbus: nickm | 2007-03-04 16:08:23 -0500
Remove support for v0 control protocol from 0.2.0.x trunk; send back error when we receive a v0 control message. (Leave "if(v1){...}"blocks indented for now so this patch is easier to read.) ((Finally, the linecount goes _down_ a little.)) svn:r9735
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c16ceafe60..4625602983 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,12 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
o Minor features (logging):
- Always prepend "Bug: " to any log message about a bug.
+ o Removed features:
+ - Removed support for the old binary "version 0" controller protocol.
+ This has been deprecated since 0.1.1, and warnings have been issued
+ since 0.1.2. When we encounter a v0 control message, we now send back
+ an error and close the connection.
+
Changes in version 0.1.2.10-rc - 2007-03-??
o Major bugfixes (Windows):