Changelog for
libjsoncpp25-1.9.5-3.41.x86_64.rpm :
* Wed Mar 08 2023 Martin Pluskal
- Build AVX2 enabled hwcaps library for x86_64-v3
* Sat Nov 27 2021 Dirk Müller - update to 1.9.5:
* Minor bug-fixes (including for cmake)
* Support for Bazel
* Dropped compile-time deprecation warnings
* Mon Sep 28 2020 Dirk Mueller - update to 1.9.4:
* This patch contains several fixes found through the OSS-Fuzz project fuzzing, increasing the security of the library,
* Wed Jun 24 2020 Guillaume GARDET - From 1.9.2 to 1.9.3, autolink.h has been dropped and config.h must be used so, create a symlink for compatibility
* Fri Jun 19 2020 Martin Pluskal - Update to version 1.9.3\"
* Fixes to JSON_USE_EXCEPTION--some bugs creeped in breaking this flag in pre-release.
* Fixes to build system--improvements have been make for code correctness.
* Compile errors for various platforms have been resolved.
* Fuzzing has been fixed.
* Various bugs in the Reader and Writer code have been corrected.
* CPPTL support has been dropped.
* Various code improvements and optimizations.- Drop no longer needed patch:
* jsoncpp-f11611c8785082ead760494cba06196f14a06dcb.patch
* Wed Feb 12 2020 Guillaume GARDET - Fix build on non-x86 architectures - boo#1163385
* jsoncpp-f11611c8785082ead760494cba06196f14a06dcb.patch- From 1.9.1 to 1.9.2, features.h has been renamed json_features.h so, add a symlink for compatibility - boo#1163385
* Mon Feb 03 2020 Martin Pluskal - Update to version 1.9.2:
* Medium size pre-release containing lots of build fixes
* Tue Aug 13 2019 Martin Pluskal - Update to version 1.9.1:
* This release contains some minor build fixes.- Changes for version 1.9.0:
* Build optimizations and updates. Now needs at least Meson 0.50.0, bot support for VS 2013 dropped in favor of VS 2017
* Lots of bug fixes
* Lots of enhancements
* Lots of cleanup
* Sat Dec 23 2017 avindraAATTopensuse.org- Update to version 1.8.4:
* Functional changes - Serialize UTF-8 string with Unicode escapes + Breaks code that relies on not Unicode-escaping encoding strings. A future release may allow skipping all Unicode escape. - Un-deprecate removeMember overloads, return void - Allow Json::Value to be used in a boolean context - Use move ctor in append() - Add value_type to improve integration with boost
* Meta-changes - Fix meson.build to allow using jsoncpp as a subproject - Fix some compiler warnings - Update docs
* Mon Oct 02 2017 mpluskalAATTsuse.com- Update to version 1.8.3:
* Also, fix writeCommentBeforeValue() iter deref