* 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
* sysprep: On RHEL, firstboot script should be called S99... not 99.
* fish: For -N option, add drive with explicit format = "raw".
* daemon: Implement set-label for XFS and fix it for btrfs (RHBZ#986875).
* mkfs: Use -b size=<size> for xfs (RHBZ#981715).
* cmd: Allow callers to override file-closing behaviour after fork.
* daemon: hivex: Check that hivex_commit is passed an absolute path (RHBZ#981683).
* daemon: Verify ext2/3/4 filesystem name before passing to mke2fs (RHBZ#978302).
* virt-resize: Add notes about Windows and disk consistency (RHBZ#975753).
* virt-resize: Take into account large start offset of the first partition when calculating overhead (RHBZ#974904).
* launch: direct: Calculate appliance root correctly when iface drives are added (RHBZ#975797).
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=215
* events: Avoid event handler limit if program allocates and deallocates handlers.
* proto: Fix for rare FileIn hangs. (RHBZ#969845)
* inspection: Don't segfault if /etc/SuSE-release is an empty file.
* fuse: Allow specifying the fstype of a mount
* is_lv: Does not need to depend on lvm2.
* add --with-supermin-extra-options configure option
* Remove use of gnulib progname module.
* inspection: Fix double-free when certain guest files are empty. (CVE-2013-2124)
* daemon: Properly quote arguments for tar-out, base64-out commands (RHBZ#957772).
* inspection: Don't fail if libosinfo database is not found (RHBZ#948324).
* daemon/copy: Ensure errno is preserved along error
* Better error messages for FUSE and other things not supported.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=210
* trace: Put trace buffer on the stack instead of in the handle.
* FAQ: Add question about running fsck on live filesystems
* lib: Check calls to xmlXPathEvalExpression for nodesetval == NULL.
* recipes: Add example converting from one format/filesystem to another
* daemon: protocol: Fix memory leak when receiving FileIn file (RHBZ#914934).
* protocol: Don't segfault if appliance crashes during FileIn upload (RHBZ#914931).
* libutils: Add guestfs___count_strings utility function to common library
* lib: Create libutils convenience library.
* docs: Rewrite security section (thanks Dan Berrange)
* lib: Fix memory leak when the 'lpj' setting is read from dmesg.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=191
* 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