Merge branch 'maint-0.4.0'

This commit is contained in:
George Kadianakis
2019-04-05 14:55:22 +03:00
4 changed files with 22 additions and 5 deletions
+5
View File
@@ -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.
+3
View File
@@ -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.