<feed xmlns='http://www.w3.org/2005/Atom'>
<title>msitools.git/tests, 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>wixl: reorganize full_path, add the key element to the stable UUID</title>
<updated>2013-01-25T08:45:36+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2013-01-25T08:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=6722623d62a9bb0e13c427fd677a79368aeefe9a'/>
<id>6722623d62a9bb0e13c427fd677a79368aeefe9a</id>
<content type='text'>
Call the resolver from the override of WixElementRef.
Override in WixComponent, making it look at the key component.
Add a new method to fetch the name part from a &lt;File&gt; or
&lt;RegistryValue&gt; element.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Call the resolver from the override of WixElementRef.
Override in WixComponent, making it look at the key component.
Add a new method to fetch the name part from a &lt;File&gt; or
&lt;RegistryValue&gt; element.
</pre>
</div>
</content>
</entry>
<entry>
<title>wixl: implement stable UUID generation</title>
<updated>2013-01-24T20:26:35+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2013-01-24T20:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=57007f5c1836aafdb51725e974c48e74551b93e7'/>
<id>57007f5c1836aafdb51725e974c48e74551b93e7</id>
<content type='text'>
Note that the UUIDs are *not* compatible with WiX!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that the UUIDs are *not* compatible with WiX!
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: g_type_init() is deprecated since 2.36</title>
<updated>2013-01-21T16:17:36+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2013-01-21T16:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=301c69e2c0dbcfd08177eccdd9adc5a9f29f25c1'/>
<id>301c69e2c0dbcfd08177eccdd9adc5a9f29f25c1</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>Fix database_new() usage after API change</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:41:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=e9cf5c17fe55779628503718139f3048b6eab5d2'/>
<id>e9cf5c17fe55779628503718139f3048b6eab5d2</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>wixl: add --wxidir option</title>
<updated>2013-01-17T14:31:20+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2013-01-17T10:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=c23d2f3151eb15160c4d63b189ca7629fd333635'/>
<id>c23d2f3151eb15160c4d63b189ca7629fd333635</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix wixl-heat test for hash value unstability</title>
<updated>2013-01-16T12:43:06+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2013-01-16T12:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=6ac8a1a1adcf83155af90c2e855e3f7e9422274e'/>
<id>6ac8a1a1adcf83155af90c2e855e3f7e9422274e</id>
<content type='text'>
Probably the sorting should happen in wixl-heat, though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Probably the sorting should happen in wixl-heat, though.
</pre>
</div>
</content>
</entry>
<entry>
<title>dist: use autom4te to distribute test files</title>
<updated>2013-01-16T11:51:24+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2013-01-16T11:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=c1348bba1462be9dd93c5d12328473c1dc87889d'/>
<id>c1348bba1462be9dd93c5d12328473c1dc87889d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: define AT_WIXLDATA in terms of AT_MSIDATA</title>
<updated>2013-01-16T11:42:26+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2013-01-16T11:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/msitools.git/commit/?id=2fba9f257a39cc485701358a35eb11d526e3799a'/>
<id>2fba9f257a39cc485701358a35eb11d526e3799a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
