-
Fri Oct 15 2021 Paul Howarth <paul@city-fan.org> - 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 <releng@fedoraproject.org> - 4.26-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.26-3
- Perl 5.34 re-rebuild of bootstrapped packages
-
Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.26-2
- Perl 5.34 rebuild
-
Mon Apr 12 2021 Paul Howarth <paul@city-fan.org> - 4.26-1
- Update to 4.26
- Fix compilation with C++ (GH#177)
- Use %license unconditionally
-
Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.25-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
Wed Oct 28 2020 Paul Howarth <paul@city-fan.org> - 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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 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