<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist, branch v0.12</title>
<subtitle>Library to handle Apple Property List format files in binary or XML</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/'/>
<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.libimobiledevice.org/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>
<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.libimobiledevice.org/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.libimobiledevice.org/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.libimobiledevice.org/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>Plug a few memory leaks in plutil</title>
<updated>2009-04-27T17:35:48+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-04-24T15:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=ae1478e2761273f18a7736427c8a88782015bd03'/>
<id>ae1478e2761273f18a7736427c8a88782015bd03</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.11.</title>
<updated>2009-04-20T16:52:52+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-04-20T16:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=6f7a0ffe801380c83af1855138f856fc4efeef56'/>
<id>6f7a0ffe801380c83af1855138f856fc4efeef56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use CString SWIG library to handle binary buffers.</title>
<updated>2009-04-19T20:00:21+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-04-19T20:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=0a050c5c74fda302d563d4138f83ec17fc6d393c'/>
<id>0a050c5c74fda302d563d4138f83ec17fc6d393c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix subnode lifecycle (do not free).</title>
<updated>2009-04-18T09:13:01+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-04-18T09:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=33ca54263ea530d438e54733c8d495952c0b6cdd'/>
<id>33ca54263ea530d438e54733c8d495952c0b6cdd</id>
<content type='text'>
Always return NULL if node not found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always return NULL if node not found.
</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.libimobiledevice.org/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>
<entry>
<title>Rework SWIG interface to handle lifecycle of C pointers correctly.</title>
<updated>2009-04-15T19:46:46+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-04-15T19:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=2abf518f8e92957df0dd74c06c49a5eb17845865'/>
<id>2abf518f8e92957df0dd74c06c49a5eb17845865</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
