protobuf-c/ChangeLog
lahiker42 6e9f371cd6 mention memory leak.
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@92 00440858-1255-0410-a3e6-75ea37f81c3a
2008-12-17 02:49:26 +00:00

22 lines
745 B
Plaintext

0.0:
- Initial release.
0.1:
- Lots of test code (and bug fixes).
0.2:
0.3:
- Minor pedantic concerns about generated code.
0.4:
- Update to work with protobuf 2.0.1.
0.5:
- License now included in major files.
- Use little-endian optimizations; fix a bug therein.
- Include 'make deb' target.
0.6:
- Warning suppression for -Wcast-qual and -Wshadow.
- Support for default values of all types allowed by core protobuf.
- Generate message__init functions, for when the static initializer
isn't convenient.
- add some reserved fields at the end of the various descriptors
0.7 (NOT YET RELEASED)
- memory leak: unknown fields were not being freed by free_unpacked()