<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/ruby-json-pure, branch pkgsrc-2014Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-03-14T18:11:45Z</updated>
<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=1243f85b2a45dbd8f3ca298663df8a420c0871f1'/>
<id>urn:sha1:1243f85b2a45dbd8f3ca298663df8a420c0871f1</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-pure to 1.8.0</title>
<updated>2013-06-13T13:18:08Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2013-06-13T13:18:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=351e36fe9f8cc8856d9478cf39a7320523a4e39d'/>
<id>urn:sha1:351e36fe9f8cc8856d9478cf39a7320523a4e39d</id>
<content type='text'>
2013-05-13 (1.8.0)
  * Fix https://github.com/flori/json/issues/162 reported by Marc-Andre
    Lafortune &lt;github_rocks@marc-andre.ca&gt;. Thanks!
  * Applied patches by Yui NARUSE &lt;naruse@airemix.jp&gt; 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.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure to 1.7.7.</title>
<updated>2013-02-12T13:13:08Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-02-12T13:13:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5ef69dda88fa8764e7c28559742b2716b9ea3577'/>
<id>urn:sha1:5ef69dda88fa8764e7c28559742b2716b9ea3577</id>
<content type='text'>
2013-02-04 (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 &lt;jvshahid@gmail.com&gt;, Thx!
  * Add license information to rubygems spec data, reported by Jordi Massaguer
    Pla &lt;jmassaguerpla@suse.de&gt;.
  * Improve documentation, thx to Zachary Scott &lt;zachary@zacharyscott.net&gt;.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure to 1.7.6.</title>
<updated>2013-02-11T02:43:26Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-02-11T02:43:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ffb5175144811cb5a8bddbf6605707722071b86a'/>
<id>urn:sha1:ffb5175144811cb5a8bddbf6605707722071b86a</id>
<content type='text'>
2012-11-29 (1.7.6)
  * Add GeneratorState#merge alias for JRuby, fix state accessor methods. Thx to
   jvshahid@github.
  * Increase hash likeness of state objects.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure to 1.7.5.</title>
<updated>2012-09-16T14:25:48Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-09-16T14:25:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d00f3d85d928c5470dd9795770ff39d77225905e'/>
<id>urn:sha1:d00f3d85d928c5470dd9795770ff39d77225905e</id>
<content type='text'>
2012-08-17 (1.7.5)
  * Fix compilation of extension on older rubies.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure package to 1.7.4.</title>
<updated>2012-09-16T09:28:01Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-09-16T09:28:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0e856d371184a935b0abce728aa0fda2085bc7a9'/>
<id>urn:sha1:0e856d371184a935b0abce728aa0fda2085bc7a9</id>
<content type='text'>
2012-07-26 (1.7.4)
  * Fix compilation problem on AIX, see https://github.com/flori/json/issues/142</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=1cdcaaa2ee185355be535d74573778829da34064'/>
<id>urn:sha1:1cdcaaa2ee185355be535d74573778829da34064</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=b589c0f268f4da689abe6d83f59f723eb8849977'/>
<id>urn:sha1:b589c0f268f4da689abe6d83f59f723eb8849977</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=7b7f106ba954169d07306701c6c22d67bf135ec5'/>
<id>urn:sha1:7b7f106ba954169d07306701c6c22d67bf135ec5</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=7735c6d1d5aa7096e2a02b16b19f0ee96436750c'/>
<id>urn:sha1:7735c6d1d5aa7096e2a02b16b19f0ee96436750c</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>
</feed>
