<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist, branch v0.13</title>
<subtitle>Library to handle Apple Property List format files in binary or XML</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/'/>
<entry>
<title>Bump version number to 0.13</title>
<updated>2009-07-18T18:42:50+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-07-18T18:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=a32dc0f65798f0e2df319c61b9e07906e2bcdd79'/>
<id>a32dc0f65798f0e2df319c61b9e07906e2bcdd79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update python binding to use new setters API.</title>
<updated>2009-07-18T10:19:32+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-07-18T10:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=ef203c828941d0d97c99a5d8c3c79b2aa0992758'/>
<id>ef203c828941d0d97c99a5d8c3c79b2aa0992758</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change plist swig allocator name so that it won't collide when included.</title>
<updated>2009-07-18T10:14:35+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-07-18T10:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=365acdbafd2ff8ffc0a302c7c897f06596d6a1aa'/>
<id>365acdbafd2ff8ffc0a302c7c897f06596d6a1aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copy_node to also copy key nodes.</title>
<updated>2009-07-18T10:10:07+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-07-18T10:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=1b0bcb3434d25d425862a2e06d63277c0ad3a9f1'/>
<id>1b0bcb3434d25d425862a2e06d63277c0ad3a9f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add function to get parent node in API and python bindings.</title>
<updated>2009-07-18T10:08:13+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-07-18T10:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=07c1d3c90512f5fa057e7eff7d307cffe6258111'/>
<id>07c1d3c90512f5fa057e7eff7d307cffe6258111</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure to also copy string/data buffers when cloning the node data struct</title>
<updated>2009-07-14T20:53:59+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-07-10T17:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=f605777d9739d2f8873b9ab65929e8aee1ebb64e'/>
<id>f605777d9739d2f8873b9ab65929e8aee1ebb64e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make copy_plist actually copy plists (previously always returning NULL).</title>
<updated>2009-07-09T16:28:26+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-07-09T16:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=365e1199ee8d42b3ee66b098f883b08bb172d51f'/>
<id>365e1199ee8d42b3ee66b098f883b08bb172d51f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unlink node from tree when freeing.</title>
<updated>2009-07-08T17:35:58+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-07-08T17:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=192f335086e55e5e550557e630c5b9de461570d0'/>
<id>192f335086e55e5e550557e630c5b9de461570d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a deep copy function and value setters for nodes.</title>
<updated>2009-07-08T17:30:53+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-07-08T17:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=c8a140dce1d160c1766d3e0ac1346900efc193f3'/>
<id>c8a140dce1d160c1766d3e0ac1346900efc193f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.12</title>
<updated>2009-05-04T21:09:22+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-05-04T21:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=e925e6f61752fbdf9304c4f62bad3d21dc881a32'/>
<id>e925e6f61752fbdf9304c4f62bad3d21dc881a32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
