[Pkg-libvirt-commits] [libguestfs] 42/61: Final updates to release notes for 1.26.

Hilko Bengen bengen at moszumanska.debian.org
Sat Mar 29 14:36:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 0febb59afa3d2fb711d2782ecdd51a656623a807
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Mar 26 13:35:05 2014 +0000

    Final updates to release notes for 1.26.
---
 guestfs-release-notes.pod | 15 +++++++++------
 guestfs-release-notes.txt | 14 +++++++++-----
 2 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/guestfs-release-notes.pod b/guestfs-release-notes.pod
index 74bbbf8..160ccd6 100644
--- a/guestfs-release-notes.pod
+++ b/guestfs-release-notes.pod
@@ -122,10 +122,6 @@ issues were not thought to be exploitable.
 
 =head2 API
 
-For each struct returned through the API, libguestfs now generates
-C<guestfs_copy_*> and C<guestfs_compare_*> functions to allow you to
-copy and compare structs.
-
 GUID parameters are now validated when they are passed to API calls,
 whereas previously you could have passed any string.
 (Pino Toscano)
@@ -154,6 +150,14 @@ parameter above, this makes the host file sparse.
 
 Test if discarded blocks read back as zeroes.
 
+=item C<guestfs_compare_*>
+
+=item C<guestfs_copy_*>
+
+For each struct returned through the API, libguestfs now generates
+C<guestfs_compare_*> and C<guestfs_copy_*> functions to allow you to
+compare and copy structs.
+
 =item C<guestfs_copy_attributes>
 
 Copy attributes (like permissions, xattrs, ownership) from one
@@ -163,8 +167,7 @@ file to another.
 =item C<guestfs_disk_create>
 
 A flexible API for creating empty disk images from scratch.  This
-avoids you needing to call out to external programs like
-L<qemu-img(1)>.
+avoids the need to call out to external programs like L<qemu-img(1)>.
 
 =item C<guestfs_get_backend_settings>
 
diff --git a/guestfs-release-notes.txt b/guestfs-release-notes.txt
index 865e95d..a61d579 100644
--- a/guestfs-release-notes.txt
+++ b/guestfs-release-notes.txt
@@ -103,10 +103,6 @@ RELEASE NOTES FOR LIBGUESTFS 1.26
 
  API
 
-    For each struct returned through the API, libguestfs now generates
-    guestfs_copy_* and guestfs_compare_* functions to allow you to copy and
-    compare structs.
-
     GUID parameters are now validated when they are passed to API calls,
     whereas previously you could have passed any string. (Pino Toscano)
 
@@ -132,6 +128,14 @@ RELEASE NOTES FOR LIBGUESTFS 1.26
 
       Test if discarded blocks read back as zeroes.
 
+    guestfs_compare_*
+
+    guestfs_copy_*
+
+      For each struct returned through the API, libguestfs now generates
+      guestfs_compare_* and guestfs_copy_* functions to allow you to
+      compare and copy structs.
+
     guestfs_copy_attributes
 
       Copy attributes (like permissions, xattrs, ownership) from one file
@@ -140,7 +144,7 @@ RELEASE NOTES FOR LIBGUESTFS 1.26
     guestfs_disk_create
 
       A flexible API for creating empty disk images from scratch. This
-      avoids you needing to call out to external programs like qemu-img(1).
+      avoids the need to call out to external programs like qemu-img(1).
 
     guestfs_get_backend_settings
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list