diff --git a/Cpanel-JSON-XS-4.38.tar.gz b/Cpanel-JSON-XS-4.38.tar.gz deleted file mode 100644 index 8d0df207c64d9ed1d30f73f806ed6081128224cd..0000000000000000000000000000000000000000 Binary files a/Cpanel-JSON-XS-4.38.tar.gz and /dev/null differ diff --git a/Cpanel-JSON-XS-4.39.tar.gz b/Cpanel-JSON-XS-4.39.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f2d276770061169025d1a48e40646589f7f17953 Binary files /dev/null and b/Cpanel-JSON-XS-4.39.tar.gz differ diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec index 3fa39eae90c5b90a129105942f460f79dcea4f5f..84132406d662df4228cc0366c49ac75038984d1d 100644 --- a/perl-Cpanel-JSON-XS.spec +++ b/perl-Cpanel-JSON-XS.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: perl-Cpanel-JSON-XS -Version: 4.38 +Version: 4.39 Release: 1 Summary: CPanel fork of JSON::XS, fast and correct serializing License: GPL-1.0-or-later or Artistic-1.0-Perl @@ -107,6 +107,16 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Wed Jan 08 2025 openeuler_bot - 4.39-1 +- Changes for version 4.39 - 2024-12-12 + - Fix Windows -Dusequadmath (sisyphus GH #235, GH #229) + - Fix inconsistent behavior between decoding escaped and unescaped surrogates, and escaped non-characters vs non-escaped non-characters. Now aligned to JSON::PP (Gavin Hayes GH #233, GH #227) + - Add type_all_string tests (Bernhard Schmalhofer GH #236) + - Silence UV to char cast warnings (bulk88 GH #232) + - Fix MSVC preprocessor errors (bulk88 GH #232) + - Fix -Wformat warnings on Windows (sisyphus GH #228) + - Clarify BigInt decoding (GH #226) + * Thu May 30 2024 xiejing - 4.38-1 - Update to 4.38 - Encode real core booleans as boolean notation