]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug17151
authorNick Mathewson <nickm@torproject.org>
Tue, 29 Sep 2015 08:08:02 +0000 (10:08 +0200)
committerNick Mathewson <nickm@torproject.org>
Tue, 29 Sep 2015 08:08:02 +0000 (10:08 +0200)
changes/bug17151 [new file with mode: 0644]

diff --git a/changes/bug17151 b/changes/bug17151
new file mode 100644 (file)
index 0000000..0993b90
--- /dev/null
@@ -0,0 +1,7 @@
+  o Minor bugfixes (portability):
+    - Use libexecinfo on FreeBSD, to enable backtrace support. Fixes part of
+      bug 17151; bugfix on 0.2.5.2-alpha. Patch from Marcin Cieślak.
+
+  o Minor bugfixes (testing):
+    - Skip backtrace tests when backtrace support is not compiled in. Fixes
+      part of bug 17151; bugfix on 0.2.7.1-alpha. Patch from Marcin Cieślak.