diff options
author | teor <teor@torproject.org> | 2019-04-01 14:07:58 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-01 14:07:58 +1000 |
commit | ac28e56ccb402d640f5adde186a765265ce855c7 (patch) | |
tree | 463ac001ec41d416f66882a32f1a5f7ab23d31cf /changes | |
parent | 6d057c56f170a7d72751b9557c78c2f6ee5735b9 (diff) | |
parent | 57e9fe2bbaa66ee907d68cdf7ebcf2111bd71ac9 (diff) | |
download | tor-ac28e56ccb402d640f5adde186a765265ce855c7.tar.gz tor-ac28e56ccb402d640f5adde186a765265ce855c7.zip |
Merge branch 'bug29036-029' into bug29036-29962-034
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29036 | 5 |
1 files changed, 5 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. |