From: Richard W.M. Jones Date: Fri, 14 Oct 2011 17:14:59 +0000 (+0100) Subject: Update RELEASE-NOTES file. X-Git-Tag: 1.13.22~18 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=8b2ebe07c2f7a4943e6891d642850c03ba2e6b34 Update RELEASE-NOTES file. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 81a1e1c..23cfa2a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,7 +1,7 @@ Release notes for libguestfs 1.14.0 ----------------------------------- -UPDATED TO COMMIT e59e35708b4ad66c99f908c5226cb232931e1791 +UPDATED TO COMMIT 782a2e0299b0c22155f0c115f94903c519040247 These release notes only cover the differences from the previous stable/dev branch split (1.12.0). For detailed changelogs, please see @@ -11,16 +11,25 @@ New features Erlang bindings. - virt-sparsify: A new tool to make virtual machine disk images sparse. + virt-alignment-scan is a new tool to check the alignment of + partitions within virtual machines or disk images. - virt-alignment-scan: A new tool to check the alignment of partitions - within virtual machines or disk images. + virt-sparsify is a new tool to make virtual machine disk images + sparse. + + virt-sysprep is a new tool to make cloning guests from a template + simpler. inspection: - Improve detection of Windows disks. - - Add support for ttylinux (a minimal Linux). + - Adds support for: + ttylinux - a minimal Linux + Mageia (thanks Michael Scherer) + OpenSUSE and zypper (thanks Michael Scherer, Vincent Untz) + Ubuntu logos (thanks Michael Scherer) + NetBSD and pkgsrc (thanks Michael Scherer) - Handle some guest types that use /dev/root in /etc/fstab. @@ -43,6 +52,9 @@ New features - The virt-resize --machine-readable flag makes it possible to use virt-resize from other programs. + - Partitions are now aligned to 128 sectors (usually 64K) by + default. This improves efficiency on high-end storage. + library: - non-printing characters are escaped correctly in debug output. @@ -50,8 +62,12 @@ New features - GUESTFS_EVENT_ENTER is a new event type generated whenever a libguestfs function is called. + - the library contains systemtap/DTrace probes. + misc: + - ArchLinux support now working with Linux 3.0 (thanks Erik Nolte) + Security New APIs