summaryrefslogtreecommitdiff
path: root/ReleaseNotes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2019-01-07 12:41:02 -0500
committerRoger Dingledine <arma@torproject.org>2019-01-07 12:41:02 -0500
commit9beb085c10562a257c08abcee43434533d4fa96e (patch)
tree032f6455a5d374ba2e83cdc448e4ccca88368b4d /ReleaseNotes
parentfb2af84a3fd4723e1357e5061568ddea2703705b (diff)
downloadtor-9beb085c10562a257c08abcee43434533d4fa96e.tar.gz
tor-9beb085c10562a257c08abcee43434533d4fa96e.zip
mark #27841 as majortor-0.3.5.7
Diffstat (limited to 'ReleaseNotes')
-rw-r--r--ReleaseNotes12
1 files changed, 7 insertions, 5 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index 9707fb9b5f..71cd5df049 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -130,6 +130,13 @@ Changes in version 0.3.5.7 - 2019-01-07
when a client port was set (Socks, Trans, NATD, DNS or HTTPTunnel
port). Fixes bug 27849; bugfix on 0.3.4.1-alpha.
+ o Major bugfixes (onion service v3):
+ - On an intro point for a version 3 onion service, stop closing
+ introduction circuits on a NACK. This lets the client decide
+ whether to reuse the circuit or discard it. Previously, we closed
+ intro circuits when sending NACKs. Fixes bug 27841; bugfix on
+ 0.3.2.1-alpha. Patch by Neel Chaunan.
+
o Major bugfixes (OpenSSL, portability):
- Fix our usage of named groups when running as a TLS 1.3 client in
OpenSSL 1.1.1. Previously, we only initialized EC groups when
@@ -526,11 +533,6 @@ Changes in version 0.3.5.7 - 2019-01-07
- When the onion service directory can't be created or has the wrong
permissions, do not log a stack trace. Fixes bug 27335; bugfix
on 0.3.2.1-alpha.
- - On an intro point for a version 3 onion service, stop closing
- introduction circuits on an NACK. This lets the client decide
- whether to reuse the circuit or discard it. Previously, we closed
- intro circuits when sending NACKs. Fixes bug 27841; bugfix on
- 0.3.2.1-alpha. Patch by Neel Chaunan.
- When replacing a descriptor in the client cache, make sure to
close all client introduction circuits for the old descriptor, so
we don't end up with unusable leftover circuits. Fixes bug 27471;