commit 055c5732c4d765f5da7fc34353f0488b505b1f3a Author: Nick Mathewson nickm@torproject.org Date: Tue Mar 17 15:03:03 2020 -0400
Light changelog edits --- ChangeLog | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog index ee9440f32..116684cb1 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.