<feed xmlns='http://www.w3.org/2005/Atom'>
<title>msitools.git/libmsi, branch v0.91</title>
<subtitle>Tools and a library to manipulate MSI files</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/'/>
<entry>
<title>libmsi: fix out-of-tree build</title>
<updated>2013-01-24T17:27:37+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2013-01-24T17:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=560bf62368f3bbc71f43b3e94cd2150877aa6c44'/>
<id>560bf62368f3bbc71f43b3e94cd2150877aa6c44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: ship metadata file, fix make distcheck</title>
<updated>2013-01-23T15:11:57+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2013-01-23T15:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=995595193a01a8cfc159ee8d0245d3a0ab46c290'/>
<id>995595193a01a8cfc159ee8d0245d3a0ab46c290</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vapi: make Query.execute.rec null by default</title>
<updated>2013-01-17T19:28:56+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2013-01-17T19:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=585b8f2719a90cff8fc0e08a3ee9f3041d9813d3'/>
<id>585b8f2719a90cff8fc0e08a3ee9f3041d9813d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove LIBMSI_RESULT_NO_MORE_ITEMS from API</title>
<updated>2013-01-17T19:16:19+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2013-01-17T19:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=6556c61586d79ee0ae599248f25d591d99da8a97'/>
<id>6556c61586d79ee0ae599248f25d591d99da8a97</id>
<content type='text'>
Raising an error for indicating the end of the results is really
inconvenient, it's like throwing an exception for something quite
normal... The user can still make a distinction when there is an error
if the GError is set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Raising an error for indicating the end of the results is really
inconvenient, it's like throwing an exception for something quite
normal... The user can still make a distinction when there is an error
if the GError is set.
</pre>
</div>
</content>
</entry>
<entry>
<title>libmsi: simplify LibmsiDatabase, use flags</title>
<updated>2013-01-17T18:44:59+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2013-01-17T18:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=6844ba662e2ebfc0d08408fdd3d3b853a4320eca'/>
<id>6844ba662e2ebfc0d08408fdd3d3b853a4320eca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate GObject enum/flags types</title>
<updated>2013-01-17T18:44:59+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2013-01-17T18:04:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=e0b5fcb1c513c8360dd41e005c124600e6b62e4a'/>
<id>e0b5fcb1c513c8360dd41e005c124600e6b62e4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libmsi: guard calls of parent class constructed method</title>
<updated>2013-01-17T14:31:20+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2013-01-17T12:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=482ea4104953dd882ce435e3d45320b3f7114d72'/>
<id>482ea4104953dd882ce435e3d45320b3f7114d72</id>
<content type='text'>
RHEL6's glib 2.22 leaves a NULL pointer there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RHEL6's glib 2.22 leaves a NULL pointer there.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: put include files in a subdirectory</title>
<updated>2013-01-16T12:57:59+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2013-01-16T12:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=335fe523b0b7ebd0b812cbf9b97422ef0110d8eb'/>
<id>335fe523b0b7ebd0b812cbf9b97422ef0110d8eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: fix make distcheck</title>
<updated>2013-01-16T00:59:56+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2013-01-16T00:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=147c78c429ee244abb05db1dc4e08687a1c87fb4'/>
<id>147c78c429ee244abb05db1dc4e08687a1c87fb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix documentation warning</title>
<updated>2013-01-09T17:04:27+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2013-01-09T17:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=a53f42abfbf6d3c0eb05c7cb7210dd537e55194a'/>
<id>a53f42abfbf6d3c0eb05c7cb7210dd537e55194a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
