From 7806546457e4842b08f536caeec4d53cab00364f Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Thu, 26 Aug 2010 04:15:51 +0000 Subject: [PATCH] Finish up ChangeLog git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@243 00440858-1255-0410-a3e6-75ea37f81c3a --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7824285..4d14795 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -0.14 (NOT YET RELEASED) +0.14: - build fix (missing dependency in test directory) - add generation / installation of pkg-config files. (Bobby Powers) - support for packed repeated fields (Dave Benson) @@ -6,8 +6,9 @@ showed up in later function calls. - support for deprecated fields -- enable a GCC warning if a field has the "deprecated" option enabled. (Andrei Nigmatulin) - - fix for protobuf_c_message_unpack() to issue error if any "required" field - is missing in input stream. (Andrei Nigmatulin) + - hackery to try to avoid touching inttypes.h on windows (Issue #41) + - fix for protobuf_c_message_unpack() to issue error if any + "required" field is missing in input stream. (Andrei Nigmatulin) 0.13: - Fix for when the number of connections gets too great in RPC.