<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist, branch 1.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>Add "check-news" automake option to ensure correct NEWS file on releases</title>
<updated>2014-10-14T00:59:39+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T00:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=27ed36c03297713d2cfa79431cdc8105602e80c2'/>
<id>27ed36c03297713d2cfa79431cdc8105602e80c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Enforce default symbol visibility to make bindings loadable</title>
<updated>2014-10-14T00:42:45+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T00:42:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=69e256b8f16de70a4294b631587253a57c0f7655'/>
<id>69e256b8f16de70a4294b631587253a57c0f7655</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Use output variables instead of relative paths in Makefile</title>
<updated>2014-10-14T00:42:15+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T00:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=9f0ded276133e8cc0a0c1d378e61e6937bd581eb'/>
<id>9f0ded276133e8cc0a0c1d378e61e6937bd581eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS with latest changes</title>
<updated>2014-10-14T00:22:20+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T00:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=77e41d21b8d12ae5e27402aaf2b4c51c03104a61'/>
<id>77e41d21b8d12ae5e27402aaf2b4c51c03104a61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump so name correctly as some ABI symbols were removed</title>
<updated>2014-10-14T00:04:47+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T00:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=656951ba759efb33c6a4b99df9c52f647fc31edb'/>
<id>656951ba759efb33c6a4b99df9c52f647fc31edb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bplist: Fix plist_from_bin() changing value nodes to key nodes in dictionaries</title>
<updated>2014-10-09T20:26:18+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-09T20:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=b3ab0a4276036cc89f431dafb81dc585b39a89f1'/>
<id>b3ab0a4276036cc89f431dafb81dc585b39a89f1</id>
<content type='text'>
The parsing logic for binary dictionaries wrongly enforced the key type even
on nodes that were already parsed as value nodes. This caused the resulting
plist_t node tree to have key nodes instead of value nodes within dictionaries
for some valid binary plists. This commit should also generally fixes parsing
of binary plist files which use an efficient dictionary reference table.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The parsing logic for binary dictionaries wrongly enforced the key type even
on nodes that were already parsed as value nodes. This caused the resulting
plist_t node tree to have key nodes instead of value nodes within dictionaries
for some valid binary plists. This commit should also generally fixes parsing
of binary plist files which use an efficient dictionary reference table.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump so revision due to ABI changes</title>
<updated>2014-10-03T14:07:40+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-10-03T14:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=ae73b608abeaa92b59df9d226912fb1f692f58f6'/>
<id>ae73b608abeaa92b59df9d226912fb1f692f58f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop src/common.h and use byte order macros from config.h directly</title>
<updated>2014-10-03T13:49:36+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-10-03T13:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=adf9ec81ff7e5b8257c7d635657fcb2ffadc7e6a'/>
<id>adf9ec81ff7e5b8257c7d635657fcb2ffadc7e6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid exporting non-public symbols</title>
<updated>2014-10-03T13:39:47+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-10-03T13:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=62813daf2c4aaec675652d9c1131a58dfa634e38'/>
<id>62813daf2c4aaec675652d9c1131a58dfa634e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plist.h: Move deprecation marker before function declaration to make non-gcc/clang compilers happy</title>
<updated>2014-09-26T20:35:38+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-09-26T20:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=eab599c151617eef9035343fd63591fa4d09bd3e'/>
<id>eab599c151617eef9035343fd63591fa4d09bd3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
