forked from pool/perl-Cpanel-JSON-XS
automatic update OBS-URL: https://build.opensuse.org/request/show/441136 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cpanel-JSON-XS?expand=0&rev=8
144 lines
5.3 KiB
Plaintext
144 lines
5.3 KiB
Plaintext
-------------------------------------------------------------------
|
||
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
|
||
|
||
-------------------------------------------------------------------
|
||
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.
|
||
|
||
-------------------------------------------------------------------
|
||
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 |