* generator: Sort the structs.
* Use -v and -x flags consistently across OCaml virt-* tools.
* mllib: Rewrite text wrapping function so it can handle newlines within the text.
* mllib: Add a common 'warning' utility function.
* mllib: Add an interface for Common_utils library.
* mllib: Move common code for comparing version strings to library.
* options: Compile out part of union which cannot be used when not compiling guestfish.
* mllib: Create a common utility function is_directory.
* fuse: UID 0 should override all permissions checks (RHBZ#1106548).
* launch: libvirt: Only use serial BIOS (sgabios) on x86.
* daemon: print parameters for vgchange in error messages
* generator: fix daemon functions with optional params but no mandatory params
* appliance: Increase udev timeout to 6000s (RHBZ#1096579).
* launch: libvirt: Add -device sga (sgabios).
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=297
* sparsify: Add a note about qcow2 internal snapshots not being copied (RHBZ#1094746).
* customize: random-seed file has moved again.
* lib: xmlParse{File,Memory} -> xmlRead{File,Memory}
* launch: direct: Supply -M option when testing qemu for devices.
* tar-in: Fix places where we didn't cancel the receive (FileIn) correctly along error paths (RHBZ#1091803).
* configure: Make sure grep matches qemu 2.x version string.
* daemon: parted: part-get-name: switch from sgdisk to parted (RHBZ#1088424).
* sparsify: If using -v (verbose), ensure #disk_create runs verbose too.
* disk-create: Fix this API so it works correctly with block devices (RHBZ#1088262).
* listfs: If LDM not available, don't inhibit partition detection (RHBZ#1079182).
* mllib: utils: Add mapi function.
* src/launch: improve the addition of the no-hpet option
* handle: Free g->backend_settings.
* python: Remove unnecessary library dependencies.
* utils: Move guestfs___validate_guid out of utils.c.
* utils: Remove for-loop variable decl.
* rescue: Don't leak various variables when using --suggest option with multi-boot guests.
* make-fs: Close FILE* along error path.
* make-fs: Check for error return from guestfs_statvfs.
* daemon: parted: part-get-name: Don't leak partition type string.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=283
* launch: Print program and version as part of standard debug output when launching the handle.
* lua: Don't redefine lua_objlen if already defined.
* lib: Make sure -lselinux is used when linking libguestfs.so.
* daemon: btrfs: Upstream 'btrfs device add' command now needs '--force' option to work.
* perl: Give error instead of crashing if optarg is not an array reference.
* Avoid modulo bias in random password generation
* mllib: Add a utility function for safely reading from /dev/urandom.
* podwrapper: virt-install is not a libguestfs page.
* Update to latest gnulib to get hash relicensing change (thanks Jim Meyering).
* Fix fstab block device resolution for FreeBSD
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=248
* Initialize CLEANUP_* stack variables with NULL in various places.
* daemon: sh: Fix missing initializer which caused segfault (RHBZ#1000121).
* fish: Document that guestfish --remote --add won't work as expected (RHBZ#998513).
* launch: direct: Don't try to wait for qemu if parent process forked (RHBZ#998482).
* list-filesystems: Don't fail if there are no filesystems found (RHBZ#995711).
* virt-list-filesystems: Fix to use $g->canonical_device_name instead of homebrew function.
* daemon: If /proc/modules doesn't exist, linuxmodules optgroup is disabled.
* launch: direct: Print \n after printing qemu command line.
* conn: Make sure we display all log messages when qemu goes away.
* lib: Turn 'random_chars' function used by libvirt backend into utility function.
* daemon: ldm: Don't return an error if /dev/mapper doesn't exist.
* daemon: Move all RESOLVE macros to daemon/stubs.c.
* proto: Fix --enable-packet-dump mode.
* daemon: Close augeas, hivex handles in unmount_all.
* Fix parsing of boot flag in do_part_get_bootable()
* Update gnulib to latest version.
* augeas: Improve error reporting.
* launch: direct: Add drives after machine parameters.
* fish: Fix guestfish so it can recognize sheepdog://... as a valid URI.
* resize: Move isatty_stdout function to separate module (TTY.isatty_stdout).
* daemon: cap-get-file: Return empty string if no capability on file (RHBZ#989356).
* src/file.c: Be sure to call guestfs___lazy_make_tmpdir before using g->tmpdir.
* generator: Fix the case where a daemon function has one FileIn/FileOut parameter and no other parameters.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=237
* proto: Fix stack overflow when there are many progress events (RHBZ#909624).
* rescue: Count the mountable filesystems when displaying the 'suggest' message.
* lib: Define CLEANUP_CMD_CLOSE macro and use it throughout the library.
* lib: Allow guestfs_free_* functions to be safely called with a NULL pointer.
* btrfs: Fix btrfs_subvolume_list on F18 (RHBZ#903620).
* daemon: Check parameter of base64-out and tar-out before running external command (RHBZ#908322).
* daemon: download: Add extra check that download file is not a directory (RHBZ#908321).
* daemon: Add more information to certain calls to perror.
* daemon: Call wipefs before mkfs to work around pathological behaviour in btrfs.
* lib: Add CLEANUP_* macros which automatically free things when leaving scope.
* header: Deprecate LIBGUESTFS_HAVE_* in favour of GUESTFS_HAVE_*.
* fuse: Use guestfs_rename to implement rename(2) syscall (RHBZ#895910).
* New API: rename: Rename file within the same filesystem (RHBZ#895910).
* fuse: If guestfs_last_errno returns 0, don't return no error to FUSE layer.
* daemon: Change ln, ln-f (hard-link) APIs to use link(2) instead of external ln (RHBZ#895905).
* Fix checksums-out command (RHBZ#895904).
* launch: appliance: Fix parsing of QEMU_OPTIONS.
* launch: appliance: Small refactoring of virtio-scsi detection code.
- enable ruby bindings only in 12.2 or later, ruby is too fragile
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=190