aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-30 12:56:06 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-30 12:56:06 -0500
commit9662a13d7e587ec9b78af77cdb6607b4ad23a918 (patch)
tree64c685a61ae39076064f345598ec88ada2c53937 /ChangeLog
parentee929eedbb4ca50fef3fbca9066908e8bc6e56fa (diff)
downloadtor-9662a13d7e587ec9b78af77cdb6607b4ad23a918.tar.gz
tor-9662a13d7e587ec9b78af77cdb6607b4ad23a918.zip
Fix a changelog typo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 195093a5b9..3d05bea865 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@ Changes in version 0.4.2.6 - 2020-01-30
- Correct how we use libseccomp. Particularly, stop assuming that
rules are applied in a particular order or that more rules are
processed after the first match. Neither is the case! In
- libseccomp <2.4.0 this lead to some rules having no effect.
+ libseccomp <2.4.0 this led to some rules having no effect.
libseccomp 2.4.0 changed how rules are generated, leading to a
different ordering, which in turn led to a fatal crash during
startup. Fixes bug 29819; bugfix on 0.2.5.1-alpha. Patch by
@@ -64,7 +64,7 @@ Changes in version 0.4.1.8 - 2020-01-30
- Correct how we use libseccomp. Particularly, stop assuming that
rules are applied in a particular order or that more rules are
processed after the first match. Neither is the case! In
- libseccomp <2.4.0 this lead to some rules having no effect.
+ libseccomp <2.4.0 this led to some rules having no effect.
libseccomp 2.4.0 changed how rules are generated, leading to a
different ordering, which in turn led to a fatal crash during
startup. Fixes bug 29819; bugfix on 0.2.5.1-alpha. Patch by
@@ -146,7 +146,7 @@ Changes in version 0.4.3.1-alpha - 2020-01-22
- Correct how we use libseccomp. Particularly, stop assuming that
rules are applied in a particular order or that more rules are
processed after the first match. Neither is the case! In
- libseccomp <2.4.0 this lead to some rules having no effect.
+ libseccomp <2.4.0 this led to some rules having no effect.
libseccomp 2.4.0 changed how rules are generated, leading to a
different ordering, which in turn led to a fatal crash during
startup. Fixes bug 29819; bugfix on 0.2.5.1-alpha. Patch by