aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-10-25 21:18:35 +0000
committerAlexander Færøy <ahf@torproject.org>2021-10-25 21:18:35 +0000
commit0c521881f68aa8e2646775ff6951214f503e2f79 (patch)
tree01805aa789c4d2b6dd383ef54982bfedbb960f8a /ReleaseNotes
parent04788dcf40947a01f9b8f0315f6353318f46d026 (diff)
downloadtor-0c521881f68aa8e2646775ff6951214f503e2f79.tar.gz
tor-0c521881f68aa8e2646775ff6951214f503e2f79.zip
Add Changelog and ReleaseNotes entry for tor#40500.
Diffstat (limited to 'ReleaseNotes')
-rw-r--r--ReleaseNotes4
1 files changed, 4 insertions, 0 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index 8bcb61e7fa..34b8113bcb 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -32,6 +32,10 @@ Changes in version 0.4.6.7 - 2021-08-16
- Send back the extended SOCKS error 0xF6 (Onion Service Invalid Address)
for a v2 onion address. Fixes bug 40421; bugfix on 0.4.6.2-alpha.
+ o Minor bugfix (CI, onion service):
+ - Exclude onion service version 2 Stem tests in our CI. Fixes bug 40500;
+ bugfix on 0.3.2.1-alpha.
+
o Minor bugfixes (relay):
- Reduce the compression level for data streaming from HIGH to LOW in
order to reduce CPU load on the directory relays. Fixes bug 40301;