From 461901905b81a7f97c6ac69c140087fd30d998ec Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Thu, 29 Jan 2009 15:41:41 +0000 Subject: [PATCH] git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@152 00440858-1255-0410-a3e6-75ea37f81c3a --- ChangeLog | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 982489a..dd22430 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,8 @@ - lowercase field names consistently when composing default_value names. (issue 11) - remove spurious semicolon (issue 10) -0.8: (NOT YET RELEASED) +0.8: - Destroy function typedef for Services was omitting a "*" - service_machgen_invoke was broken. (issue 12) + - add RPC system (BETA) + - don't segfault when packing NULL strings and messages. diff --git a/configure.ac b/configure.ac index a5dd441..1329e4b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT(src/google/protobuf-c/protobuf-c.h) -PROTOBUF_C_VERSION=0.7 +PROTOBUF_C_VERSION=0.8 AM_INIT_AUTOMAKE(protobuf-c, $PROTOBUF_C_VERSION) PACKAGE=protobuf-c