diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-01 16:08:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-01 16:08:23 -0400 |
commit | 465448e659e6cbaecc1494b5cf270f556e104bd4 (patch) | |
tree | 55653c271bb299802ab1f52a28be26f7e975619b /changes | |
parent | c486ef57a320b840fb50b184ee4ee806d9715888 (diff) | |
parent | aadb99e5f906a7b8aed8b6c0d995690699bdbfee (diff) | |
download | tor-465448e659e6cbaecc1494b5cf270f556e104bd4.tar.gz tor-465448e659e6cbaecc1494b5cf270f556e104bd4.zip |
Merge branch 'dgoulet_bug22042_031_01_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22042 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22042 b/changes/bug22042 new file mode 100644 index 0000000000..c1188df478 --- /dev/null +++ b/changes/bug22042 @@ -0,0 +1,5 @@ + o Minor bugfixes (control, hidden service client): + - Trigger HS descriptor events on the control port when the client is + unable to pick a suitable hidden service directory. This can happen if + they are all in the ExcludeNodes list or they all have been queried + inside the allowed 15 minutes. Fixes bug 22042. |