summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-04-09 08:30:14 -0400
committerNick Mathewson <nickm@torproject.org>2020-04-09 08:30:14 -0400
commitc2aea6134a3333bbace155f37fcabf8a5b4e2744 (patch)
tree14be9ba0a8012edecb0136a94a4194ec3d47d6d3 /changes
parent1ae0839ef24d303f77cec165df5223a66131567c (diff)
parente849881d3ad80e46bc4297d2cf9651f3f7d039cc (diff)
downloadtor-c2aea6134a3333bbace155f37fcabf8a5b4e2744.tar.gz
tor-c2aea6134a3333bbace155f37fcabf8a5b4e2744.zip
Merge remote-tracking branch 'tor-github/pr/1723/head' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r--changes/bug330877
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug33087 b/changes/bug33087
new file mode 100644
index 0000000000..ab6df58cc6
--- /dev/null
+++ b/changes/bug33087
@@ -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.