commit 0237a933a306e8ed9fa5e11aecbb7f7d00f11ef1 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Tue Apr 22 14:08:01 2014 +0100 Update to 3.0103 - New upstream release 3.0103 - Change booleans interop logic (again) for JSON-XS-3.01 - Check now for Types::Serialiser::Boolean i.e. JSON::PP::Boolean refs (https://github.com/rurban/Cpanel-JSON-XS/issues/18) to avoid allow_blessed for JSON-XS-3.01 booleans - Fix boolean representation for JSON-XS-3.01/Types::Serialiser::Boolean interop (arrayref, not hashref) - Add t/52_object.t from JSON::XS - Backport encode_hv HE sort on stack < 64 or heap to avoid stack overflows from JSON-XS-3.01; do not use alloca - Backport allow_tags, decode_tag, FREEZE/THAW callbacks from JSON-XS-3.01 - Added pod for OBJECT SERIALISATION (allow_tags, FREEZE/THAW) perl-Cpanel-JSON-XS.spec | 16 +++++++++++++++- sources | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) --- diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec index df954da..61fb262 100644 --- a/perl-Cpanel-JSON-XS.spec +++ b/perl-Cpanel-JSON-XS.spec @@ -1,6 +1,6 @@ Name: perl-Cpanel-JSON-XS Summary: JSON::XS for Cpanel, fast and correct serializing -Version: 3.0102 +Version: 3.0103 Release: 1%{?dist} License: GPL+ or Artistic URL: http://search.cpan.org/dist/Cpanel-JSON-XS/ @@ -90,6 +90,20 @@ make test IS_MAINTAINER=1 RELEASE_TESTING=1 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3pm* %changelog +* Tue Apr 22 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 3.0103-1 +- Update to 3.0103 + - Change booleans interop logic (again) for JSON-XS-3.01 + - Check now for Types::Serialiser::Boolean i.e. JSON::PP::Boolean refs + (https://github.com/rurban/Cpanel-JSON-XS/issues/18) to avoid + allow_blessed for JSON-XS-3.01 booleans + - Fix boolean representation for JSON-XS-3.01/Types::Serialiser::Boolean + interop (arrayref, not hashref) + - Add t/52_object.t from JSON::XS + - Backport encode_hv HE sort on stack < 64 or heap to avoid stack overflows + from JSON-XS-3.01; do not use alloca + - Backport allow_tags, decode_tag, FREEZE/THAW callbacks from JSON-XS-3.01 + - Added pod for OBJECT SERIALISATION (allow_tags, FREEZE/THAW) + * Thu Apr 17 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 3.0102-1 - Update to 3.0102 - Added PERL_NO_GET_CONTEXT for better performance on threaded Perls diff --git a/sources b/sources index fac63e9..b89fcaa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06398ad4ea8d02d0fe8323cad811b703 Cpanel-JSON-XS-3.0102.tar.gz +aa93ea99d9d52aea634371654be76540 Cpanel-JSON-XS-3.0103.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel