aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent04788dcf40947a01f9b8f0315f6353318f46d026 (diff)
downloadtor-0c521881f68aa8e2646775ff6951214f503e2f79.tar.gz
tor-0c521881f68aa8e2646775ff6951214f503e2f79.zip
Add Changelog and ReleaseNotes entry for tor#40500.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cd9cc33de..4239f86a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -99,6 +99,10 @@ Changes in version 0.4.7.2-alpha - 2021-10-26
service leading to filling the logs with useless warnings. Fixes
bug 34083; bugfix on 0.3.2.1-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 (onion service, config):
- Fix a memory leak for a small config line string that could occur
if the onion service failed to be configured from file properly.