File perl-JSON-PP.changes of Package perl-JSON-PP
-------------------------------------------------------------------
Sat Dec 31 03:09:00 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 4.16
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.16 2022-12-30
- drop support for perls < 5.8 (GH#84, haarg++)
4.15 2022-12-27
- fix core bool test to not ignore errors (GH#82, haarg++)
4.14 2022-12-26
- updated manifest (GH#81, demerphq++)
4.13 2022-12-26
- Break up 099_binary.t into 16 pieces that can be tested in parallel (GH#80, demerphq++)
-------------------------------------------------------------------
Mon Oct 10 03:07:53 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 4.12
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.12 2022-10-09
- call unimport overload first to silence warnings (GH#76, haarg++)
-------------------------------------------------------------------
Mon Aug 1 03:07:43 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 4.11
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.11 2022-07-31
- restored cre boolean support (GH#73, #74, haarg++)
-------------------------------------------------------------------
Sat Jun 25 03:07:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 4.10
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.10 2022-06-24
- fix a regression of decode_error introduced at 4.08 (GH#75, reported by andk++)
- convert all tests to use Test::More (GH#70, haarg++)
-------------------------------------------------------------------
Sun May 22 03:07:37 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 4.09
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.09 2022-05-22
- reverted core boolean support for now (GH#72)
- incr_parse() Hangs on Certain Inputs (GH#67, DabeDotCom++)
- silence warnings about non-characters on older perls (GH#68, haarg++)
-------------------------------------------------------------------
Mon Apr 11 03:07:48 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 4.08
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.08 2022-04-10
- remove unneeded utf8::upgrade and downgrade (GH#59, FGasper++)
- core boolean support (GH#62, 63, haarg++)
- EBCDIC support (GH#64, khwilliamson++)
- shorten a test name (GH#65, khwilliamson)
-------------------------------------------------------------------
Sat Dec 18 03:07:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 4.07
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.07 2021-12-17
- fix incr_parse($unicode_str) bug (GH#56, DabeDotCom++)
-------------------------------------------------------------------
Sun Jan 24 03:07:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 4.06
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.06 2021-01-24
- fix return values of boolean_values for compatibility
(yahermann++)
-------------------------------------------------------------------
Fri Jul 10 09:32:08 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 4.05
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.05 2020-07-09
- no code changes
- modify tests for perl 7 (Nicolas R)
-------------------------------------------------------------------
Sun Jun 30 05:12:30 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 4.04
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.04 2019-06-29
- document indent_length option (GH#48)
-------------------------------------------------------------------
Wed Jun 19 05:11:52 UTC 2019 - Stephan Kulow <coolo@please-enter-an-email-address>
- updated to 4.03
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.03 2019-06-19
- (Encode::)decode json_pp input properly by default
(GH#47)
-------------------------------------------------------------------
Wed Mar 13 16:10:46 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 4.02
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.02 2019-02-23
- fix a test that breaks if perl is compiled with
-Dquadmath (RT-128589)
-------------------------------------------------------------------
Fri Feb 22 06:14:43 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 4.01
see /usr/share/doc/packages/perl-JSON-PP/Changes
4.01 2019-02-22
- allow to pass indent_length to json_pp (GH#46)
-------------------------------------------------------------------
Fri Dec 7 06:09:32 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 4.00
see /usr/share/doc/packages/perl-JSON-PP/Changes
-------------------------------------------------------------------
Fri Dec 22 06:31:29 UTC 2017 - coolo@suse.com
- updated to 2.97001
see /usr/share/doc/packages/perl-JSON-PP/Changes
2.97001 to be released
- tweak internal number detector to always considers a flagged
value as a string (GH#35, haarg++)
- clarify json_pp options (RT-123766; Dan Jacobson)
-------------------------------------------------------------------
Thu Dec 7 06:30:48 UTC 2017 - coolo@suse.com
- updated to 2.97000
see /usr/share/doc/packages/perl-JSON-PP/Changes
2.97000 2017-11-21
- fix is_bool to use blessed() instead of ref() (jwrightecs++)
- use 5 digit minor version number for a while to avoid confusion
(GH#33, dansut)
-------------------------------------------------------------------
Mon Nov 20 06:29:46 UTC 2017 - coolo@suse.com
- updated to 2.96
see /usr/share/doc/packages/perl-JSON-PP/Changes
2.96 2017-11-20
- not to use newer Test::More features (RT-122421 for JSON)
2.95 2017-11-20
- json_pp now prints an encoded json string (RT#123653)
- fix is_bool to use ->isa("JSON::PP::Boolean"), instead
of UNIVERSAL::isa("JSON::PP::Boolean") (GH#34, aidy++)
-------------------------------------------------------------------
Wed Jul 12 07:57:31 UTC 2017 - coolo@suse.com
- updated to 2.94
see /usr/share/doc/packages/perl-JSON-PP/Changes
2.94 2017-05-29
- fix a test to support perl 5.6
-------------------------------------------------------------------
Wed Jun 21 11:03:56 UTC 2017 - lars@linux-schulserver.de
- as 'zypper vcmp 2.27200 2.93' results in:
2.27200 is newer than 2.93
let's provide a package version which is bigger...
=> added 'Provides: %{name} = 2.93000-%%{release}'
=> added 'Provides: perl(JSON::PP) = 2.93000'
-------------------------------------------------------------------
Tue May 16 05:59:59 UTC 2017 - coolo@suse.com
- updated to 2.93
see /usr/share/doc/packages/perl-JSON-PP/Changes
-------------------------------------------------------------------
Sat Dec 3 01:45:20 UTC 2016 - chris@computersalat.de
- readd specfile hacks to fix build on 13.1 or newer
-------------------------------------------------------------------
Thu May 5 09:28:30 UTC 2016 - coolo@suse.com
- updated to 2.27400
see /usr/share/doc/packages/perl-JSON-PP/Changes
-------------------------------------------------------------------
Mon Dec 1 13:48:06 UTC 2014 - seife+obs@b1-systems.com
- update to 2.27300
- fixed return/or in _incr_parse
- occasionally failed in t/019_incr.t in Perl 5.17.6 or more
- add specfile hacks to fix build on 13.1 or newer
-------------------------------------------------------------------
Tue Nov 29 15:13:53 UTC 2011 - coolo@suse.com
- update to 2.27200
fixed incr_parse docodeing string more correctly (RT#68032 by LCONS)
-------------------------------------------------------------------
Mon Apr 4 17:25:14 UTC 2011 - coolo@novell.com
- initial package 2.27105
* created by cpanspec 1.78.03