diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-07-15 16:14:56 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-07-15 16:14:56 +0100 |
commit | 35b15d918df53b9ced54dbb6015b94f7ee3afca4 (patch) | |
tree | af7fd9d52fab21ee9e43b52ed06d90387626c323 /RELEASE-NOTES | |
parent | db5d15792203c1928a450a9eefc87b3133ac4291 (diff) | |
download | libguestfs-35b15d918df53b9ced54dbb6015b94f7ee3afca4.tar.gz libguestfs-35b15d918df53b9ced54dbb6015b94f7ee3afca4.tar.xz libguestfs-35b15d918df53b9ced54dbb6015b94f7ee3afca4.zip |
Update release notes.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 84e6c523..2c27642f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,7 +1,7 @@ Release notes for libguestfs 1.12.0 ----------------------------------- -LAST UPDATED TO COMMIT f91c6f217facc88b60225769c61604a8b8c7169b +LAST UPDATED TO COMMIT 1e9e351f178dcb425c4796c90fe7c8c5c250d100 These release notes only cover the differences from the previous stable/dev branch split (1.10.0). For detailed changelogs, please see @@ -31,8 +31,17 @@ New features "-d UUID" option to specify a guest by UUID. This makes them more robust to use from other programs. + - virt-resize can now handle btrfs. + + - guestfish strings can use escapes, eg. ><fs> write /foo "line 1\nline 2\n" + + - guestfish write-append command can be used to append to files. + - guestfs_close now appears in trace messages. + - Long-running file uploads and downloads can be cancelled through the + API or by hitting ^C in guestfish. + - Python binding adds explicit g.close() method. - Python programs can now use the new event API. @@ -69,6 +78,8 @@ Security New APIs + btrfs-filesystem-resize + get-pgroup inspect-get-icon is-zero is-zero-device @@ -76,6 +87,8 @@ New APIs list-dm-devices mount-9p ntfsresize-opts + set-pgroup + write-append Internals @@ -93,6 +106,8 @@ Internals - C API tests can now fully test calls that have optional arguments. + - Use ./configure --enable-install-daemon to install /usr/sbin/guestfsd. + Bugs fixed ./bugs-in-changelog.sh 1.10.0.. | sort -n |