<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/src, 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>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>Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode related declaration in API (breaks API&amp;ABI)</title>
<updated>2009-04-28T20:15:39+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-04-28T20:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=07b8041d44c6b43da1b0c55d140999cb3137d040'/>
<id>07b8041d44c6b43da1b0c55d140999cb3137d040</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bad type for date element</title>
<updated>2009-04-28T18:38:41+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-04-28T18:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=0d301b693a84db6f6a751722359e602172da94b3'/>
<id>0d301b693a84db6f6a751722359e602172da94b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiler pointer assignment warnings</title>
<updated>2009-04-27T17:35:48+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-04-24T15:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=66614dd5c574559ca0bb92f9250e26805f8e626a'/>
<id>66614dd5c574559ca0bb92f9250e26805f8e626a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add special accessor for structured types in API.</title>
<updated>2009-04-15T20:35:56+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-04-15T20:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=21e389bca01794aeca1e79c92a86fc060549b835'/>
<id>21e389bca01794aeca1e79c92a86fc060549b835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
