summaryrefslogtreecommitdiff
path: root/ReleaseNotes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-09-08 16:59:01 -0400
committerRoger Dingledine <arma@torproject.org>2018-09-08 16:59:01 -0400
commit35d6749e30ef62a3667c16a79ae610482e9134ab (patch)
tree12647873f2a08cea300b0c356772fd19c53599a2 /ReleaseNotes
parent669426f3d438bd299495f9ae150ff2e2a4a0a8b1 (diff)
downloadtor-35d6749e30ef62a3667c16a79ae610482e9134ab.tar.gz
tor-35d6749e30ef62a3667c16a79ae610482e9134ab.zip
synchronize 0.3.4.8 changelog
Diffstat (limited to 'ReleaseNotes')
-rw-r--r--ReleaseNotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index 0ee587c481..7a91c87ef8 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -375,7 +375,7 @@ Changes in version 0.3.4.8 - 2018-09-10
o Minor bugfixes (Linux seccomp2 sandbox):
- Allow the nanosleep() system call, which glibc uses to implement
sleep() and usleep(). Fixes bug 24969; bugfix on 0.2.5.1-alpha.
- - 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.