diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-03-04 21:08:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-03-04 21:08:28 +0000 |
commit | 92f62b36846e3c82f5521fa17f7a4f5afde827af (patch) | |
tree | 0be93b2e4b4513bf20ac1649f26b441d2879f07a /ChangeLog | |
parent | 4a6e29b0296531beb0463afd5495347f7b6d9dc1 (diff) | |
download | tor-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |