Fold in the last-minute fixes (0.4.5)

This commit is contained in:
Nick Mathewson
2021-05-07 13:11:00 -04:00
parent 671b05edfc
commit 27e5e33d2c
3 changed files with 10 additions and 9 deletions
-3
View File
@@ -1,3 +0,0 @@
o Minor bugfixes (compiler warnings):
- Fix an indentation problem that led to a warning from GCC 11.1.1.
Fixes bug 40380; bugfix on 0.3.0.1-alpha.
-6
View File
@@ -1,6 +0,0 @@
o Minor features (compatibility, Linux seccomp sandbox):
- Add a workaround to enable the Linux sandbox to work correctly
on systems running Glibc 2.33. These versions have started
using the fstatat() system call, which previously our sandbox did not
allow.
Closes ticket 40382; see the ticket for a discussion of tradeoffs.