aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-12 07:57:29 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-12 07:57:29 +0000
commit3977ccbc804fdeab5f6f8d680aeec7d038bf9cbb (patch)
tree01580d9fc881ee06d1c7428a386ee02f07f1b551 /ChangeLog
parentad8757fbeb564b7d15edf9f016c634b89f017584 (diff)
downloadtor-3977ccbc804fdeab5f6f8d680aeec7d038bf9cbb.tar
tor-3977ccbc804fdeab5f6f8d680aeec7d038bf9cbb.tar.gz
Controllers should now specify cache=no or cache=yes when using
the +POSTDESCRIPTOR command. svn:r11892
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c69b2478..736c99786 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@ Changes in version 0.2.0.8-alpha - 2007-10-12
- Use annotations to record the purpose of each descriptor.
- Disable the SETROUTERPURPOSE controller command: it is now
obsolete.
+ - Controllers should now specify cache=no or cache=yes when using
+ the +POSTDESCRIPTOR command.
- Bridge authorities now write bridge descriptors to disk, meaning
we can export them to other programs and begin distributing them
to blocked users.