summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-05 21:39:49 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-05 21:39:49 +0000
commitfac2cd3b03379f68f0256d28658b03d1b2b38194 (patch)
treee90f969f382862fc522c9c272c0f46f2b84b0574 /ChangeLog
parentcf6fe27616603d9b7839cb91dbdb71fa0a766a44 (diff)
downloadtor-fac2cd3b03379f68f0256d28658b03d1b2b38194.tar.gz
tor-fac2cd3b03379f68f0256d28658b03d1b2b38194.zip
r17916@catbus: nickm | 2008-02-05 16:29:35 -0500
Fix some XXX020 items in control.c: add a maximum line length and note that the number of versioning authorities is no longer apparent to clients. svn:r13390
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ebe5773f4a..0777caa1e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,17 @@
Changes in version 0.2.0.19-alpha - 2008-02-??
- o Minor features:
+ o Minor features (directory authority):
- Actually validate the options passed to AuthDirReject, AuthDirInvalid,
AuthDirBadDir, and AuthDirBadExit.
+ o Minor features (controller):
+ - Reject controller commands over 1MB in length. This keeps rogue
+ processes from running us out of memory.
+
+ o Deprecated features (controller):
+ - The status/version/num-versioning and status/version/num-concurring
+ GETINFO options are no longer useful in the V3 directory protocol:
+ treat them as deprecated, and warn when they're used.
+
o Major bugfixes:
- If we're a relay, avoid picking ourselves as an introduction point,
a rendezvous point, or as the final hop for internal circuits. Bug