summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-12-05 10:13:53 +1000
committerteor <teor@torproject.org>2019-12-05 10:13:53 +1000
commit92fb0990675424cd04eb0b39b4ae157ac7f5385b (patch)
tree09883942530f80a6010307e2d5041859e83a491e /changes
parent46057ec5ae5ecc183fb7ed5060b8ba07ad235fb3 (diff)
parentaee966cb06711a413980b8cf7fa359e69d62dd05 (diff)
downloadtor-92fb0990675424cd04eb0b39b4ae157ac7f5385b.tar.gz
tor-92fb0990675424cd04eb0b39b4ae157ac7f5385b.zip
Merge branch 'maint-0.3.5' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r--changes/bug315717
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug31571 b/changes/bug31571
new file mode 100644
index 0000000000..86de3537ba
--- /dev/null
+++ b/changes/bug31571
@@ -0,0 +1,7 @@
+ o Minor bugfixes (error handling):
+ - Report the tor version whenever an assertion fails. Previously, we only
+ reported the Tor version on some crashes, and some non-fatal assertions.
+ Fixes bug 31571; bugfix on 0.3.5.1-alpha.
+ - On abort, try harder to flush the output buffers of log messages. On
+ some platforms (macOS), log messages can be discarded when the process
+ terminates. Fixes bug 31571; bugfix on 0.3.5.1-alpha.