From 58c9e066e78af202e46967799d82343efea509e6 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Thu, 3 Apr 2014 18:26:19 -0400 Subject: [PATCH] ChangeLog: protoc-c/protobuf-c.h version coupling --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index e96663b..88019be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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