1
0
forked from pool/protobuf-c
protobuf-c/protobuf-c.changes

19 lines
777 B
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Aug 31 07:11:06 UTC 2011 - coolo@suse.com
- update to 0.15
- make protobuf_c_message_init() into a function (Issue #49, daveb)
- Fix for freeing memory after unpacking bytes w/o a default-value.
(Andrei Nigmatulin)
- minor windows portability issues (use ProtobufC_FD) (Pop Stelian)
- --with-endianness={little,big} (Pop Stelian)
- bug setting up values of has_idle in public dispatch,
make protobuf_c_dispatch_run() use only public members (daveb)
- provide cmake support and some Windows compatibility (Nikita Manovich)
-------------------------------------------------------------------
Wed Apr 13 22:50:53 CET 2011 - pascal.bleser@opensuse.org
- initial version (0.14)