2016-11-21 14:30:44 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 21 06:14:17 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 3.0224
|
|
|
|
|
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
|
|
|
|
|
|
|
|
|
|
3.0224 2016-11-20 (rurban)
|
|
|
|
|
- fixes for g++-6, stricter -fpermissive and -Wc++11-compat
|
|
|
|
|
|
2016-11-17 20:03:15 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 17 06:12:51 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 3.0223
|
|
|
|
|
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
|
|
|
|
|
|
|
|
|
|
3.0223 2016-11-16 (rurban)
|
|
|
|
|
- fixed decode bignum with a string prefix. #76, patch by GilmarSantosJr.
|
|
|
|
|
|
2016-11-12 17:07:21 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 11 06:13:46 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 3.0222
|
|
|
|
|
see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
|
|
|
|
|
|
|
|
|
|
3.0222 2016-10-30 (rurban)
|
|
|
|
|
- enable decode_bom for multibyte encodings UTF16 and UTF32.
|
|
|
|
|
encode internally to UTF-8.
|
|
|
|
|
|
|
|
|
|
3.0221 2016-10-30 (rurban)
|
|
|
|
|
- fixed documentation of decode for unicode noncharacters.
|
|
|
|
|
added correct code to warn as in core.
|
|
|
|
|
no replacement, ignore warnings when in relaxed mode.
|
|
|
|
|
We used a wrong range also, but the wrong code from 3.02220
|
|
|
|
|
was never executed because of an coding error. #73, #74
|
|
|
|
|
- Fixed a perl 5.6 compilation regression from 3.0220.
|
|
|
|
|
- Improve decode_bom for multibyte encoding, but not yet enabled.
|
|
|
|
|
refcount error.
|
|
|
|
|
- Add 5.24 to travis tests
|
|
|
|
|
|
|
|
|
|
3.0220 2016-10-28 (rurban)
|
|
|
|
|
- add comprehensive JSON decode spectests from
|
|
|
|
|
http://seriot.ch/parsing_json.html. #72
|
|
|
|
|
- decode with BOM (UTF-8, UTF-16, or UTF-32). For now only UTF-8,
|
|
|
|
|
the others error.
|
|
|
|
|
- fixed detection of final |