diff options
author | teor <teor@torproject.org> | 2019-12-05 10:11:18 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-05 10:11:18 +1000 |
commit | aee966cb06711a413980b8cf7fa359e69d62dd05 (patch) | |
tree | 6f0b27cda65b2da0aa78cf05954770d243f544ae /changes | |
parent | 62cf12a8bd66f3795b14466fb7308b1ee24ea0e0 (diff) | |
parent | f311d0676caad1c61a4dbf8fffbeb79003866903 (diff) | |
download | tor-aee966cb06711a413980b8cf7fa359e69d62dd05.tar.gz tor-aee966cb06711a413980b8cf7fa359e69d62dd05.zip |
Merge remote-tracking branch 'tor-github/pr/1277' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31571 | 7 |
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. |