-
Tue Sep 09 2025 Paul Howarth <paul@city-fan.org> - 4.40-1
- Update to 4.40
- Fix overflow with overlong numbers, fuzzing only (CVE-2025-40929)
- Detect more malformed numbers, with two decimal points
- Pin Github actions to latest @v via pinact run -u
-
Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.39-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
Tue Jul 08 2025 Jitka Plesnikova <jplesnik@redhat.com> - 4.39-4
- Perl 5.42 re-rebuild of bootstrapped packages
-
Mon Jul 07 2025 Jitka Plesnikova <jplesnik@redhat.com> - 4.39-3
- Perl 5.42 rebuild
-
Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.39-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
Fri Dec 13 2024 Paul Howarth <paul@city-fan.org> - 4.39-1
- Update to 4.39
- Fix Windows -Dusequadmath (GH#229, GH#235)
- Fix inconsistent behavior between decoding escaped and unescaped
surrogates, and escaped non-characters vs. non-escaped non-characters; now
aligned to JSON::PP (GH#227, GH#233)
- Add type_all_string tests (GH#236)
- Silence UV to char cast warnings (GH#232)
- Fix MSVC preprocessor errors (GH#232)
- Fix -Wformat warnings on Windows (GH#228)
- Clarify BigInt decoding (GH#226)
- Drop EL-7 support
- Use %{make_build} and %{make_install}
-
Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.38-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
Wed Jun 12 2024 Jitka Plesnikova <jplesnik@redhat.com> - 4.38-3
- Perl 5.40 re-rebuild of bootstrapped packages
-
Tue Jun 11 2024 Jitka Plesnikova <jplesnik@redhat.com> - 4.38-2
- Perl 5.40 rebuild
-
Tue May 28 2024 Paul Howarth <paul@city-fan.org> - 4.38-1
- Update to 4.38
- Encode real core booleans as boolean notation (GH#224)
- Minor test fixes
- Fix docs typo (GH#225)