Changelog for
kcov-34-3.1.x86_64.rpm :
Tue Apr 17 14:00:00 2018 hessijamesAATTgmail.com
- Version 34:
* Issue #215: Correct build with binutils >= 2.29
* Issue #216: Don\'t use SIGUNUSED (Dridi Boukelmoune)
* Issue #211: Avoid blocking bash write (Mike Bland)
* Issue #198: Correct skipped breakpoint count
* Issue #92: kcov can now perform full-system instrumentation via a
daemon and statically instrumented binaries
* Issue #193: Handle all available bash output (Ashley Straw)
* Issue #187: Fix crash regression due to address verifier changes
* Issue #166, Issue #209: Describe workaround for OSX build problems
* Issue #183: python: Quote argument strings to avoid argv issues (Bashkar Rana)
* Unit tests build again
* Issue #165: bash: Provide basic parser mode to workaround bugs in the
parser
* Issue #178: Port to AArch64 (though untested!)
* Issue #180: kcov now honors LCOV_EXCL_LINE/START/STOP, so that regions of
code can be excluded from the report. Command-line options can also set
custom patterns (Me, Keith Wansbrough)
* Issue #175: kcov can now ignore unreachable lines (Thomas Neumann)
Sun Feb 26 13:00:00 2017 hessijamesAATTgmail.com
- Version 33:
* Issue #167: Writers: Add pure JSON writer for gitlabCI (http://gitlab.com)
integration (Bryce Fisher-Fleig)
* Issue #162: Use Xcode build in addtion to Make for Travis
* Issue #163: Correct attaching to processes which create threads (ptrace)
- Version 32:
* Issue #135: Covering binaries on OSX is now possible as well!
* Issue #114, Issue #150, Kcov also works with codecov without changes!
* Issue #152, Issue #154: bash: Correct handling heredoc special cases
* Re-enable coverity for Travis CI builds again
* Issue #148: Correct handling of PTRACE events (Niklas Ă–gren)
* Issue #139: Create kcov-solib.pipe in a tempdir if out-dir is unfifoable
* Issue #141: Make [merged] name configurable via --configure
* Issue #138: Allow setting a different css file via --configure
* Issue #140: Allow specifying command name via --configure
* Issue #144: Allow setting configuration options manually with --configure
Wed Jul 27 14:00:00 2016 hessijamesAATTgmail.com
- Version 31:
* Exit with 0 when running --version (Pietro Monteiro)
* travis: Run regression tests on OS X as well
* Issue #130: bash: Correct handling of data accumulation with absolute paths
* Issue #127: Add output support for the SonarQube coverage plugin
* Refactor travis tests to use pyunit instead of Robot Framework
* Allow --repace-src when running with --merge