summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-09-07 19:31:33 -0400
committerRoger Dingledine <arma@torproject.org>2018-09-07 19:31:33 -0400
commite07b692fa1ba20401ae06171e6ae79928d00e028 (patch)
treedab330a97bd42b26db04512591bc69a98bb07eaf
parentd1d9ea4aff3a24cd88096600426d89d7f8fd6dac (diff)
downloadtor-e07b692fa1ba20401ae06171e6ae79928d00e028.tar.gz
tor-e07b692fa1ba20401ae06171e6ae79928d00e028.zip
find and neutralize nickm's easter egg
also fix a typo while i'm here
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ce9fa9ce55..6c75b5b67d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.3.3.10 - 2019-09-10
+Changes in version 0.3.3.10 - 2018-09-10
Tor 0.3.3.10 backports numerous fixes from later versions of Tor.
o Minor features (bug workaround, backport from 0.3.4.7-rc):
@@ -89,7 +89,7 @@ Changes in version 0.3.3.10 - 2019-09-10
failure. Fixes bug 26948; bugfix on 0.3.3.1-alpha.
o Minor bugfixes (linux seccomp2 sandbox, backport from 0.3.4.7-rc):
- - Fix a bug in out sandboxing rules for the openat() syscall.
+ - Fix a bug in our sandboxing rules for the openat() syscall.
Previously, no openat() call would be permitted, which would break
filesystem operations on recent glibc versions. Fixes bug 25440;
bugfix on 0.2.9.15. Diagnosis and patch from Daniel Pinto.