<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/tools/virt-tar, branch oldlinux</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>Tempus fugit.</title>
<updated>2012-01-18T22:05:02+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-01-18T22:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=08840bab44c38d0c69b5780c57b2bf370c96d58c'/>
<id>08840bab44c38d0c69b5780c57b2bf370c96d58c</id>
<content type='text'>
Update all copyright dates to 2012.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update all copyright dates to 2012.
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Mark obsolete tools clearly in the man pages.</title>
<updated>2012-01-18T21:15:37+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-01-18T21:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=d8a1389df35ddd5b6d9af86dc27c1978ea07348f'/>
<id>d8a1389df35ddd5b6d9af86dc27c1978ea07348f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update FSF address.</title>
<updated>2011-11-08T14:43:07+00:00</updated>
<author>
<name>Matthew Booth</name>
<email>mbooth@redhat.com</email>
</author>
<published>2011-11-08T14:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=04ea1375c55aa67df4e7fc61dbb534111767f3b6'/>
<id>04ea1375c55aa67df4e7fc61dbb534111767f3b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Separate out combined =item 's in man pages.</title>
<updated>2011-07-16T14:20:29+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-07-16T14:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a711777bedcf64d814bb953ff8771858dbd7161b'/>
<id>a711777bedcf64d814bb953ff8771858dbd7161b</id>
<content type='text'>
Turn:

 =item B&lt;-a&gt; | B&lt;--all&gt;

into:

 =item B&lt;-a&gt;

 =item B&lt;--all&gt;

This gives a more natural-looking manual page, as well as making it
easier to directly link to these sections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turn:

 =item B&lt;-a&gt; | B&lt;--all&gt;

into:

 =item B&lt;-a&gt;

 =item B&lt;--all&gt;

This gives a more natural-looking manual page, as well as making it
easier to directly link to these sections.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Use I&lt;-...&gt; for cross-references to command line options.</title>
<updated>2011-05-01T21:43:18+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-01T21:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=c49fc3831d12788c27b90d12f06a1cd69a88e3be'/>
<id>c49fc3831d12788c27b90d12f06a1cd69a88e3be</id>
<content type='text'>
This is now used consistently across all the documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is now used consistently across all the documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>New tools: virt-copy-in, virt-copy-out, virt-tar-in, virt-tar-out.</title>
<updated>2011-01-03T18:23:45+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-01-03T17:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=b8f9a20b039b34ba41098d1360866b6f9f74463d'/>
<id>b8f9a20b039b34ba41098d1360866b6f9f74463d</id>
<content type='text'>
Relatively trivial wrappers around the equivalent guestfish
commands.  Change also includes new man pages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relatively trivial wrappers around the equivalent guestfish
commands.  Change also includes new man pages.
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Use C API for inspection (RHBZ#642930).</title>
<updated>2010-10-28T14:16:15+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-10-27T15:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=ca7e941329b31d1bffc8cae9dca6d28b06ecc300'/>
<id>ca7e941329b31d1bffc8cae9dca6d28b06ecc300</id>
<content type='text'>
Update the following tools to use the C API for inspection:

 - virt-cat
 - virt-edit
 - virt-ls
 - virt-tar
 - virt-win-reg

None of the tools in the tools/ directory now use the deprecated
Perl inspection APIs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the following tools to use the C API for inspection:

 - virt-cat
 - virt-edit
 - virt-ls
 - virt-tar
 - virt-win-reg

None of the tools in the tools/ directory now use the deprecated
Perl inspection APIs.
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Specify format of disks (RHBZ#642934,CVE-2010-3851).</title>
<updated>2010-10-22T16:45:06+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-10-22T09:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=641ccab6c3b17f1c94676eab99e8baa9cddf5a0b'/>
<id>641ccab6c3b17f1c94676eab99e8baa9cddf5a0b</id>
<content type='text'>
Sys::Guestfs::Lib is changed in two ways: firstly we take the format
string from libvirt and pass it to add_drive_opts.  Secondly we allow
an extra format =&gt;  parameter to open_guest which allows the
format to be specified for disk images.

All the tools are changed to add an extra --format parameter allowing
the format to be specified for direct disk images.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sys::Guestfs::Lib is changed in two ways: firstly we take the format
string from libvirt and pass it to add_drive_opts.  Secondly we allow
an extra format =&gt;  parameter to open_guest which allows the
format to be specified for disk images.

All the tools are changed to add an extra --format parameter allowing
the format to be specified for direct disk images.
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Add section describing quoting libvirt domain names to docs (RHBZ#643624)</title>
<updated>2010-10-18T12:18:20+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-10-18T12:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a80177cc847102d5a6e43a8ff87769e86f30bd6c'/>
<id>a80177cc847102d5a6e43a8ff87769e86f30bd6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tar: Remove redundant use statement.</title>
<updated>2010-07-11T22:11:45+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-07-11T22:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=70d27f6e796097630134bd8ebc2b65a65b1bf5c4'/>
<id>70d27f6e796097630134bd8ebc2b65a65b1bf5c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
