diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-14 18:39:15 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-14 18:39:15 +0000 |
commit | bbb34846b4df194e25304a84a3fe95634e01bc0d (patch) | |
tree | 30d2885a7f4012c6f9d1fc33e22346d7f965b914 /ChangeLog | |
parent | 75922ff41f5518e44ac8752a37922de855488915 (diff) | |
download | tor-bbb34846b4df194e25304a84a3fe95634e01bc0d.tar.gz tor-bbb34846b4df194e25304a84a3fe95634e01bc0d.zip |
r16665@catbus: nickm | 2007-11-14 13:36:11 -0500
Fix bug spotted by karsten: when we have no consensus, do not try to continue finding directories for a hidden service.
svn:r12493
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ Changes in version 0.2.0.12-alpha - 2007-11-?? - Make it build on OpenBSD again. Patch from tup. - Substitute BINDIR and LOCALSTATEDIR in scripts. Fixes packaging. + o Minor bugfixes: + - When we're lacking a consensus, don't try to perform rendezvous + operations. (Bug spotted by Karsten) + + Changes in version 0.2.0.11-alpha - 2007-11-12 o Security fixes: - Exit policies now reject connections that are addressed to a |