2008-11-30 06:22:21 +00:00
|
|
|
0.0:
|
|
|
|
- Initial release.
|
|
|
|
0.1:
|
|
|
|
- Lots of test code (and bug fixes).
|
2008-08-28 06:08:40 +00:00
|
|
|
0.2:
|
2008-11-30 06:22:21 +00:00
|
|
|
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.
|
2008-11-30 15:07:39 +00:00
|
|
|
0.6:
|
2008-11-30 06:22:21 +00:00
|
|
|
- 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.
|
2008-11-30 15:07:39 +00:00
|
|
|
- add some reserved fields at the end of the various descriptors
|
2008-12-17 16:47:29 +00:00
|
|
|
0.7:
|
2008-12-17 02:49:26 +00:00
|
|
|
- memory leak: unknown fields were not being freed by free_unpacked()
|
2008-12-17 16:47:29 +00:00
|
|
|
- lowercase field names consistently when composing
|
|
|
|
default_value names. (issue 11)
|
|
|
|
- remove spurious semicolon (issue 10)
|
2009-01-29 15:41:41 +00:00
|
|
|
0.8:
|
2009-01-08 01:39:52 +00:00
|
|
|
- Destroy function typedef for Services was omitting a "*"
|
2009-01-19 15:50:13 +00:00
|
|
|
- service_machgen_invoke was broken. (issue 12)
|
2009-01-29 15:41:41 +00:00
|
|
|
- add RPC system (BETA)
|
2009-02-09 03:27:57 +00:00
|
|
|
- don't segfault when packing NULL strings and messages. (issue 13)
|
|
|
|
|