diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-27 19:29:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-27 19:29:16 +0000 |
commit | add7d7af195109a06c46c6072b3a4faf4f6ce363 (patch) | |
tree | 33e15ddf3f3fcf3e9797a913e0571ae5da13f518 /ChangeLog | |
parent | 0e01dda145d372840011ad168d61b30b2b6cde32 (diff) | |
download | tor-add7d7af195109a06c46c6072b3a4faf4f6ce363.tar.gz tor-add7d7af195109a06c46c6072b3a4faf4f6ce363.zip |
Bring us one step closer to being able to establish an encrypted
directory tunnel without knowing a descriptor first. Still not
ready yet. As part of the change, now assume we can use a
create_fast cell if we don't know anything about a router.
svn:r9440
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -75,6 +75,10 @@ Changes in version 0.1.2.7-alpha - 2007-??-?? - Inform the server operator when we decide not to advertise a DirPort due to AccountingMax enabled or a low BandwidthRate. It was confusing Zax, so now we're hopefully more helpful. + - Bring us one step closer to being able to establish an encrypted + directory tunnel without knowing a descriptor first. Still not + ready yet. As part of the change, now assume we can use a + create_fast cell if we don't know anything about a router. o Minor features (controller): - Track reasons for OR connection failure; make these reasons |