diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-03-12 07:29:04 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-03-12 07:30:24 -0800 |
commit | eb50e3d6bf6eb9880f92050cb0db849394bd6cb0 (patch) | |
tree | 72002fd5467a2200591912965800d99562817e4f | |
parent | a6cc15e2aedfc370fc0328edd375a869338ee4f1 (diff) | |
download | tor-eb50e3d6bf6eb9880f92050cb0db849394bd6cb0.tar.gz tor-eb50e3d6bf6eb9880f92050cb0db849394bd6cb0.zip |
Add changes file for previous commit
-rw-r--r-- | changes/bug2722 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug2722 b/changes/bug2722 new file mode 100644 index 0000000000..ed132fc899 --- /dev/null +++ b/changes/bug2722 @@ -0,0 +1,11 @@ + o Minor bugfixes + - Ignore the TunnelDirConns option when determining which HSDir + relays are responsible for a hidden service descriptor ID. + Currently, clients and hidden services with TunnelDirConns off + will skip over HSDir relays which do not advertise a DirPort + when making a list of HSDirs responsible for a descriptor ID, + even though they would never try to use a HSDir's DirPort to + upload or fetch a hidden service descriptor. Fixes bug 2722; + bugfix on 0.2.1.6-alpha. + + |