File protozero.changes of Package protozero
-------------------------------------------------------------------
Sat Oct 11 14:31:32 UTC 2025 - M Fredericks <emfee@gmx.net>
- Update to 1.8.1
- Fix buffer overrun in get_bool()
- Fix test that checks that protozero also works with std::string_view
-------------------------------------------------------------------
Tue Apr 22 06:36:27 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 1.8.0
- Switched to C++14 as minimum requirement. Modernised the code accordingly.
- Only the tests need the Protobuf library when building.
- Improve compatibility with various STL flavors.
- Change license formatting to get recognized by license scanning tools.
- Add lots of const in places where we can. Also fix some other issues reported by clang-tidy.
- Various other code cleanups.
- Modernize documentation config, CMake config and CI workflows.
-------------------------------------------------------------------
Fri Apr 3 08:44:08 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 1.6.8
-------------------------------------------------------------------
Thu Nov 1 08:03:15 CET 2018 - kukuk@suse.de
- Initial version