- made Makefile.PL skipping a installing XS question when set $ENV{PERL_ONLY} or $ENV{NO_XS} (rt#66820) - fixed to_json (pointed and patched by mmcleric in rt#68359) - backport JSON::PP 2.27200 * fixed incr_parse docodeing string more correctly (rt#68032 by LCONS) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON?expand=0&rev=24
117 lines
4.0 KiB
Plaintext
117 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 18 13:41:56 UTC 2011 - coolo@suse.com
|
|
|
|
- update to 2.53
|
|
- made Makefile.PL skipping a installing XS question
|
|
when set $ENV{PERL_ONLY} or $ENV{NO_XS} (rt#66820)
|
|
- fixed to_json (pointed and patched by mmcleric in rt#68359)
|
|
- backport JSON::PP 2.27200
|
|
* fixed incr_parse docodeing string more correctly (rt#68032 by LCONS)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 5 08:17:48 UTC 2011 - coolo@novell.com
|
|
|
|
- fix provides - JSON::PP is really another module
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 08 11:45:09 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 2.51:
|
|
* import JSON::PP 2.27105 as BackportPP
|
|
* JSON::PP is split away JSON distributino for perl 5.14
|
|
* JSON::backportPP is included in instead
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:33:09 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 28 12:35:21 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- update to 2.26:
|
|
* JSON::PP: cleaned up code and enhanced sort option efficiency in encode
|
|
|
|
- changes from 2.25:
|
|
* JSON: JSON::Backend::XS::Supportable always executed a needless process
|
|
with JSON::XS backend; this made encode/decode a bit slower
|
|
|
|
- changes from 2.24:
|
|
* JSON::PP:
|
|
+ tweaked code.
|
|
+ optimized code in hash object encoding
|
|
|
|
- changes from 2.23:
|
|
* JSON::PP
|
|
+ modified tied object handling in encode; it made encoding speed faster
|
|
(RT#61604)
|
|
+ modified t/e10_bignum.t for avoiding a warning in using Math::BigInt dev
|
|
version
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 6 08:20:25 UTC 2010 - chris@computersalat.de
|
|
|
|
- update to 2.22
|
|
* added JSON::XS installing feature in Makefile.PL
|
|
with cpan or cpanm (some points suggested by gfx)
|
|
* check that to_json and from_json are not called as methods (CHORNY)
|
|
* modified for -Duse64bitall -Duselongdouble compiled perl.
|
|
11_pc_expo.t too. (these are patched by H.Merijn Brand)
|
|
- recreated by cpanspec 1.78
|
|
- noarch pkg
|
|
- remove blanks from changes file
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 25 07:04:25 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- completely rewritten spec file
|
|
- updated to 2.22:
|
|
* check that to_json and from_json are not called as methods
|
|
- changes from 2.21:
|
|
* enhanced 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER'
|
|
* renamed eg/bench_pp_xs.pl to eg/bench_decode.pl
|
|
* added eg/bench_encode.pl
|
|
- changes from 2.20:
|
|
* added eg/bench_pp_xs.pl for benchmark sample
|
|
* updated 'INCREMENTAL PARSING' section
|
|
* decode_prefix() didn't count a consumed text length properly
|
|
* enhanced XS compatibilty in the case of decoding a white space garbaged
|
|
text
|
|
- changes from 2.19:
|
|
* fixed typo (rt#53535 by Angel Abad)
|
|
* added a recommendation refering to (en|de)code_json to pod
|
|
* added 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER'
|
|
- changs from 2.18:
|
|
* updated document (compatible with JSON::XS 2.29)
|
|
* fixed encode an overloaded 'eq' object bug
|
|
* enhanced an error message compatible to JSON::XS
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 13 23:15:16 UTC 2010 - jw@novell.com
|
|
|
|
- updated to 2.17
|
|
* fixed a problem caused by JSON::XS backend and support_by_pp option
|
|
(rt#52842, rt#52847 by ikegami)
|
|
[JSON::PP]
|
|
* made compatible with JSON::XS 2.27
|
|
* patched decode for incr_parse (rt#52820 by ikegami)
|
|
* relaxed option caused an infinite loop in some condition.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 25 19:38:51 CEST 2009 - chris@computersalat.de
|
|
|
|
- spec mods
|
|
* removed ^----------
|
|
* removed ^#---------
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 20 19:09:23 CEST 2009 - chris@computersalat.de
|
|
|
|
- update to 2.15
|
|
- added perl-macros
|
|
o autogen filelist with perl_gen_filelist
|
|
- spec mods
|
|
o added header
|
|
o fixed deps
|
|
|