diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-06-17 17:10:03 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-06-17 17:10:03 +0000 |
commit | 693d7e3e359fc9c00c1e2492979a0387c50010c6 (patch) | |
tree | 75f2e922ea4ac61ae300d5a3259ba1c40869fab9 /ChangeLog | |
parent | 1ad83d74b1a52828eefb7b871644d5550fd7c531 (diff) | |
download | tor-693d7e3e359fc9c00c1e2492979a0387c50010c6.tar.gz tor-693d7e3e359fc9c00c1e2492979a0387c50010c6.zip |
When establishing a hidden service, introduction points that originate from cannibalized circuits are completely ignored and not included in rendezvous service descriptors. Bugfix on 0.2.0.14-alpha. Backport candidate.
svn:r15332
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -22,6 +22,10 @@ Changes in version 0.2.1.2-alpha - 2008-??-?? would crash a dirserver if it did not already have a consensus. - Clean up some macro/CPP interactions: some GCC versions don't like #if/#endif pairs inside macro arguments. Fixes bug 707. + - When establishing a hidden service, introduction points that originate + from cannibalized circuits are completely ignored and not included in + rendezvous service descriptors. This might be another reason for delay + in making a hidden service available. Bugfix on 0.2.0.14-alpha. Changes in version 0.2.1.1-alpha - 2008-06-13 @@ -127,7 +131,7 @@ Changes in version 0.2.0.28-rc - 2008-06-13 - While setting up a hidden service, some valid introduction circuits were overlooked and abandoned. This might be the reason for the long delay in making a hidden service available. Bugfix on - 0.2.0.13-alpha. + 0.2.0.14-alpha. o Minor features: - Update to the "June 9 2008" ip-to-country file. |