ChangeLog: --enable-code-coverage

This commit is contained in:
Robert Edmonds 2014-06-02 18:05:22 -04:00
parent 54881f489b
commit 1dc2c8dd78

View File

@ -108,6 +108,10 @@ protobuf-c (1.0.0) UNRELEASED
compiled against a protobuf-c header file from the exact same protobuf-c
release.
* Add a --enable-code-coverage option to configure, which enables a
"make check-code-coverage" build target. This generates a code coverage
report and requires the lcov tool to be installed.
* Update copyright and license statements throughout. The original
protobuf code released by Google was relicensed from Apache-2.0 to
BSD-3-Clause. Dave Benson also converted his license from BSD-3-Clause