Merge branch 'maint-0.4.5' into maint-0.4.6

This commit is contained in:
Nick Mathewson
2021-05-17 09:09:49 -04:00
4 changed files with 34 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (control, sandbox):
- Allows the control command SAVECONF to succeed when the seccomp
sandbox is enabled. Makes SAVECONF keep only one backup file to
simplify implementation. Fixes bug 40317; bugfix on 0.2.5.4-alpha.
Patch by Daniel Pinto.