Changelog for
msgpack-c-devel-6.1.0-1.5.x86_64.rpm :
* Sat Aug 17 2024 Jan Engelhardt
- Update to release 6.1.0
* Add object initializer functions
* Mon Jun 24 2024 Michael Vetter - Update to 6.0.2:
* Fix header file installation to respect CMAKE_INSTALL_INCLUDEDIR (#1125)
* Support absolute path for CMAKE_INSTALL_
*DIR (#1121)
* Removed invalid ctest option. (#1120)
* Support relative path for CMAKE_INSTALL_
*DIR (#1119)
* Tue Apr 02 2024 Michael Vetter - Update to release 6.0.1:
* Improve CI environment (#1061, #1091, #1109)
* Improve build system (#1060, #1069, #1108)
* Thu Nov 02 2023 Jan Engelhardt - Update to release 6.0.0
* The package name in cmake and pkgconfig files was changed from msgpackc to msgpack-c; the SONAME of the library changed likewise.
* Mon Aug 29 2022 Jan Engelhardt - Update to release 4.0.0
* The C++ interface has been split to a separate project/package
* Fix iovec name conflict
* Fix UB. Check null pointer before using memcpy()- SRPM rename from msgpack to msgpack-c
* Mon Jun 08 2020 Michael Vetter - Update to 3.3.0:
* Add json example for C (#870)
* Add both header and body packing functions for C (#870)
* Set default ref_size and chunk_size to vrefbuffer (#865)
* Add examples (#861)
* Improve build system (#839, #842)
* Improve tests (#829)
* Improve documents (#828)
* Remove some warnings (#827, #851, #871])
* Improve CI environment (#824, #831, #833, #834, #846, [#860], 874)
* Tue Dec 10 2019 Michael Vetter - Update to 3.2.1:
* Fix snprintf return value checking (#821[1])
* Remove some warnings (#819[2])
* Fix fbuffer result checking (#812[3])
* Fix temporary object handling (#807[4])
* Improve cmake support (#804[5])
* Fix invalid int main parameter (#800[6])
* Improve supporting platform (#797[7], #817[8])
* Fix ZLIB error handling (#795[9])
* Remove unused variable (#793[10])
* Improve integer overflow checking (#792[11])
* Tue May 28 2019 mvetterAATTsuse.com- Update to 3.2.0:
* Fix invalid include (#783[1])
* Add timespec support (#781[2])
* Fix unchecked fnprintf on C (#780[3])
* Improve integer overflow checking on C (#776[4])
* Fix warnings on -Wconversion (#770[5], #777[6], #784[7])
* Fix invalid passed by value on aligned_zone_size_visitor (#764[8])
* Improve windows support (#757[9], #779[10])
* Fix msgpack::object size caluclation error (#754[11])
* Fix memory error on example code (#753[12])
* Fix redundant memory allocation on C (#747[13])
* Fix msgpack::type::tuple base class conversion (#743[14])
* Mon Sep 10 2018 mvetterAATTsuse.com- Update to 3.1.1:
* Add force endian set functionality (#736[1])
* Fix vrefbuffer memory management problem (#733[2])
* Fix msvc specific problem (#731[3], #732[4])
* Update boost from 1.61.0 to 1.68.0 (#730[5])
* Fix msgpack_timestamp type mismatch bug (#726[6])
* Wed Aug 22 2018 mvetterAATTsuse.com- Update to 3.1.0:
* Improve documents (#687[1], #718[2])
* Add fuzzer support (#689[3])
* Fix msgpack::object union member access bug (#694[4])
* Improve cross platform configuration (#704[5])
* Fix out of range dereference bug of EXT (#705[6])
* Add timestamp support. std::chrono::system_clock::time_point is mapped to TIMESTAMP (#706[7])
* Add minimal timestamp support for C. The type msgpack_timestamp and the function msgpack_object_to_timestamp() are introduced (#707[8])
* Improve MSGPACK_DEFINE family name confliction probability (#710[9])
* Add no static-library build option (BUILD_SHARED_LIBS=ON) (#713[10], #717[11], #722[12])
* Add header only cmake target (#721[13])
* Add std::byte adaptor (#719[14])
* Remove some warnings (#720[15])