ChangeLog: protoc-c/protobuf-c.h version coupling

This commit is contained in:
Robert Edmonds 2014-04-03 18:26:19 -04:00
parent c7c7850b51
commit 58c9e066e7

View File

@ -104,6 +104,10 @@ protobuf-c (1.0.0) UNRELEASED
version of the header file. This replaces the interfaces for retrieving
the protobuf-c version numbers in Issue #53.
* Add a version guard that ensures that the output of protoc-c is only
compiled against a protobuf-c header file from the exact same protobuf-c
release.
* 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