aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-03-17 15:03:03 -0400
committerNick Mathewson <nickm@torproject.org>2020-03-17 15:03:03 -0400
commit055c5732c4d765f5da7fc34353f0488b505b1f3a (patch)
treead2c57d4033d5d2c6c4fdf919b0ac6c1f5f9a27c /ChangeLog
parent14a5ea2456e92ce6a8350398bf5400c76fdc6239 (diff)
downloadtor-055c5732c4d765f5da7fc34353f0488b505b1f3a.tar.gz
tor-055c5732c4d765f5da7fc34353f0488b505b1f3a.zip
Light changelog edits
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 1 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ee9440f32c..116684cb1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,7 @@ Changes in version 0.4.1.9 - 2020-03-??
- Lowercase the configured value of BridgeDistribution before adding
it to the descriptor. Fixes bug 32753; bugfix on 0.3.2.3-alpha.
- o Minor bugfixes (hidden services v3, backport from 0.4.3.3-alpha):
+ o Minor bugfixes (onion services v3, backport from 0.4.3.3-alpha):
- Fix an assertion failure that could result from a corrupted
ADD_ONION control port command. Found by Saibato. Fixes bug 33137;
bugfix on 0.3.3.1-alpha. This issue is also tracked
@@ -28,9 +28,6 @@ Changes in version 0.4.1.9 - 2020-03-??
- Fix a syntax warning given by newer versions of Rust that was
creating problems for our continuous integration. Fixes bug 33212;
bugfix on 0.3.5.1-alpha.
- - Fix a syntax warning given by newer versions of Rust that was
- creating problems for our continuous integration. Fixes bug 33212;
- bugfix on 0.3.5.1-alpha.
o Testing (Travis CI, backport from 0.4.3.3-alpha):
- Remove a redundant distcheck job. Closes ticket 33194.