Commit 46190190 authored by lahiker42's avatar lahiker42

git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@152 00440858-1255-0410-a3e6-75ea37f81c3a
parent cbb01761
......@@ -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.
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment