<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libvirt-python.git, branch v2.1.0</title>
<subtitle>libvirt.org: git/libvirt-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/'/>
<entry>
<title>allow pkg-config binary to be set by env</title>
<updated>2016-07-28T19:58:34+00:00</updated>
<author>
<name>Markus Rothe</name>
<email>markusr815@gmail.com</email>
</author>
<published>2016-06-27T15:55:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=bdfa319eac9aabc4befc206ea4ee65b48a251a77'/>
<id>bdfa319eac9aabc4befc206ea4ee65b48a251a77</id>
<content type='text'>
https://bugzilla.redhat.com/show_bug.cgi?id=1350523
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.redhat.com/show_bug.cgi?id=1350523
</pre>
</div>
</content>
</entry>
<entry>
<title>Post-release version bump to 2.1.0</title>
<updated>2016-07-25T12:31:45+00:00</updated>
<author>
<name>Pavel Hrdina</name>
<email>phrdina@redhat.com</email>
</author>
<published>2016-07-25T12:31:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=8a42cdd043561ebce34fd41660d6c2966e0d659b'/>
<id>8a42cdd043561ebce34fd41660d6c2966e0d659b</id>
<content type='text'>
Signed-off-by: Pavel Hrdina &lt;phrdina@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pavel Hrdina &lt;phrdina@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash in storage pool refresh callback</title>
<updated>2016-07-23T18:30:05+00:00</updated>
<author>
<name>Pavel Hrdina</name>
<email>phrdina@redhat.com</email>
</author>
<published>2016-07-23T16:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=a3a4425338017ecefd31b969f62a1b5803f92a5c'/>
<id>a3a4425338017ecefd31b969f62a1b5803f92a5c</id>
<content type='text'>
Fixes copy-paste typo introduced by commit cb84e36c.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1354271

Signed-off-by: Pavel Hrdina &lt;phrdina@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes copy-paste typo introduced by commit cb84e36c.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1354271

Signed-off-by: Pavel Hrdina &lt;phrdina@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for storage pool refesh callback</title>
<updated>2016-06-24T20:49:09+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2016-06-24T17:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=cb84e36cb3af64a84d2346b590c757b32eadb4f2'/>
<id>cb84e36cb3af64a84d2346b590c757b32eadb4f2</id>
<content type='text'>
Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix signedness of arg to virDomainGetGuestVcpus</title>
<updated>2016-06-24T17:33:50+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2016-06-24T17:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=923a2d9b8651f4cc36661583f93e6bfa6af35075'/>
<id>923a2d9b8651f4cc36661583f93e6bfa6af35075</id>
<content type='text'>
Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for virDomainGetGuestVcpus</title>
<updated>2016-06-23T08:57:11+00:00</updated>
<author>
<name>Michal Privoznik</name>
<email>mprivozn@redhat.com</email>
</author>
<published>2016-06-23T04:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=570669f29f0753e769ce8130c2d43dbb3c8b9a89'/>
<id>570669f29f0753e769ce8130c2d43dbb3c8b9a89</id>
<content type='text'>
This function has virTypedParameterPtr as one of the args and our
generator is unable to deal with that. Therefore we must provide
implementation.

Signed-off-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function has virTypedParameterPtr as one of the args and our
generator is unable to deal with that. Therefore we must provide
implementation.

Signed-off-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>event-test: Add storage pool lifecycle event tests</title>
<updated>2016-06-16T16:25:44+00:00</updated>
<author>
<name>Jovanka Gulicoska</name>
<email>jovanka.gulicoska@gmail.com</email>
</author>
<published>2016-06-14T21:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=d42cb2b170f2ef7244a5e4da3e9c0f8dbc9be479'/>
<id>d42cb2b170f2ef7244a5e4da3e9c0f8dbc9be479</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python binding for storage pool lifecycle events API</title>
<updated>2016-06-16T16:25:44+00:00</updated>
<author>
<name>Jovanka Gulicoska</name>
<email>jovanka.gulicoska@gmail.com</email>
</author>
<published>2016-06-14T21:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=7eaab4a6c25291e44a603c696151a2817d95986e'/>
<id>7eaab4a6c25291e44a603c696151a2817d95986e</id>
<content type='text'>
Code matches the network event API implementation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code matches the network event API implementation
</pre>
</div>
</content>
</entry>
<entry>
<title>Post-release version bump to 2.0.0</title>
<updated>2016-06-14T14:24:16+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2016-06-14T14:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=b4629027f87eecd44d2cecdfa2409e6320c942c9'/>
<id>b4629027f87eecd44d2cecdfa2409e6320c942c9</id>
<content type='text'>
Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Release of libvirt-python-1.3.5</title>
<updated>2016-06-04T16:22:13+00:00</updated>
<author>
<name>Daniel Veillard</name>
<email>veillard@redhat.com</email>
</author>
<published>2016-06-04T16:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=287df5dfc813a4c03591904bafd1439a7a54905f'/>
<id>287df5dfc813a4c03591904bafd1439a7a54905f</id>
<content type='text'>
* setup.py: bumped to 1.3.5, the release is virtually identical to 1.3.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* setup.py: bumped to 1.3.5, the release is virtually identical to 1.3.4
</pre>
</div>
</content>
</entry>
</feed>
