[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.29.14 created (now 38a58ec)
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 17:08:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to annotated tag upstream/1.29.14
in repository libguestfs.
at 38a58ec (tag)
tagging 0b29eb181cba9e08e88555f61f40fb5cc0b8dc52 (commit)
replaces upstream/1.29.13
tagged by Hilko Bengen
on Fri Dec 12 08:43:52 2014 +0100
- Log -----------------------------------------------------------------
Upstream version 1.29.14
Hilko Bengen (1):
Imported Upstream version 1.29.14
Hu Tao (1):
resize: fix 'No space left on device' problem when copying to an extended partition (RHBZ#1169015)
John Eckersberg (2):
p2v: wait for qemu-nbd before starting conversion (RHBZ#1167774)
p2v: show error dialog if virt-v2v fails (RHBZ#1167601)
Kashyap Chamarthy (1):
arm: Use -cpu host on KVM.
Richard W.M. Jones (12):
inspection: Not an installer if there are multiple partitions (RHBZ#1171666).
builder: Add Fedora 21 image, remove RHEL 7 RC image.
v2v: linux: Fix modifications to default kernel for legacy grub.
lib: Don't mention whitelist in guestfs_modprobe documentation.
generator: Implement Pointer arguments.
New(ish) API: guestfs_add_libvirt_dom.
python: Improve harness for running Python tests.
python: Implement Pointer ("virDomainPtr", _) (RHBZ#1075164).
debug: add-domain: Dump XML of original domain.
launch: libvirt: Fix labelling of overlay files.
python: Add a regression test for disk labelling.
Version 1.29.14.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new b6f6454 typo fix: preceeding -> preceding
new dc1f15a typo fix: commmand -> command
new 8cd2620 Add debug APIs: bmap-file, bmap-device, bmap.
new b349076 btrfs: add optional parameter `ro' to btrfs_subvolume_snapshot
new 5f608f0 Update gobject/Makefile.inc and POTFILES
new 9e7b9ef btrfs: add optional parameter `qgroupid' to btrfs_subvolume_snapshot
new 1622e3d btrfs: add optional parameter `qgroupid' to btrfs_subvolume_create
new 5e81c83 Update gobject/Makefile.inc and POTFILES
new 7ee6977 Version 1.29.11.
new 3d36946 p2v: Add HACKING file.
new b00adf3 tools: implement --short-options
new 4b79235 bash: execute --long-options only when needed
new 1784cd2 bash: complete also short options
new e383418 bash: complete some params for resize, sparsify, and builder
new 6faa7b4 bash: add a completion module for virt-v2v
new 196813e v2v: Fix command line --help output for --no-trim option.
new 3b76688 Imported Upstream version 1.29.11
new 95644f3 uuid: add support to change uuid of swap partition
new 45266e3 uuid: cannot change btrfs filesystem's UUID
new b53ba64 uuid: make alias get-uuid for vfs_uuid
new 282132c inspect: Fix a bug in the *BSD root detection
new d0a676c lib: Add COMPILE_REGEXP macro to hide regexp constructors/destructors.
new 4a63cdd Add HACKING file to EXTRA_DIST.
new 3a5613e Version 1.29.12.
new 2990db8 tests/c-api: Test that the library can really be loaded with dlopen.
new 6c3683e Imported Upstream version 1.29.12
new 4d9a14f configure: Require yajl >= 2.0.4 (RHBZ#1169045).
new 1b52139 p2v: Mention sshd_config setting in the manual page.
new 391d90d p2v: Refer to virt-v2v resource requirements in virt-p2v man page.
new a21ab21 fish: show synopsis if command syntax is wrong
new de0b7c4 build: Map host CPU 'powerpc64le' to qemu-system-ppc64.
new 7c7755e Remove extra space in inspect-fs-unix.c
new 1033847 gobject: link against uninstalled libraries
new 39d6412 v2v: Disable autoreboot when converting Windows guests.
new c712f88 mllib: Add Common_utils.string_suffix function and extend test coverage.
new 0c2e676 v2v: When picking a default kernel, favour non-debug kernels over debug kernels (RHBZ#1170073).
new 7adbf72 inspect_os: Add support for detecting OpenBSD
new af6ea8f Support fstab block device resolution for NetBSD
new b58022e Fix fstab block device resolution for FreeBSD
new 20098d4 Add freebsd and netbsd distros
new 212660f builder: Add support for RHEL 3, RHEL 4.
new eddc886 fish: fix build warning when readline-devel is missing
new 205a8c7 v2v: Don't use epoch prefix on RPM command line for RHEL <= 4 (RHBZ#1170685).
new 1bd779c v2v: Fix missing loop device which breaks conversion of RHEL 3 guests (RHBZ#1171130).
new a542389 v2v: Remove documentation about Windows Recovery Console not supported.
new be73b17 v2v: Add documentation about what to do about BSOD 0x0000007B (RHBZ#1161333).
new 1ea9b68 customize, sysprep: add a short SELinux note
new acb6e8f sysprep: add a "changed file" side effect
new d4ffaad sysprep: user-account: mark "changed file" if users were removed
new ee57b5f Version 1.29.13.
new b70afa0 Imported Upstream version 1.29.13
new 33098d2 p2v: wait for qemu-nbd before starting conversion (RHBZ#1167774)
new 9d6f0b6 resize: fix 'No space left on device' problem when copying to an extended partition (RHBZ#1169015)
new bdf772d inspection: Not an installer if there are multiple partitions (RHBZ#1171666).
new 6468b9d arm: Use -cpu host on KVM.
new 7a34855 builder: Add Fedora 21 image, remove RHEL 7 RC image.
new e1fd961 v2v: linux: Fix modifications to default kernel for legacy grub.
new 3d7ea11 lib: Don't mention whitelist in guestfs_modprobe documentation.
new 841aa0f p2v: show error dialog if virt-v2v fails (RHBZ#1167601)
new fd9ac7f generator: Implement Pointer arguments.
new 96158d4 New(ish) API: guestfs_add_libvirt_dom.
new db1c8a6 python: Improve harness for running Python tests.
new 2c9f6da python: Implement Pointer ("virDomainPtr", _) (RHBZ#1075164).
new f4b4dcc debug: add-domain: Dump XML of original domain.
new 39f7eae launch: libvirt: Fix labelling of overlay files.
new 90e9ad7 python: Add a regression test for disk labelling.
new 5a12045 Version 1.29.14.
new 0b29eb1 Imported Upstream version 1.29.14
The 68 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list