<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/src, branch 1.18.7</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>lib: Remove AUGEAS_CFLAGS, AUGEAS_LIBS.</title>
<updated>2012-08-30T21:37:52+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-28T18:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=6cd03a48898806c3febbd602604d87f77cc3a6fb'/>
<id>6cd03a48898806c3febbd602604d87f77cc3a6fb</id>
<content type='text'>
The library doesn't actually use libaugeas, except indirectly via the
libguestfs API.  The libguestfs API implements this in the daemon, so
there's no need for the library to link to augeas at all.
(cherry picked from commit 228d49bb842cda517b414bbfab460e8be429cc5f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The library doesn't actually use libaugeas, except indirectly via the
libguestfs API.  The libguestfs API implements this in the daemon, so
there's no need for the library to link to augeas at all.
(cherry picked from commit 228d49bb842cda517b414bbfab460e8be429cc5f)
</pre>
</div>
</content>
</entry>
<entry>
<title>podwrapper: Add --license parameter, which is required.</title>
<updated>2012-08-30T21:04:55+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-21T19:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=d37ccaacb3fc6915f2fa8c6e04839706baf01eed'/>
<id>d37ccaacb3fc6915f2fa8c6e04839706baf01eed</id>
<content type='text'>
This adds standard LICENSE and BUGS sections to all of the man pages
that are processed by podwrapper.

Modify all the calls to $(PODWRAPPER) to add the right --license
parameter according to the content.  Note that this relaxes the
license on some code example pages, making them effectively BSD-style
licensed.

(cherry picked from commit 2f97bf873b64384835f257f8916bf1ebb2af62b4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds standard LICENSE and BUGS sections to all of the man pages
that are processed by podwrapper.

Modify all the calls to $(PODWRAPPER) to add the right --license
parameter according to the content.  Note that this relaxes the
license on some code example pages, making them effectively BSD-style
licensed.

(cherry picked from commit 2f97bf873b64384835f257f8916bf1ebb2af62b4)
</pre>
</div>
</content>
</entry>
<entry>
<title>man pages: Ensure consistent copyright/author sections, remove license</title>
<updated>2012-08-30T21:04:55+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-21T19:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=ebf3342f5a874b288340fe64bc3560e40d31e2ec'/>
<id>ebf3342f5a874b288340fe64bc3560e40d31e2ec</id>
<content type='text'>
section.

Ensure each man page contains consistent COPYRIGHT and AUTHOR
sections.

Remove the LICENSE section.  We will add that back in podwrapper in a
later commit.

(cherry picked from commit f1d98bbc79496947210ee0305f80440ed8557ec1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
section.

Ensure each man page contains consistent COPYRIGHT and AUTHOR
sections.

Remove the LICENSE section.  We will add that back in podwrapper in a
later commit.

(cherry picked from commit f1d98bbc79496947210ee0305f80440ed8557ec1)
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Document null disks.</title>
<updated>2012-08-30T21:04:54+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-21T16:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=2bc522bc10829562084f450c2ddc5c9250d210b4'/>
<id>2bc522bc10829562084f450c2ddc5c9250d210b4</id>
<content type='text'>
It's always been possible to use /dev/null as a disk image.
Document this formally in the API.
(cherry picked from commit e1e8b3a1cfdeee34fbd51f79b8724c5a58f25c10)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's always been possible to use /dev/null as a disk image.
Document this formally in the API.
(cherry picked from commit e1e8b3a1cfdeee34fbd51f79b8724c5a58f25c10)
</pre>
</div>
</content>
</entry>
<entry>
<title>launch: Move code to add a drive to the list to separate add_drive utility function.</title>
<updated>2012-08-30T21:04:52+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-15T14:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=012870b0b841382a34574a475e12b08d7a2ed675'/>
<id>012870b0b841382a34574a475e12b08d7a2ed675</id>
<content type='text'>
This is just code motion / simplification.

(cherry picked from commit 46cf4a7e875b828c7a97bd85f577721bce386bc3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is just code motion / simplification.

(cherry picked from commit 46cf4a7e875b828c7a97bd85f577721bce386bc3)
</pre>
</div>
</content>
</entry>
<entry>
<title>launch: Add utility function guestfs___lazy_make_tmpdir.</title>
<updated>2012-08-30T21:04:52+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-15T14:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=6558aadf5f9879787e2479acf33d7fac6f39b56b'/>
<id>6558aadf5f9879787e2479acf33d7fac6f39b56b</id>
<content type='text'>
This lets us create g-&gt;tmpdir lazily earlier if needed.

This commit is just code motion.

(cherry picked from commit 4b8ac437295d5420d3186a913bc3740b69a8d342)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This lets us create g-&gt;tmpdir lazily earlier if needed.

This commit is just code motion.

(cherry picked from commit 4b8ac437295d5420d3186a913bc3740b69a8d342)
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Add 'g-&gt;unique' to handle, for making unique IDs.</title>
<updated>2012-08-30T21:04:52+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-15T14:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=5d07a16b559443902a3ef5ab394d4369e6fe1bdd'/>
<id>5d07a16b559443902a3ef5ab394d4369e6fe1bdd</id>
<content type='text'>
(cherry picked from commit 22607a97cdf115caabf05c3dc87c5f154a2e914c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 22607a97cdf115caabf05c3dc87c5f154a2e914c)
</pre>
</div>
</content>
</entry>
<entry>
<title>inspect: Clarify comment about uniqueness of cache.</title>
<updated>2012-08-30T21:04:52+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-15T14:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=67afe082a0c1d6c4c1f21bfcb90a4645e68022ec'/>
<id>67afe082a0c1d6c4c1f21bfcb90a4645e68022ec</id>
<content type='text'>
(cherry picked from commit 8fd6f1bebef11d1c4eb77ac2b7d95fd5a7e82be9)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 8fd6f1bebef11d1c4eb77ac2b7d95fd5a7e82be9)
</pre>
</div>
</content>
</entry>
<entry>
<title>close: Check if g-&gt;tmpdir is non-NULL before removing tmpdir.</title>
<updated>2012-08-30T21:04:52+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-15T14:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=9e7c38d96749716385b7f2e0d4f06b9640e01ce8'/>
<id>9e7c38d96749716385b7f2e0d4f06b9640e01ce8</id>
<content type='text'>
This happens, by chance, to work.
(cherry picked from commit ba61236d0d6756f45d8707e96cda00c016cadebe)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This happens, by chance, to work.
(cherry picked from commit ba61236d0d6756f45d8707e96cda00c016cadebe)
</pre>
</div>
</content>
</entry>
<entry>
<title>Document problems copying long filenames from NTFS to Linux filesystems (RHBZ#845488).</title>
<updated>2012-08-05T20:51:34+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-08-03T10:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=0fc86022af9a1215558212610e68fcd2c6711e56'/>
<id>0fc86022af9a1215558212610e68fcd2c6711e56</id>
<content type='text'>
(cherry picked from commit 7fa67427c6b2725bdcce52c08511f8813b7bd42e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 7fa67427c6b2725bdcce52c08511f8813b7bd42e)
</pre>
</div>
</content>
</entry>
</feed>
