summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-07-08 11:54:50 +0100
committerRichard Jones <rjones@redhat.com>2010-07-08 13:34:40 +0100
commit58667f2be077a4b05c9c640d58fb946b52ef2e88 (patch)
treec18012b0a95c27db976895fb6fc42c893daa5fa9 /RELEASE-NOTES
parent49a71a4c606d52f78c364860a8917cf1076169e7 (diff)
downloadlibguestfs-58667f2be077a4b05c9c640d58fb946b52ef2e88.tar.gz
libguestfs-58667f2be077a4b05c9c640d58fb946b52ef2e88.tar.xz
libguestfs-58667f2be077a4b05c9c640d58fb946b52ef2e88.zip
Prepare for new development branch, starting at 1.5.0.
Add BUGS and RELEASE-NOTES to EXTRA_DIST. Also update the RELEASE-NOTES file.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES15
1 files changed, 13 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ea03dbd8..600a6edc 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,5 @@
Release notes for libguestfs 1.4.0
----------------------------------
-[updated to 6c27155621f75351a3b18237ac7631f0eb12c336]
These release notes only cover the differences from the previous
stable/dev branch split (1.2.0). For detailed changelogs, please see
@@ -14,7 +13,7 @@ New features
- Add write support to guestmount (FUSE) module.
- virt-resize can now resize the content of partitions and logical
- volumes in the guest, and we fully support shrinking guests.
+ volumes in the guest, and we have better support for shrinking guests.
- Bash tab-completion script for guestfish.
@@ -69,6 +68,10 @@ New features
- Include extra Augeas lenses in the supermin appliance (Matthew Booth).
+ - Add error and close callbacks.
+
+ - Add explicit close method in the Perl API.
+
- Multiple fixes for RHEL 5 compatibility.
- Multiple fixes for Debian/Ubuntu compatibility.
@@ -118,13 +121,21 @@ Internals
- Extend the protocol to support sending arbitrary 8 bit data buffers.
- Ship 'BUGS' file with releases. This is a summary of the bugs in
the Red Hat Bugzilla database.
+ - Ship 'RELEASE-NOTES' file with releases, containing release notes.
- Unify supermin appliance building into one place, in febootstrap 2.7.
- Fix the protocol code to handle the case where both ends send cancel
messages at the same time.
Bugs fixed
+ - 612178 guestfish: using -m option in conjunction with --listen option causes appliance to die
+ - 610880 libguestfs should set broader read perms on tmpdir, so works in some situations when executed with umask 077
+ - 604691 OCaml bindings are not thread safe
+ - 603870 Updates to Spanish translation
+ - 602592 [RFE] expose guestfs_close in perl bindings
+ - 600977 virt-df -h --csv "Argument .. isn't numeric in printf"
- 599464 mkfs-b does not support vfat/ntfs
+ - 598807 add_cdrom does not work in RHEL 6
- 598309 part-list and several other cmd failed on libguestfs on RHEL5
- 597145 guestfish 'help' command should indicate error in exit status with an unknown command
- 597135 guestfish write-file cmd does not check "size" parameter