X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=RELEASE-NOTES;h=2c27642f92353a7d91cfa9629e38adab56b66f7f;hp=84e6c5236c72e3bbe59b2d36024528d3a83930ea;hb=9f135be96e21d899b36ef2287a6ba8cea9beb4ff;hpb=fffe73ec6faebe2847ba0fa45c8a397fb5972d25 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 84e6c52..2c27642 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. > 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