1
0
Files
perl-JSON-Parse/perl-JSON-Parse.changes

139 lines
3.7 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun Nov 6 06:41:42 UTC 2016 - coolo@suse.com
- updated to 0.43
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.43 2016-11-05
* Remove validjson dependence on Path::Tiny.
* Produce better outputs from validjson script
-------------------------------------------------------------------
Tue Aug 23 05:29:57 UTC 2016 - coolo@suse.com
- updated to 0.42
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.42 2016-08-22
* Long string copying bug fixed.
-------------------------------------------------------------------
Thu Jun 23 06:30:45 UTC 2016 - coolo@suse.com
- updated to 0.41
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.41 2016-06-14
* Implement "warn_only"
* Documentation clarifications
-------------------------------------------------------------------
Mon May 23 12:02:34 UTC 2016 - coolo@suse.com
- updated to 0.40
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.40 2016-05-22
* Compilation warning, possible memory leaks (SHLOMIF)
-------------------------------------------------------------------
Fri Nov 20 09:41:24 UTC 2015 - coolo@suse.com
- updated to 0.39
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.39 2015-11-18
* Fix for 64 bit
* Changed error message documentation to machine-readable
-------------------------------------------------------------------
Sun Nov 8 09:52:08 UTC 2015 - coolo@suse.com
- updated to 0.38
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.38 2015-10-30
* Add object interface for more flexible parsing.
* Add "parse_json_safe" with no exceptions and hash collision detection.
* Add choice to copy literals.
* Better documentation of changes and examples
-------------------------------------------------------------------
Sat Oct 31 10:45:06 UTC 2015 - coolo@suse.com
- updated to 0.37
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.37 2015-10-29
* Remove $JSON::Parse::true and false, use &PL_sv_yes and &PL_sv_no instead.
-------------------------------------------------------------------
Sat Oct 24 09:09:02 UTC 2015 - coolo@suse.com
- updated to 0.36
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.36 2015-10-24
* Document and install "validjson" script.
* Document the "$JSON::Parse::json_diagnostics" global variable.
0.35 2015-10-19
* Minor documentation changes
0.34 2015-10-19
* Document key collisions
* Extend SEE ALSO section on other JSON modules on CPAN.
-------------------------------------------------------------------
Mon Oct 12 08:51:10 UTC 2015 - coolo@suse.com
- updated to 0.33
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.33 2015-10-09
* Memory leak plug
* Small speed improvements
* Minor bug about commas after bare values
* Documentation rewritten to clarify changes in 0.32 and testing.
-------------------------------------------------------------------
Sat Aug 1 08:40:28 UTC 2015 - coolo@suse.com
- updated to 0.32
see /usr/share/doc/packages/perl-JSON-Parse/Changes
0.32 2015-07-29
* Update to accept bare values, per RFC 7159.
-------------------------------------------------------------------
Tue Apr 14 18:14:51 UTC 2015 - coolo@suse.com
- updated to 0.31
see /usr/share/doc/packages/perl-JSON-Parse/Changes
-------------------------------------------------------------------
Fri Aug 26 22:38:35 UTC 2011 - chris@computersalat.de
- cpanspec
- fix build for CentOS, SLE_10, SLE_11
- fix deps
+ perl(Test::More) >= 0.88
-------------------------------------------------------------------
Sat Jun 11 00:25:57 CET 2011 - pascal.bleser@opensuse.org
- initial version (0.07)