diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-26 18:58:45 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-26 18:58:45 +0000 |
commit | e147e867bea13515c964e823e3f98c28f90cf22c (patch) | |
tree | a8af8f882985c2edfa36f1eee2e44de17a6a4a80 /ChangeLog | |
parent | 87eb230c01693c0cdb81d05a6bd2c866874c5e3a (diff) | |
download | tor-e147e867bea13515c964e823e3f98c28f90cf22c.tar.gz tor-e147e867bea13515c964e823e3f98c28f90cf22c.zip |
Proposal 152 implementation from Josh Albrecht, with tweaks.
svn:r16983
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,6 +83,10 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx v2 hidden service descriptors. - Authorities now serve a /tor/dbg-stability.txt URL to help debug WFU and MTBF calculations. + - Implement most of Proposal 152: allow specialized servers to permit + single-hop circuits, and clients to use those servers to build + single-hop circuits when using a specialized controller. Patch + from Josh Albrecht. Resolves "Bug" 768. o Code simplifications and refactoring: - Revise the connection_new functions so that a more typesafe variant |