diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-30 19:48:33 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-30 19:48:33 +0000 |
commit | ae40e7f6339208530ddbbc2fe6690faceb02a1ee (patch) | |
tree | 1d89e068b10757f483bb1cadf0b83ee2c4f2bbb6 /ChangeLog | |
parent | b27b09ae1e3909f411ebecd62b0b5514d4ee31c4 (diff) | |
download | tor-ae40e7f6339208530ddbbc2fe6690faceb02a1ee.tar.gz tor-ae40e7f6339208530ddbbc2fe6690faceb02a1ee.zip |
r12585@catbus: nickm | 2007-04-30 14:38:37 -0400
(Needs review.) Allow directory authorities to accept multiple router descriptors and extra info documents in a single POST. This will make implementing the client side of proposal 104 a lot simpler.
svn:r10069
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -62,6 +62,9 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? should be about 60%. (Limitation: servers do not yet upload extra-info documents; authorities do not yet cache them.) [Partially implements proposal 104.] + - Directory authorities allow multiple router descriptors and/or extra + info documents to be uploaded in a single go. This will make + implementing proposal 104 simpler. o Minor features (controller): - Add a new config option __DisablePredictedCircuits designed for |