git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@195 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
lahiker42 2009-10-28 04:27:17 +00:00
parent 40f1eaea6f
commit bcde9c0a95

View File

@ -2,6 +2,10 @@
- for field names which are reserved words, use the real name
given in the protobuf-c file, not the mangled name which
is the name of the member in the C structure. (Andrei Nigmatulin)
- add protobuf_c_message_init() function; add virtual function
that implements it efficiently. (Andrei Nigmatulin)
- support for --init-only command-line option to suppress generation
of unpack/pack functions. (Andrei Nigmatulin)
0.11:
- allow CFLAGS=-DPRINT_UNPACK_ERRORS=0 to suppress