* Wed Jul 27 2016 coolo@suse.com
- updated to version 2.0.2
see installed CHANGES.md
[#]# 2016-07-26 (2.0.2)
* Specify `required_ruby_version` for json\_pure.
* Fix issue #295 failure when parsing frozen strings.
* Sat Jul 02 2016 coolo@suse.com
- updated to version 2.0.1
CHANGES removed upstream
* Wed Jun 03 2015 coolo@suse.com
- updated to version 1.8.3
see installed CHANGES
2015-06-01 (1.8.3)
* Fix potential memory leak, thx to nobu.
* Wed Feb 04 2015 coolo@suse.com
- rename rpmlintrc and add it as source
* Wed Feb 04 2015 hvogel@suse.com
- update to 1.8.2
* Some performance improvements by Vipul A M <vipulnsward@gmail.com>.
* Fix by Jason R. Clark <jclark@newrelic.com> to avoid mutation of
JSON.dump_default_options.
* More tests by Michael Mac-Vicar <mmacvicar@gmail.com> and fixing
space_before accessor in generator.
* Performance on Jruby improvemed by Ben Browning <bbrownin@redhat.com>.
* Some fixes to be compatible with the new Ruby 2.2 by
Zachary Scott <e@zzak.io> and SHIBATA Hiroshi <hsbt@ruby-lang.org>.
* Tue Sep 30 2014 mrueckert@suse.de
- update to new packaging scheme and add gem2rpm.yml
- disable documentation to disable a loop between rdoc and json
* Thu Feb 06 2014 coolo@suse.com
- use new macros
* Sun Oct 20 2013 coolo@suse.com
- updated to version 1.8.1
* Remove Rubinius exception since transcoding should be working now.
* Mon May 13 2013 coolo@suse.com
- updated to version 1.8.0
* Fix https://github.com/flori/json/issues/162 reported by Marc-Andre
Lafortune <github_rocks@marc-andre.ca>. Thanks!
* Applied patches by Yui NARUSE <naruse@airemix.jp> to suppress warning with
- Wchar-subscripts and better validate UTF-8 strings.
* Applied patch by ginriki@github to remove unnecessary if.
* Add load/dump interface to JSON::GenericObject to make
serialize :some_attribute, JSON::GenericObject
work in Rails active models for convenient SomeModel#some_attribute.foo.bar
access to serialised JSON data.
* Tue Feb 12 2013 coolo@suse.com
- updated to version 1.7.7
* Security fix for JSON create_additions default value and
JSON::GenericObject. It should not be possible to create additions unless
explicitely requested by setting the create_additions argument to true or
using the JSON.load/dump interface. If JSON::GenericObject is supposed to
be automatically deserialised, this has to be explicitely enabled by
setting
JSON::GenericObject.json_createble = true
as well.
* Remove useless assert in fbuffer implementation.
* Apply patch attached to https://github.com/flori/json/issues#issue/155
provided by John Shahid <jvshahid@gmail.com>, Thx!
* Add license information to rubygems spec data, reported by Jordi Massaguer Pla <jmassaguerpla@suse.de>.
* Improve documentation, thx to Zachary Scott <zachary@zacharyscott.net>.
* Wed Jan 02 2013 coolo@suse.com
- updated to version 1.7.6
* Add GeneratorState#merge alias for JRuby, fix state accessor methods. Thx to
jvshahid@github.
* Increase hash likeness of state objects.
* Sun Aug 26 2012 coolo@suse.com
- updated to version 1.7.5
* Fix compilation of extension on older rubies.
* Sat Jul 28 2012 coolo@suse.com
- update to 1.7.4
* Fix compilation problem on AIX, see https://github.com/flori/json/issues/142
* Fri Jul 06 2012 coolo@suse.com
- update to 1.7.3
* Work around Rubinius encoding issues using iconv for conversion instead.
* Fix some encoding issues, that cause problems for the pure and the
extension variant in jruby 1.9 mode.
* Tue May 08 2012 coolo@suse.com
- update to 1.7.1
* Some small fixes for building
* Sun May 06 2012 coolo@suse.com
- update to 1.7.0
* Add JSON::GenericObject for method access to objects transmitted via JSON.
* Fix possible crash when trying to parse nil value.
* Tue Apr 03 2012 coolo@suse.com
- update to 1.6.6
* Propagate src encoding to values made from it (fixes 1.9 mode converting
everything to ascii-8bit; harmless for 1.8 mode too) (Thomas E. Enebo
<tom.enebo@gmail.com>), should fix
https://github.com/flori/json/issues#issue/119.
* Fix https://github.com/flori/json/issues#issue/124 Thx to Jason Hutchens.
* Fix https://github.com/flori/json/issues#issue/117
* Wed Feb 15 2012 saschpe@suse.de
- Update to version 1.6.5:
* Fixed a bug that shows up when using optimisation under GCC 4.7.
- Changes from version 1.6.4:
* Patches that improve speed on JRuby contributed
* Support object_class/array_class with duck typed hash/array.
- Changes from version 1.6.3:
* Let JSON.load('') return nil as well to make mysql text columns (default to
'') work better for serialization.
- Changes from version 1.6.2:
* Add support for OpenStruct and BigDecimal.
* Fix bug when parsing nil in quirks_mode.
* Make JSON.dump and JSON.load methods better cooperate with Rails' serialize
method. Just use: serialize :value, JSON
* Fix bug with time serialization concerning nanoseconds. Thanks for the
patch go to Josh Partlow (jpartlow@github).
* Improve parsing speed for JSON numbers (integers and floats)
* Wed Dec 14 2011 jreidinger@suse.com
- move benchmarks to doc
- create testsuite subpackage ( template doesn't detect it as it is
tests not test as usual )
* Wed Nov 23 2011 darix@nordisch.org
- added versioned provides