aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-04-06 09:30:52 +1000
committerteor <teor@torproject.org>2019-04-06 09:30:52 +1000
commit44ea341117ef9f439d7ba9eae74a7a225646bfa3 (patch)
treec0949cda02bca43a6f5565073c94c7530680fba5 /changes
parent4aa02d3c7abe84e99874f6bf7bfffb7b551935a5 (diff)
parentdb71bceb4048c0274001ee46ebab2c60f8d11259 (diff)
downloadtor-44ea341117ef9f439d7ba9eae74a7a225646bfa3.tar.gz
tor-44ea341117ef9f439d7ba9eae74a7a225646bfa3.zip
Merge remote-tracking branch 'tor-github/pr/879' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r--changes/bug290365
-rw-r--r--changes/ticket299623
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug29036 b/changes/bug29036
new file mode 100644
index 0000000000..8b96c5c8fa
--- /dev/null
+++ b/changes/bug29036
@@ -0,0 +1,5 @@
+ o Minor bugfix (continuous integration):
+ - Reset coverage state on disk after Travis CI has finished. This is being
+ done to prevent future gcda file merge errors which causes the test suite
+ for the process subsystem to fail. The process subsystem was introduced
+ in 0.4.0.1-alpha. Fixes bug 29036; bugfix on 0.2.9.15.
diff --git a/changes/ticket29962 b/changes/ticket29962
new file mode 100644
index 0000000000..e36cc0cf9a
--- /dev/null
+++ b/changes/ticket29962
@@ -0,0 +1,3 @@
+ o Minor features (continuous integration):
+ - On Travis Rust builds, cleanup Rust registry and refrain from caching
+ target/ directory to speed up builds. Resolves issue 29962.