From fac2cd3b03379f68f0256d28658b03d1b2b38194 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 5 Feb 2008 21:39:49 +0000 Subject: 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 --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ebe5773f4..0777caa1e 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 -- cgit v1.2.3