summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-10-14 18:14:59 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-10-14 18:14:59 +0100
commit8b2ebe07c2f7a4943e6891d642850c03ba2e6b34 (patch)
treedcaa2002aecfac40625575970f77f85b902616b2
parent782a2e0299b0c22155f0c115f94903c519040247 (diff)
downloadlibguestfs-8b2ebe07c2f7a4943e6891d642850c03ba2e6b34.tar.gz
libguestfs-8b2ebe07c2f7a4943e6891d642850c03ba2e6b34.tar.xz
libguestfs-8b2ebe07c2f7a4943e6891d642850c03ba2e6b34.zip
Update RELEASE-NOTES file.
-rw-r--r--RELEASE-NOTES26
1 files changed, 21 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 81a1e1ce..23cfa2a2 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