summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-24 10:38:37 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-24 10:38:37 -0400
commit5cc3a0379eba0eb4e9baac97468fcaebcc654437 (patch)
tree497bd0d3e6e50c89a74608f5ebf79f728509e211 /changes
parente8886340762cbe3be306268dfe0003214b09ac07 (diff)
parent34e7dca9c9e902a58fe8942cef666f1d99d06030 (diff)
downloadtor-5cc3a0379eba0eb4e9baac97468fcaebcc654437.tar.gz
tor-5cc3a0379eba0eb4e9baac97468fcaebcc654437.zip
Merge branch 'maint-0.2.9' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r--changes/travis_distcheck4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/travis_distcheck b/changes/travis_distcheck
new file mode 100644
index 0000000000..0f278fe7ee
--- /dev/null
+++ b/changes/travis_distcheck
@@ -0,0 +1,4 @@
+ o Minor features (continuous integration):
+ - Our .travis.yml configuration now includes support for testing
+ the results of "make distcheck". (It's not uncommon for "make check" to
+ pass but "make distcheck" to fail.) Closes ticket 25814.