diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-18 16:39:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-18 16:39:25 -0400 |
commit | 312a42fc854a732d5f0fe4d5dcc1f567c2e069f4 (patch) | |
tree | d9bc725c73422345cc45dfdb42edc59034a17056 /changes | |
parent | 78386d8cdd67ca9c00e77d5d8e6604c0841a7098 (diff) | |
parent | 93da2cae49d0f3fbcf1c05932b76b2e6bd15017a (diff) | |
download | tor-312a42fc854a732d5f0fe4d5dcc1f567c2e069f4.tar.gz tor-312a42fc854a732d5f0fe4d5dcc1f567c2e069f4.zip |
Merge branch 'maint-0.2.9' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26787 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug26787 b/changes/bug26787 new file mode 100644 index 0000000000..b32e519a93 --- /dev/null +++ b/changes/bug26787 @@ -0,0 +1,3 @@ + o Minor bugfixes (testing): + - Disable core dumps in test_bt.sh, to avoid failures in "make + distcheck". Fixes bug 26787; bugfix on 0.2.5.2-alpha. |