<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/python, branch stable-1.12</title>
<subtitle>[MIRROR] library for accessing and modifying guest disk images</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/'/>
<entry>
<title>java: Add guestfs-java(3) man page.</title>
<updated>2011-07-19T16:54:35+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-07-19T16:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=d025e91f6751505c70b7b5f492ee72c67e274ecf'/>
<id>d025e91f6751505c70b7b5f492ee72c67e274ecf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Add explicit g.close() method (RHBZ#717786).</title>
<updated>2011-06-30T09:14:33+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-06-30T09:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=8c5bdc3e12947580e91c018b71adf9ad3128bb75'/>
<id>8c5bdc3e12947580e91c018b71adf9ad3128bb75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new guestfs-rescue(1) man page with recipes.</title>
<updated>2011-05-18T20:03:44+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-18T14:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=f2c7df589c7e161f33b46d05a943b5489dc2cffe'/>
<id>f2c7df589c7e161f33b46d05a943b5489dc2cffe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Ensure Python GIL state is correct during callback.</title>
<updated>2011-04-22T21:53:07+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-04-22T21:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=f24494195ab8541fda7236afb37a4f897c9bcee5'/>
<id>f24494195ab8541fda7236afb37a4f897c9bcee5</id>
<content type='text'>
This updates commit 2cac52000a6a96a583af72e289a4296c596047d5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This updates commit 2cac52000a6a96a583af72e289a4296c596047d5.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Implement new event API.</title>
<updated>2011-04-22T20:50:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-04-22T20:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=2cac52000a6a96a583af72e289a4296c596047d5'/>
<id>2cac52000a6a96a583af72e289a4296c596047d5</id>
<content type='text'>
This implements set_event_callback and delete_event_callback so that
Python programs can use the new event mechanism.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements set_event_callback and delete_event_callback so that
Python programs can use the new event mechanism.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Rearrange C files for bindings.</title>
<updated>2011-04-22T20:50:15+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-04-22T18:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=16da7589e91b0030fb5564553447f80b97c0b18c'/>
<id>16da7589e91b0030fb5564553447f80b97c0b18c</id>
<content type='text'>
Move the hand-written functions into two new files:
guestfs-py.h and guestfs-py-byhand.c

This is just code motion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the hand-written functions into two new files:
guestfs-py.h and guestfs-py-byhand.c

This is just code motion.
</pre>
</div>
</content>
</entry>
<entry>
<title>perl: Translate C examples into Perl and include a manual page.</title>
<updated>2011-01-30T23:41:05+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-01-30T23:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=477eebc83dcd33d00d34398692692dae6af04f22'/>
<id>477eebc83dcd33d00d34398692692dae6af04f22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fish: Don't fail if some mountpoints in /etc/fstab are bogus (RHBZ#668574).</title>
<updated>2011-01-11T11:09:41+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-01-11T10:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=0c60e4d9dd6549c2135699490ba8a9ec1dd50ab9'/>
<id>0c60e4d9dd6549c2135699490ba8a9ec1dd50ab9</id>
<content type='text'>
Fix guestfish (and other C tools) so that they ignore errors
when /etc/fstab contains bogus entries.

Update the documentation for inspect-get-mountpoints to emphasize
that callers must be aware of this when mounting the returned
values.

Add a regression test.

Update the example code ("inspect_vm") to reflect the way this
API ought to be called.

For more detail see:
https://bugzilla.redhat.com/show_bug.cgi?id=668574
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix guestfish (and other C tools) so that they ignore errors
when /etc/fstab contains bogus entries.

Update the documentation for inspect-get-mountpoints to emphasize
that callers must be aware of this when mounting the returned
values.

Add a regression test.

Update the example code ("inspect_vm") to reflect the way this
API ought to be called.

For more detail see:
https://bugzilla.redhat.com/show_bug.cgi?id=668574
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Use ./configure --with-python-installdir=DIR to select Python dir.</title>
<updated>2010-12-09T16:41:40+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-12-09T12:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=ff484e00535e11da17d9c63447abbb6b65e4f11b'/>
<id>ff484e00535e11da17d9c63447abbb6b65e4f11b</id>
<content type='text'>
We don't always want to install in the site-packages directory.  Allow
the directory to be chosen using a configure option.  Rename the
variable PYTHON_INSTALLDIR to reflect its true purpose.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't always want to install in the site-packages directory.  Allow
the directory to be chosen using a configure option.  Rename the
variable PYTHON_INSTALLDIR to reflect its true purpose.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Combine tests to reduce number of launches.</title>
<updated>2010-11-30T13:59:50+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-11-30T13:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=b034795a259fb5f255c1f9c835d722efab4d4f7c'/>
<id>b034795a259fb5f255c1f9c835d722efab4d4f7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
