<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-cjson, branch 2.1.0</title>
<subtitle>A mirror of https://github.com/openresty/lua-cjson
</subtitle>
<id>https://git.lua4.win/lua-cjson/atom?h=2.1.0</id>
<link rel='self' href='https://git.lua4.win/lua-cjson/atom?h=2.1.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/'/>
<updated>2012-03-04T08:24:36+00:00</updated>
<entry>
<title>Add release notes for 2.1.0 release</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-03-01T11:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=4bc5e917c8cd5fc2f6b217512ef530007529322f'/>
<id>urn:sha1:4bc5e917c8cd5fc2f6b217512ef530007529322f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 2.1devel</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-03-01T09:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=5300ecb4e8f8ce9ec200b91c7273dae1947e431c'/>
<id>urn:sha1:5300ecb4e8f8ce9ec200b91c7273dae1947e431c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around Solaris make limitations</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-02-18T14:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=6a8c434e38f3035d04bf17696353cf0bb93abec6'/>
<id>urn:sha1:6a8c434e38f3035d04bf17696353cf0bb93abec6</id>
<content type='text'>
Remove ?= and := assignment operators from the Makefile since
they are not supported by Solaris make.
</content>
</entry>
<entry>
<title>Work around Solaris awk limitations</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-02-18T14:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=ee9c0d1aa474214f3bc638b6ef88aba66a7f0b67'/>
<id>urn:sha1:ee9c0d1aa474214f3bc638b6ef88aba66a7f0b67</id>
<content type='text'>
Work around Solaris awk limitations:
- Limit line lengths to 2500 bytes
- Use "count &gt; 0" instead of "count" for test expression
</content>
</entry>
<entry>
<title>Add cjson.safe module to suppress exceptions</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-02-01T14:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=95cbf2012ef273b13a494a2c66cef61c334d442f'/>
<id>urn:sha1:95cbf2012ef273b13a494a2c66cef61c334d442f</id>
<content type='text'>
Add cjson.safe module to suppress exceptions during JSON conversions.
</content>
</entry>
<entry>
<title>Update release date for 2.0.0 to 22 Jan 2012</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-21T12:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=60e14dbb2b03f2b6d7336a777e017f5787296988'/>
<id>urn:sha1:60e14dbb2b03f2b6d7336a777e017f5787296988</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update NEWS for 2.0.0 release</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-16T12:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=75dfa5604c763fdf04da9708b3fb50d93779714f'/>
<id>urn:sha1:75dfa5604c763fdf04da9708b3fb50d93779714f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add changelog extra to RPM spec for 2.0.0</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-16T13:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=4e308810eee34ba1a4fa97c11bb809b7bd9d8529'/>
<id>urn:sha1:4e308810eee34ba1a4fa97c11bb809b7bd9d8529</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ENABLE_CJSON_GLOBAL option</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-22T01:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=910a28718325193a439bfc92225755776ff559d0'/>
<id>urn:sha1:910a28718325193a439bfc92225755776ff559d0</id>
<content type='text'>
Remove ENABLE_CJSON_GLOBAL option since it is not recommended or
necessary and doesn't need to be discussed in the manual.
</content>
</entry>
<entry>
<title>Escape tilde characters in documentation</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-22T03:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=cbea0e4258c2033dd1cf3c2003f800a83f75db40'/>
<id>urn:sha1:cbea0e4258c2033dd1cf3c2003f800a83f75db40</id>
<content type='text'>
</content>
</entry>
</feed>
