Merge branch 'maint-0.4.3' into release-0.4.3

This commit is contained in:
Nick Mathewson
2020-04-09 08:33:36 -04:00
9 changed files with 47 additions and 60 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor bugfixes (logging):
- Stop closing stderr and stdout during shutdown. Closing these file
descriptors can hide sanitiser logs.
Fixes bug 33087; bugfix on 0.4.1.6.
- Flush stderr, stdout, and file logs during shutdown, if supported by the
OS. This change helps make sure that any final logs are recorded.
Fixes bug 33087; bugfix on 0.4.1.6.