]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: file for 31614
authorteor <teor@torproject.org>
Thu, 26 Sep 2019 02:09:56 +0000 (12:09 +1000)
committerteor <teor@torproject.org>
Thu, 26 Sep 2019 02:22:21 +0000 (12:22 +1000)
changes/bug31614 [new file with mode: 0644]

diff --git a/changes/bug31614 b/changes/bug31614
new file mode 100644 (file)
index 0000000..c425a9f
--- /dev/null
@@ -0,0 +1,9 @@
+  o Minor bugfixes (logging):
+    - Disable backtrace signal handlers when shutting down tor.
+      Fixes bug 31614; bugfix on 0.2.5.2-alpha.
+    - Add a missing check for HAVE_PTHREAD_H, because the backtrace code uses
+      mutexes. Fixes bug 31614; bugfix on 0.2.5.2-alpha.
+  o Documentation:
+    - Explain why we can't destroy the backtrace buffer mutex. Explain why
+      we don't need to destroy the log mutex.
+      Closes ticket 31736.