[tor-commits] [tor/release-0.3.5] mark #27841 as major

arma at torproject.org arma at torproject.org
Mon Jan 7 17:41:16 UTC 2019


commit 9beb085c10562a257c08abcee43434533d4fa96e
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Jan 7 12:41:02 2019 -0500

    mark #27841 as major
---
 ReleaseNotes | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/ReleaseNotes b/ReleaseNotes
index 9707fb9b5..71cd5df04 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;



More information about the tor-commits mailing list