SHA256
3
0
forked from pool/libguestfs

- Update to version 1.26.6

* cleanups: add CLEANUP_FCLOSE (fclose on FILE*)
  * launch: Close file descriptors after fork (RHBZ#1123007).
  * virt-resize: Unmount filesystem after testing size.
  * daemon: Add extra debugging to umount_all command.
  * sparsify: Relax requirement that output device cannot be block device (RHBZ#1122557).
  * ocaml: Ignore Warning 3: deprecated feature: String.* functions.
  * sysprep: Standard exception handling, taken from virt-builder & virt-v2v.
  * customize: Use Common_utils.error function instead of failwith.
  * mllib: introduce Mkdtemp.temp_dir
  * inspect: ignore /etc/fstab with no entries (RHBZ#1113156).

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=309
This commit is contained in:
2014-07-28 07:31:33 +00:00
committed by Git OBS Bridge
parent c7c8c8231b
commit bccb9f0848
6 changed files with 26 additions and 11 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jul 28 09:27:51 CEST 2014 - ohering@suse.de
- Update to version 1.26.6
* cleanups: add CLEANUP_FCLOSE (fclose on FILE*)
* launch: Close file descriptors after fork (RHBZ#1123007).
* virt-resize: Unmount filesystem after testing size.
* daemon: Add extra debugging to umount_all command.
* sparsify: Relax requirement that output device cannot be block device (RHBZ#1122557).
* ocaml: Ignore Warning 3: deprecated feature: String.* functions.
* sysprep: Standard exception handling, taken from virt-builder & virt-v2v.
* customize: Use Common_utils.error function instead of failwith.
* mllib: introduce Mkdtemp.temp_dir
* inspect: ignore /etc/fstab with no entries (RHBZ#1113156).
-------------------------------------------------------------------
Wed Jul 9 09:54:31 CEST 2014 - ohering@suse.de