diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-15 16:37:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-15 16:37:41 -0500 |
commit | 1e6ffeaeaaf3c01a85c69e9cee76f124720bb8c8 (patch) | |
tree | b21ba82a90d83b4ec2780b9f6c1b0a4fca86ddc1 /changes | |
parent | 27b91704753ae3235630b298449b4c8a107bd107 (diff) | |
parent | 34e4d5a78362b3f133958740a18d0ee06ae4fdad (diff) | |
download | tor-1e6ffeaeaaf3c01a85c69e9cee76f124720bb8c8.tar.gz tor-1e6ffeaeaaf3c01a85c69e9cee76f124720bb8c8.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27550 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket27550 b/changes/ticket27550 new file mode 100644 index 0000000000..87f9b5cbe9 --- /dev/null +++ b/changes/ticket27550 @@ -0,0 +1,5 @@ + o Minor bugfixes (hidden service v3): + - Don't warn so loudly when tor is unable to decode a descriptor. This can + now happen as a normal use case if a client gets a descriptor with + client authorization but the client is not authorized. Fixes bug 27550; + bugfix on 0.3.5.1-alpha. |