From 1dc2c8dd78e66e30e446ea217925fe5d91aa1f59 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Mon, 2 Jun 2014 18:05:22 -0400 Subject: [PATCH] ChangeLog: --enable-code-coverage --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index ad24395..e1733fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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