<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist, branch v0.15</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 to 0.15.</title>
<updated>2009-10-19T17:59:42+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-19T17:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=322a404a457b98757a62339791a4855509a8f130'/>
<id>322a404a457b98757a62339791a4855509a8f130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prefix headers #ifndef with PLIST__ to make them less common.</title>
<updated>2009-10-19T17:56:10+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-19T17:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=5b1c3aea5ec334fdaabb4e308995872ea7b65ffa'/>
<id>5b1c3aea5ec334fdaabb4e308995872ea7b65ffa</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.14</title>
<updated>2009-10-18T20:25:31+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T20:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=bed6313909eda6e06077df8cf9b345b1d64bb841'/>
<id>bed6313909eda6e06077df8cf9b345b1d64bb841</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install C++ headers.</title>
<updated>2009-10-18T20:21:09+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T20:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=872f611951b8cfac479c3694dfbfc4819618a0e5'/>
<id>872f611951b8cfac479c3694dfbfc4819618a0e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Surround python specific stuff with proper #ifdef.</title>
<updated>2009-10-18T20:00:08+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T20:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=4c402e229e37fb48f50b07dd31e38e233ac7f184'/>
<id>4c402e229e37fb48f50b07dd31e38e233ac7f184</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Conform to python naming. Make Dictionary behave like python's dicts.</title>
<updated>2009-10-18T19:55:25+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T19:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=f85fa802a4fb23c0a9fa09b6dd8e052fa05a40d0'/>
<id>f85fa802a4fb23c0a9fa09b6dd8e052fa05a40d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak Dictioonary interface a bit.</title>
<updated>2009-10-18T19:54:33+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T19:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=c17b420a7f65573a84d8acd8a6a92f9d4e0ae696'/>
<id>c17b420a7f65573a84d8acd8a6a92f9d4e0ae696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not export GetPlist();</title>
<updated>2009-10-18T11:15:46+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T11:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=6f84d30c7bf3999c85c480a7cc297f1b5300054b'/>
<id>6f84d30c7bf3999c85c480a7cc297f1b5300054b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce Python specific code in swig header.</title>
<updated>2009-10-18T11:02:29+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T11:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=ba71f950c188ff3ff1524935dc7794aea214ddd9'/>
<id>ba71f950c188ff3ff1524935dc7794aea214ddd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pkg-config file for libplist++.</title>
<updated>2009-10-18T10:48:18+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T10:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=7fa91f0b07b2ffd2143041cb52b8405d152e7b05'/>
<id>7fa91f0b07b2ffd2143041cb52b8405d152e7b05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
