diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-03 09:28:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-03 09:28:33 -0400 |
commit | a06c46533392751b8fbcfd231233624f63d39dc6 (patch) | |
tree | f69a04d9d256778ac880fc12c83768b9b61ee21f /changes | |
parent | 5d8061cd019a751530a25fa99a7300b84df1722f (diff) | |
parent | e0486c937178981585d45b65b359f488ed96c06d (diff) | |
download | tor-a06c46533392751b8fbcfd231233624f63d39dc6.tar.gz tor-a06c46533392751b8fbcfd231233624f63d39dc6.zip |
Merge remote-tracking branch 'teor/bug21596_030' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21596 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21596 b/changes/bug21596 new file mode 100644 index 0000000000..ec0a46bb81 --- /dev/null +++ b/changes/bug21596 @@ -0,0 +1,5 @@ + o Minor bugfixes (hidden services): + - Make hidden services check for failed intro point connections, even when + they have exceeded their intro point creation limit. Fixes bug 21596; + bugfix on commit d67bf8b2f23 in Tor 0.2.7.2-alpha. Reported by + alecmuffett. |