Skip guestmount and virt-sysprep tests if no /dev/fuse.
[libguestfs.git] / RELEASE-NOTES
index d7672b2..23cfa2a 100644 (file)
@@ -1,7 +1,7 @@
 Release notes for libguestfs 1.14.0
 -----------------------------------
 
-UPDATED TO COMMIT b0605f265be3f501930516ff95deab2910ced3ac
+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,13 +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-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.
 
@@ -40,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.
@@ -47,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