<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist, branch v0.11</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.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>
<entry>
<title>Pass C pointer to API instead of swig wrapper in binding.</title>
<updated>2009-04-15T19:27:37+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-04-15T19:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=4f795b010b0df0b8ec8fb72470472143ced504b1'/>
<id>4f795b010b0df0b8ec8fb72470472143ced504b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python binding install.</title>
<updated>2009-04-15T17:45:01+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-04-15T17:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=fb18f4eb351b6924b309a75c1eb042114fea33ec'/>
<id>fb18f4eb351b6924b309a75c1eb042114fea33ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add from_xml, from_bin, find_node_by_key and rename AddSubNode in Python API</title>
<updated>2009-04-15T16:25:53+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2009-04-15T14:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=e60af04e9fdb3a825454b615fdd61a22324af2fd'/>
<id>e60af04e9fdb3a825454b615fdd61a22324af2fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix data buffer retrieval. Bump version to 0.10.</title>
<updated>2009-04-12T14:12:51+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-04-12T14:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=460f5b42af82f4f4232f605b3d4f71abcbbd5d4b'/>
<id>460f5b42af82f4f4232f605b3d4f71abcbbd5d4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update AUTHORS.</title>
<updated>2009-04-07T18:37:30+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-04-07T18:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=49606077d0eddddc7d23d384dacbf8330bd6310a'/>
<id>49606077d0eddddc7d23d384dacbf8330bd6310a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
