mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-28 14:48:18 +08:00
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@152 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
parent
cbb017615c
commit
461901905b
@ -22,6 +22,8 @@
|
|||||||
- lowercase field names consistently when composing
|
- lowercase field names consistently when composing
|
||||||
default_value names. (issue 11)
|
default_value names. (issue 11)
|
||||||
- remove spurious semicolon (issue 10)
|
- remove spurious semicolon (issue 10)
|
||||||
0.8: (NOT YET RELEASED)
|
0.8:
|
||||||
- Destroy function typedef for Services was omitting a "*"
|
- Destroy function typedef for Services was omitting a "*"
|
||||||
- service_machgen_invoke was broken. (issue 12)
|
- service_machgen_invoke was broken. (issue 12)
|
||||||
|
- add RPC system (BETA)
|
||||||
|
- don't segfault when packing NULL strings and messages.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_INIT(src/google/protobuf-c/protobuf-c.h)
|
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)
|
AM_INIT_AUTOMAKE(protobuf-c, $PROTOBUF_C_VERSION)
|
||||||
PACKAGE=protobuf-c
|
PACKAGE=protobuf-c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user