File nanopb.changes of Package nanopb
-------------------------------------------------------------------
Mon Jan 7 15:47:22 UTC 2019 - Michał Rostecki <mrostecki@suse.de>
- Enable PB_FIELD_16BIT setting to add support for tag numbers >
255 and fields larger than 255 bytes.
-------------------------------------------------------------------
Mon Jan 7 14:32:19 UTC 2019 - Michał Rostecki <mrostecki@suse.de>
- Add nanopb-source package - some Go programs using gRPC need
protobuf definitions which are included inside the source code,
but are not included in the devel package.
-------------------------------------------------------------------
Mon Dec 10 08:53:57 UTC 2018 - Michał Rostecki <mrostecki@suse.de>
- Update to version 0.3.9.2:
* Update changelog & authors
* Fix splint test error (#359)
* Clarify the usage of callback fields inside oneof sections in the docs
* cmake: Include CMAKE_INSTALL_LIBDIR in CMAKE_INSTALL_CMAKEDIR
* cmake: Allow to build a shared library
* Made some changes for Error Output.
* Update README.md
* Further test fail fix for Windows
-------------------------------------------------------------------
Wed Oct 24 12:52:36 UTC 2018 - Michał Rostecki <mrostecki@suse.de>
- Initial release