diff options
author | teor <teor@torproject.org> | 2019-04-01 13:40:16 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-01 13:40:16 +1000 |
commit | eb0bd18d6e344c574614d6d53e2f7cead92c3178 (patch) | |
tree | 1285efc6bb3f525c429fffbdc478350e369f327d | |
parent | fbb1c7adfcfbda2f7ed6877beb137c382ecb6b50 (diff) | |
download | tor-eb0bd18d6e344c574614d6d53e2f7cead92c3178.tar.gz tor-eb0bd18d6e344c574614d6d53e2f7cead92c3178.zip |
changes: Use the first Tor version with CI coverage for the 29036 changes file
Otherwise, "make check-changes" will complain when we backport the change.
-rw-r--r-- | changes/bug29036 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/bug29036 b/changes/bug29036 index 4de02adfe3..8b96c5c8fa 100644 --- a/changes/bug29036 +++ b/changes/bug29036 @@ -1,5 +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. Fixes bug 29036; bugfix on 0.4.0.1-alpha. - + 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. |