2015-05-10 16:06:52 +02:00
|
|
|
-------------------------------------------------------------------
|
2015-06-09 13:34:38 +02:00
|
|
|
Tue May 26 11:13:22 UTC 2015 - dgutu@suse.com
|
|
|
|
|
|
|
|
- Replaced autogen.sh in spec file with autoreconf -fvi
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-05-10 16:06:52 +02:00
|
|
|
Tue Apr 7 06:29:51 UTC 2015 - meissner@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.1.1:
|
|
|
|
[ Ilya Lipnitskiy ]
|
|
|
|
* Munge C block comment delimiters in protobuf comments, preventing syntax
|
|
|
|
errors in generated header files (Issue #180, #185).
|
|
|
|
|
|
|
|
* Add static qualifier to ProtobufCEnumValue and ProtobufCEnumValueIndex
|
|
|
|
variables in generated output.
|
|
|
|
|
|
|
|
[ Oleg Efimov ]
|
|
|
|
* Fix -Wpointer-sign compiler diagnostics in the test suite.
|
|
|
|
|
|
|
|
* Check for NULL pointers in protobuf_c_message_free_unpacked() (Issue #177).
|
|
|
|
|
|
|
|
* Exclude protoc-c and downloaded protobuf sources from Coveralls report.
|
|
|
|
|
|
|
|
[ Andrey Myznikov ]
|
|
|
|
* Fix incorrect 'short_name' field values in ProtobufCServiceDescriptor
|
|
|
|
variables in generated output.
|
|
|
|
|
2015-03-30 19:31:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 5 10:11:04 UTC 2015 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.1.0:
|
|
|
|
+ Fix a bug when merging optional byte fields.
|
|
|
|
+ Documentation updates.
|
|
|
|
+ Implement oneof support (Issue #174). Protobuf 2.6.0 or newer
|
|
|
|
is now required to build protobuf-c.
|
|
|
|
+ Print leading comments for enum, message, and field definitions
|
|
|
|
into generated header files (Issue #175).
|
|
|
|
- Changes from version 1.0.2:
|
|
|
|
+ Fix a build failure with Protobuf 2.6.0 related to aliased enum
|
|
|
|
constants (Issue #163).
|
|
|
|
+ Protobuf 2.5.0 or newer is now required to build protobuf-c
|
|
|
|
(Issue #166). This is due to the fix for #163.
|
|
|
|
+ Eliminate void pointer arithmetic (Issue #167).
|
|
|
|
+ Always define PROTOBUF_C__DEPRECATED, even on compilers that
|
|
|
|
are not GCC (Issue #167).
|
|
|
|
+ Work around the lack of the 'inline' keyword in Microsoft
|
|
|
|
compilers (Issue #167).
|
|
|
|
+ Add a CMakeLists.txt file as a fallback build system for
|
|
|
|
Windows (Issue #168).
|
|
|
|
+ Fix a build failure in the test suite that occurred with a
|
|
|
|
parallel make running on a system with a large number of CPUs
|
|
|
|
(Issue #156, #169).
|
|
|
|
- Changes from version 1.0.1:
|
|
|
|
+ Explicitly set the .data field of ProtobufCBinaryData's to NULL
|
|
|
|
when unpacking a zero length byte string (Issue #157).
|
|
|
|
- For a list of changes between 0.15 and 1.0.0, please refer to the
|
|
|
|
extensive ChangeLog file.
|
|
|
|
- Bump soname to 1, following upstream.
|
|
|
|
- Update Url tag: project moved over to github.
|
|
|
|
- Update license to be BSD-3-Clause and install LICENSE file.
|
|
|
|
|
2011-09-15 14:08:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|