<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/ruby-json/PLIST, branch pkgsrc-</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2017-06-12T16:34:13Z</updated>
<entry>
<title>Update ruby-json and ruby-json-pure to 2.1.0.</title>
<updated>2017-06-12T16:34:13Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2017-06-12T16:34:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d000422b40a4f7e36bc328dfed72acf939549e7c'/>
<id>urn:sha1:d000422b40a4f7e36bc328dfed72acf939549e7c</id>
<content type='text'>
## 2017-04-18 (2.1.0)
 * Allow passing of `decimal_class` option to specify a class as which to parse
   JSON float numbers.
## 2017-03-23 (2.0.4)
 * Raise exception for incomplete unicode surrogates/character escape
   sequences. This problem was reported by Daniel Gollahon (dgollahon).
 * Fix arbitrary heap exposure problem. This problem was reported by Ahmad
   Sherif (ahmadsherif).

## 2017-01-12 (2.0.3)
 * Set `required_ruby_version` to 1.9
 * Some small fixes

## 2016-07-26 (2.0.2)
  * Specify `required_ruby_version` for json\_pure.
  * Fix issue #295 failure when parsing frozen strings.

## 2016-07-01 (2.0.1)
  * Fix problem when requiring json\_pure and Parser constant was defined top
    level.
  * Add `RB_GC_GUARD` to avoid possible GC problem via Pete Johns.
  * Store `current_nesting` on stack by Aaron Patterson.

## 2015-09-11 (2.0.0)
  * Now complies to newest JSON RFC 7159.
  * Implements compatibiliy to ruby 2.4 integer unification.
  * Drops support for old rubies whose life has ended, that is rubies &lt; 2.0.
    Also see https://www.ruby-lang.org/en/news/2014/07/01/eol-for-1-8-7-and-1-9-2/
  * There were still some mentions of dual GPL licensing in the source, but JSON
    has just the Ruby license that itself includes an explicit dual-licensing
    clause that allows covered software to be distributed under the terms of
    the Simplified BSD License instead for all ruby versions &gt;= 1.9.3. This is
    however a GPL compatible license according to the Free Software Foundation.
    I changed these mentions to be consistent with the Ruby license setting in
    the gemspec files which were already correct now.</content>
</entry>
<entry>
<title>Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.</title>
<updated>2015-03-08T15:17:17Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2015-03-08T15:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=345b15612cdd8bfeb9448e82e002a9860128ae3c'/>
<id>urn:sha1:345b15612cdd8bfeb9448e82e002a9860128ae3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure package to 1.9.2.</title>
<updated>2015-02-05T15:06:12Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2015-02-05T15:06:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=23990ee526265980dc9f4957c73469e11e019c36'/>
<id>urn:sha1:23990ee526265980dc9f4957c73469e11e019c36</id>
<content type='text'>
2015-01-08 (1.8.2)
  * Some performance improvements by Vipul A M &lt;vipulnsward@gmail.com&gt;.
  * Fix by Jason R. Clark &lt;jclark@newrelic.com&gt; to avoid mutation of
    JSON.dump_default_options.
  * More tests by Michael Mac-Vicar &lt;mmacvicar@gmail.com&gt; and fixing
    space_before accessor in generator.
  * Performance on Jruby improvemed by Ben Browning &lt;bbrownin@redhat.com&gt;.
  * Some fixes to be compatible with the new Ruby 2.2 by Zachary Scott &lt;e@zzak.io&gt;
    and SHIBATA Hiroshi &lt;hsbt@ruby-lang.org&gt;.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure package to 1.8.1.</title>
<updated>2014-03-14T18:11:45Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-03-14T18:11:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f3c69e881f90d93d06ca3f8f9b9f384fa95bee85'/>
<id>urn:sha1:f3c69e881f90d93d06ca3f8f9b9f384fa95bee85</id>
<content type='text'>
2013-05-13 (1.8.1)
  * Remove Rubinius exception since transcoding should be working now.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure to 1.7.3.</title>
<updated>2012-06-02T01:09:02Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-06-02T01:09:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c994b4bc4f65b2602f45a6fe00c30cea7cf8c24e'/>
<id>urn:sha1:c994b4bc4f65b2602f45a6fe00c30cea7cf8c24e</id>
<content type='text'>
2012-05-12 (1.7.3)
  * Work around Rubinius encoding issues using iconv for conversion instead.
2012-05-11 (1.7.2)
  * Fix some encoding issues, that cause problems for  the pure and the
    extension variant in jruby 1.9 mode.
2012-04-28 (1.7.1)
  * Some small fixes for building</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure to 1.7.0</title>
<updated>2012-04-29T05:42:46Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-04-29T05:42:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=de067c5775a7539a9d72bd876b56b3c6d0ce0e20'/>
<id>urn:sha1:de067c5775a7539a9d72bd876b56b3c6d0ce0e20</id>
<content type='text'>
2012-04-28 (1.7.0)
  * Add JSON::GenericObject for method access to objects transmitted via JSON.
2012-04-27 (1.6.7)
  * Fix possible crash when trying to parse nil value.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure pacakge to 1.6.6.</title>
<updated>2012-04-28T15:48:16Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-04-28T15:48:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f7092014167e51ede4600d09d1d0cc6f344031f0'/>
<id>urn:sha1:f7092014167e51ede4600d09d1d0cc6f344031f0</id>
<content type='text'>
2012-02-11 (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
    &lt;tom.enebo@gmail.com&gt;), 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</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure package to 1.6.5.</title>
<updated>2012-03-17T16:46:24Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-03-17T16:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=43cc4dc28b928538bbea88fdd94dac6208399ab3'/>
<id>urn:sha1:43cc4dc28b928538bbea88fdd94dac6208399ab3</id>
<content type='text'>
2012-01-15 (1.6.5)
  * Vit Ondruch &lt;v.ondruch@tiscali.cz&gt; reported a bug that shows up when using
    optimisation under GCC 4.7. Thx to him, Bohuslav Kabrda
    &lt;bkabrda@redhat.com&gt; and Yui NARUSE &lt;naruse@airemix.jp&gt; for debugging and
    developing a patch fix.
2011-12-24 (1.6.4)
  * Patches that improve speed on JRuby contributed by Charles Oliver Nutter
    &lt;headius@headius.com&gt;.
  * Support object_class/array_class with duck typed hash/array.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure pacakge to 1.6.3.</title>
<updated>2011-12-15T16:11:58Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-12-15T16:11:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e72799741215356ce32642bc878121c9c6c10ee9'/>
<id>urn:sha1:e72799741215356ce32642bc878121c9c6c10ee9</id>
<content type='text'>
2011-12-01 (1.6.3)
  * Let JSON.load('') return nil as well to make mysql text columns (default to
    '') work better for serialization.
2011-11-21 (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) in a similar way to
    what Evan Phoenix &lt;evan@phx.io&gt; suggested in:
    https://github.com/flori/json/pull/103
2011-09-18 (1.6.1)
  * Using -target 1.5 to force Java bits to compile with 1.5.</content>
</entry>
<entry>
<title>* Remove .require_paths from PLIST</title>
<updated>2011-11-08T15:37:33Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-11-08T15:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9ccb9843c0f4c901acaf99de600db01214fbed01'/>
<id>urn:sha1:9ccb9843c0f4c901acaf99de600db01214fbed01</id>
<content type='text'>
* Bump PKGREVISION.</content>
</entry>
</feed>
