SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for rubygem-json-1.7.7-27.1.i586.rpm :
Tue Feb 12 13:00:00 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 2 13:00:00 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 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.7.5

* Fix compilation of extension on older rubies.

Sat Jul 28 14:00:00 2012 cooloAATTsuse.com
- update to 1.7.4

* Fix compilation problem on AIX, see https://github.com/flori/json/issues/142

Fri Jul 6 14:00:00 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 8 14:00:00 2012 cooloAATTsuse.com
- update to 1.7.1

* Some small fixes for building

Sun May 6 14:00:00 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.

Tue Apr 3 14:00:00 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 13:00:00 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)

Wed Dec 14 13:00:00 2011 jreidingerAATTsuse.com
- move benchmarks to doc
- create testsuite subpackage ( template doesn\'t detect it as it is
tests not test as usual )

Wed Nov 23 13:00:00 2011 darixAATTnordisch.org
- added versioned provides

Mon Nov 21 13:00:00 2011 fcastelliAATTsuse.com
- Fix build on SLE11SP1: add the fastjar dependency at build time
- Remove file duplicates at the end of the build

Mon Nov 21 13:00:00 2011 fcastelliAATTsuse.com
- Remove all the update=alternatives references from the spec file,
they are no longer needed since the gem doesn\'t have entries
inside of /bin

Fri Oct 14 14:00:00 2011 fcastelliAATTsuse.com
- Update to 1.6.1

* Using -target 1.5 to force Java bits to compile with 1.5.
- additional changes from version 1.6.0

* Extract utilities (prettifier and GUI-editor) in its own gem json-utils.

* Split json/add/core into different files for classes to be serialised.

Thu Aug 25 14:00:00 2011 dmacvicarAATTsuse.de
- json gem does not provide json_pure in terms of rpm
Provides. If a gem depends on json_pure, having the json
gem installed will make gem not find it.
- use the update-alternatives system for the installed
binaries to be able to install json_pure in parallel

Wed Aug 24 14:00:00 2011 fcastelliAATTnovell.com
- Update to version 1.5.4

* Fix memory leak when used from multiple JRuby. (Patch by
jfirebaughAATTgithub).
- additional changes from version 1.5.3

* Alias State#configure method as State#merge to increase duck type synonymy with Hash.

* Add as_json methods in json/add/core, so rails can create its json objects
the new way.
- additional changes from version 1.5.2

* Apply documentation patch by Cory Monty .

* Add gemspecs for json and json_pure.

* Fix bug in jruby pretty printing.

* Fix bug in object_class and array_class when inheriting from Hash or Array.
- additional changes from version 1.5.1

* Made rake-compiler build a fat binary gem. This should fix issue
https://github.com/flori/json/issues#issue/54.
- additional changes from version 1.5.0

* Included Java source codes for the Jruby extension made by Daniel Luz
.

* Output full exception message of deep_const_get to aid debugging.

* Fixed an issue with ruby 1.9 Module#const_defined? method, that was
reported by Riley Goodside.
- Add provides rubygem-json_pure since json_pure is just this gem under a
different name.

Tue Mar 29 14:00:00 2011 kkaempfAATTnovell.com
- split off -doc subpackage

Sun Nov 14 13:00:00 2010 mrueckertAATTsuse.de
- update to version 1.4.6

* Fixed oversight reported in
http://github.com/flori/json/issues/closed#issue/23,
always create a new object from the state prototype.

* Made pure and ext api more similar again.
- additional changes from version 1.4.5

* Manage data structure nesting depth in state object during
generation. This should reduce problems with to_json method
definŃ–tions that only have one argument.

* Some fixes in the state objects and additional tests.
- additional changes from version 1.4.4

* Fixes build problem for rubinius under OS X,
http://github.com/flori/json/issues/closed#issue/25

* Fixes crashes described in
http://github.com/flori/json/issues/closed#issue/21 and
http://github.com/flori/json/issues/closed#issue/23

Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- update to version 1.4.3

* Fixed some test assertions, from Ruby r27587 and r27590, patch
by nobu.

* Fixed issue http://github.com/flori/json/issues/#issue/20
reported by electronicwhisperAATTgithub. Thx!
- additional changes from version 1.4.2

* Applied patch from naruse Yui NARUSE to
make building with Microsoft Visual C possible again.

* Applied patch from devrandom in order
to allow building of json_pure if extensiontask is not present.

* Thanks to Dustin Schneider , who
reported a memory leak, which is fixed in this release.

* Applied 993f261ccb8f911d2ae57e9db48ec7acd0187283 patch from
joshAATTgithub.
- additional changes from version 1.4.1

* Fix for a bug reported by Dan DeLeo , caused
by T_FIXNUM being different on 32bit/64bit architectures.
- additional changes from version 1.4.0

* Major speed improvements and building with simplified
directory/file-structure.

* Extension should at least be comapatible with MRI, YARV and
Rubinius.
- additional changes from version 1.2.4

* Triger const_missing callback to make Rails\' dynamic class
loading work.
- additional changes from version 1.2.3

* Added a State#[] method which returns an attribute\'s value in
order to increase duck type compatibility to Hash.
- additional changes from version 1.2.2

* Made some changes to make the building of the parser/generator
compatible to Rubinius.
- additional changes from version 1.2.1

* Added :symbolize_names option to Parser, which returns symbols
instead of strings in object names/keys.

Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro

Mon Dec 21 13:00:00 2009 prusnakAATTsuse.cz
- update to version 1.2.0


 
ICM