Changelog for
perl-Cpanel-JSON-XS-debuginfo-4.27-1.el9.x86_64.rpm :
* Fri Oct 15 2021 Paul Howarth
- 4.27-1- Update to 4.27 - Only add -Werror=declaration-after-statement for 5.035004 and earlier (GH#186) - Fix 125_shared_boolean.t for threads (GH#184)- Drop support for building for targets older than EL-7
* Thu Jul 22 2021 Fedora Release Engineering - 4.26-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 24 2021 Jitka Plesnikova - 4.26-3- Perl 5.34 re-rebuild of bootstrapped packages
* Fri May 21 2021 Jitka Plesnikova - 4.26-2- Perl 5.34 rebuild
* Mon Apr 12 2021 Paul Howarth - 4.26-1- Update to 4.26 - Fix compilation with C++ (GH#177)- Use %license unconditionally
* Wed Jan 27 2021 Fedora Release Engineering - 4.25-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Oct 28 2020 Paul Howarth - 4.25-1- Update to 4.25 - Fix decode relaxed with comment at the end of the buffer (GH#174), a regression introduced with 3.0220, to fix n_number_then_00 - Possible fix for a gcc-9 optimizer bug (GH#172)
* Fri Oct 02 2020 Paul Howarth - 4.24-1- Update to 4.24 - Fix decode_json(scalar, 0), check 2nd arg for true-ness (GH#171)
* Sat Sep 05 2020 Paul Howarth - 4.23-1- Update to 4.23 - Fix t/54_stringify needs JSON 2.09 for allow_unknown (GH#169) - Fix t/118_type.t for 5.6 - Fix t/96_interop.t for missing JSON::XS - Possible fix for s390x with long double, untested (GH#83)
* Thu Aug 13 2020 Paul Howarth - 4.21-1- Update to 4.21 - Fix not enough HEK memory allocation for the new canonical tied hashes feature (GH#168) - TODO broken JSON::PP::Boolean versions 2.9x - 4.0 with threads::shared in 125_shared_boolean.t
* Wed Aug 12 2020 Paul Howarth - 4.20-1- Update to 4.20 - New feature: sort tied hashes with canonical (GH#167) - Fix encode of threads::shared boolean (GH#166); this was broken with 4.00 - Fix some stringify overload cases via convert_blessed (GH#105) - Fix a compat case with JSON::XS, when convert_blessed is set, but allow_blessed not (GH#105) - Improve blessed and stringify tests - Work on better inf/nan detection on AIX (GH#165) - Fix documentation for booleans and their types (GH#162)
* Tue Jul 28 2020 Fedora Release Engineering - 4.19-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 26 2020 Jitka Plesnikova - 4.19-3- Perl 5.32 re-rebuild of bootstrapped packages
* Tue Jun 23 2020 Jitka Plesnikova - 4.19-2- Perl 5.32 rebuild
* Thu Feb 06 2020 Paul Howarth - 4.19-1- Update to 4.19 - Fix typed decode memory leak (GH#160)
* Wed Jan 29 2020 Fedora Release Engineering - 4.18-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Dec 13 2019 Paul Howarth - 4.18-1- Update to 4.18 - Add new method ->type_all_string (GH#156); when type_all_string is set then the encode method produces stable deterministic string types in the resulting JSON - this can be an alternative to Cpanel::JSON::XS::Type when having deterministic output is required but string JSON types are enough for any output - Move SvGETMAGIC() from encode_av() and encode_hv() to encode_sv() (GH#156) - Add Math::BigInt and Math::BigFloat as recommended dependencies (GH#157)
* Tue Nov 05 2019 Paul Howarth - 4.17-1- Update to 4.17 - Add Changes tests and fixups (GH#155)
* Mon Nov 04 2019 Paul Howarth - 4.16-1- Update to 4.16 - Use Perl_strtod instead of self-made atof (via pow), to minimize differences from core string-to-float conversions (GH#154); this fixes float representation regressions (in the 1e-6 to 1e-16 range) since 5.22
* Tue Oct 22 2019 Paul Howarth - 4.15-1- Update to 4.15 - Fix more tests for nvtype long double