SHA256
8
0
forked from pool/perl-JSON
Pascal Bleser
2011-03-08 11:49:18 +00:00
committed by Git OBS Bridge
parent f9284e8a9a
commit cc08831741
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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
@@ -10,7 +18,8 @@ Tue Sep 28 12:35:21 UTC 2010 - pascal.bleser@opensuse.org
* 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
* 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:
@@ -19,8 +28,10 @@ Tue Sep 28 12:35:21 UTC 2010 - pascal.bleser@opensuse.org
- 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
+ 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
@@ -49,7 +60,8 @@ Wed Aug 25 07:04:25 UTC 2010 - pascal.bleser@opensuse.org
* 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
* 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