From 0febb59afa3d2fb711d2782ecdd51a656623a807 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 26 Mar 2014 13:35:05 +0000 Subject: [PATCH] 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 74bbbf8f8..160ccd6ba 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 and C 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 + +=item C + +For each struct returned through the API, libguestfs now generates +C and C functions to allow you to +compare and copy structs. + =item C Copy attributes (like permissions, xattrs, ownership) from one @@ -163,8 +167,7 @@ file to another. =item C A flexible API for creating empty disk images from scratch. This -avoids you needing to call out to external programs like -L. +avoids the need to call out to external programs like L. =item C diff --git a/guestfs-release-notes.txt b/guestfs-release-notes.txt index 865e95d51..a61d579eb 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