mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.4.0' into release-0.4.0
This commit is contained in:
@@ -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.
|
||||
@@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (process management):
|
||||
- Remove assertion in the Unix process backend. This assertion would trigger
|
||||
when a new process is spawned where the executable is not found leading to
|
||||
a stack trace from the child process. Fixes bug 31810; bugfix on 0.4.0.1-alpha.
|
||||
Reference in New Issue
Block a user