SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for rubygem-json_pure-1.7.7-38.2.x86_64.rpm :

* Tue Feb 12 2013 cooloAATTsuse.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 , Thx!
* Add license information to rubygems spec data, reported by Jordi Massaguer Pla .
* Improve documentation, thx to Zachary Scott .
* Wed Jan 02 2013 cooloAATTsuse.com- updated to version 1.7.6
* Add GeneratorState#merge alias for JRuby, fix state accessor methods. Thx to jvshahidAATTgithub.
* Increase hash likeness of state objects.
* Sun Aug 26 2012 cooloAATTsuse.com- updated to version 1.7.5
* Fix compilation of extension on older rubies.
* Sat Jul 28 2012 cooloAATTsuse.com- update to 1.7.4
* Fix compilation problem on AIX, see https://github.com/flori/json/issues/142
* Sun Jul 15 2012 cooloAATTsuse.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 cooloAATTsuse.com- update to 1.7.1
* Small fixes
* Sun May 06 2012 cooloAATTsuse.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.
* Thu Apr 05 2012 cooloAATTsuse.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 ), 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 saschpeAATTsuse.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 (jpartlowAATTgithub).
* Improve parsing speed for JSON numbers (integers and floats)
* Fri Oct 21 2011 fcastelliAATTsuse.com- Remove the update-alternatives code since version 1.6.1 does no longer ship binaries.
* Fri Oct 14 2011 fcastelliAATTsuse.com- Update package to version 1.6.1
* Thu Aug 25 2011 dmacvicarAATTsuse.de- initial package for version 1.5.3- remove the java/ section
 
ICM