[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.25.33 created (now ee3a6b9)
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:16:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to annotated tag upstream/1.25.33
in repository libguestfs.
at ee3a6b9 (tag)
tagging 74c3f1e937b4f339a322042913930da7a3f220cf (commit)
replaces upstream/1.25.32
tagged by Hilko Bengen
on Thu Feb 6 10:19:40 2014 +0100
- Log -----------------------------------------------------------------
Upstream version 1.25.33
Hilko Bengen (1):
Imported Upstream version 1.25.33
Pino Toscano (5):
resize: properly restore GPT partition types
daemon: parted: refactor sgdisk info parsing code
New API: part-get-name (RHBZ#593511).
resize: preserve GPT partition names (RHBZ#1060404).
appliance/init: provide a symlink /var/lock
Richard W.M. Jones (2):
resize: Try to remove a few more _ -> .. cases.
Version 1.25.33.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new ac1d5ba tests/mountable: skip if btrfs is not available
new c16f2ea RHEL 6: builder: Use iteri instead of List.iteri.
new 480bd3a RHEL 6: ruby: Fix fallback to rake/rdoctask for old rake.
new ee4ce2a ruby: Fix .new method (RHBZ#1046509).
new 8832082 Allow ./configure --without-qemu.
new 6c971fa Update copyright dates for 2014.
new 169a4a3 Version 1.25.19.
new 282e420 Imported Upstream version 1.25.19
new 40b88fd builder: Add CirrOS 0.3.1 disk image.
new ac41f61 builder: Note in man page how to specify size in bytes.
new 3e80260 builder: Pass ~prog global (program name) around.
new a403feb mllib: Add library function to run external command and slurp up the output.
new 06f7bea builder: Fix handling of --size parameter.
new 4125064 libvirt-auth: Provide a friendlier wrapper around virConnectAuthPtrDefault (RHBZ#1044014).
new 873db60 tests: Add a regression test of libvirt authentication events.
new 746a0b1 tests: Add a regression test for libvirt authentication (RHBZ#1044014).
new 7630a7b daemon: xattr: simplify the enabling of the linuxxattrs features
new 59d8cf6 daemon: xattr: move the listxattrs code in an own function
new cea270d daemon: xattr: Remove unused variable.
new dd1bfea sysprep, builder: Add --timezone option to set timezone of guest.
new 1e1b027 builder: docs: Remove confusing reference to timezone.
new 8ae6b6c builder: Document how to change keyboard layout.
new 39bc959 builder: List --install packages in the same order as on the command line.
new 6d4ac69 builder: Add --link option for creating symbolic links.
new 7e8ad13 builder: Document how to change the language/locale of a new guest.
new f40e44c builder: Document how to set up local mirrors for performance and reliability.
new a8c9aed builder: Document that SELinux guests will reboot for autorelabel.
new fcdea83 builder: Document how to set Japanese language support in Fedora 20.
new 7500ae3 builder: Fix virt-builder test.
new ed43cc1 builder/website: Add CirrOS signature file to EXTRA_DIST.
new 0d1c002 Version 1.25.20.
new 418c064 sysprep: add --operations
new efb5f18 New API: copy-attributes.
new d885d6f builder: Document how to set Japanese in Debian 7.
new 5fa5538 builder: Fix documentation for --attach option.
new e68baf1 Update generated files for new copy-attributes API.
new 6879fdf builder: Minor documentation fix to manual page.
new 5136de9 builder: Add --no-delete-on-failure option to aid debugging.
new 69d9c85 builder: For performance, recommend using the --no-sync option.
new e664739 builder: planner: Whitespace change.
new aba64a0 fish: Add test-file-attrs.sh to EXTRA_DIST.
new 4c4480d Version 1.25.21.
new 5ec6d95 Imported Upstream version 1.25.20
new b7bb1f6 builder, edit, fish: use copy-attributes
new 775c6da builder: test-virt-builder: check some results
new 7c431d7 builder: Add documentation for how to import images into OpenStack.
new 8bbd22d fuse: remove extra trailing \n in debug messages
new 99d6e2c fuse: clear stat structs (RHBZ#660687).
new 91aae89 builder: small refactor of the list output
new e45bfe0 builder: add --list-format
new 5b42351 builder: add a JSON output for --list
new b3cf877 builder: Fix unterminated I<...> in man page.
new 07e4751 fish: Fix tests that specified qcow2 format, but passed a raw format disk.
new 4a0f5ed drives: Centrally create overlays for read-only drives.
new 6b3e05e Minimum libvirt version is >= 1.1.1.
new f106b30 drives: Avoid double-free along error path.
new 96737fc launch: libvirt: Use C macros to simplify XML generation.
new e22bd2d tests: Add a test of relative paths, to make sure we don't break them.
new 716f6e4 Version 1.25.22.
new c537b26 uml: Fix rule which disables relative-paths test on UML.
new e5190e0 Version 1.25.23.
new 937c031 launch: libvirt: Slightly simplify the XML generation code further.
new b6ff642 Use recommended timer settings for KVM (RHBZ#1053847).
new 3858eeb tests/nbd: Move wait for qemu-nbd to start up earlier.
new 20514fe test-tool: Use size_t instead of int for array index.
new 693a215 utils: Add utility function to copy string lists.
new 89a617c utils: Add utility function to split string into list of strings.
new 815e739 utils: Add regression test for C utility functions.
new 1e46638 New API: set-backend-settings, get-backend-settings.
new 11ac9f7 launch: direct: Add force_tcg backend setting.
new 26f7fb2 launch: libvirt: Add force_tcg backend setting.
new 012b01a launch: direct: Make sure we pass lpj= parameter when using TCG.
new a1eacea init: Display clocksource (only when debugging is enabled).
new badc4ff Version 1.25.24.
new e02f508 Imported Upstream version 1.25.21
new 4068be2 Imported Upstream version 1.25.23
new 0f9ee2b Imported Upstream version 1.25.24
new d87cfef daemon: add missing GUESTFSD_EXT_CMD usage
new d0c5450 daemon: Use wipefs_has_force_option to decide whether to add wipefs --force option.
new 69267d8 launch: Allow backend = "appliance" for backwards compatibility (RHBZ#1055452).
new ecd3180 tests: Add a regression test for parsing LIBGUESTFS_BACKEND/LIBGUESTFS_ATTACH_METHOD (RHBZ#1055452).
new ee90a36 tests: Add regression test for get-attach-method == "appliance".
new a7b5be0 dist: Run 'git log' instead of custom script.
new ffe1eaa Revert "Minimum libvirt version is >= 1.1.1."
new 10b20b7 test-tool: Rearrange output into alphabetical order.
new e2cc8b6 builder: add index-struct.h as dependency for index-parser-c.c
new 4505f61 builder: allow more empty lines in index files
new 11b4fc8 sysprep: Update comments.
new 3e3e7cf sysprep: Replace flags list with side_effects object.
new be5fd2f builder: Add note about cloning to man page.
new 88094f3 builder: Clearer note in man page about SELinux and where /.autorelabel file comes from.
new 20a4bfd builder: Add tip for how to relabel SELinux guest at build time.
new 5cbdf35 builder: proper consider subkeys in index files
new ebb04b6 Version 1.25.25.
new 873051e remove non-portable chmod
new c6ec6cd builder: Add -monitor none to example command line.
new 13bca32 sparsify: Prevent overwriting block or char output devices (RHBZ#1056290).
new 9e4357c builder: fix small regression in subkey parsing
new 49c3d81 generator/set-uuid: Fix two typos in documentation
new aa2ca8b daemon: lvm2: Ignore "unknown device" output when a PV is missing (RHBZ#1054761).
new 7d8d065 tests: Add a regression test for RHBZ#1054761.
new 629cb87 tests/regressions: Don't include binaries in EXTRA_DIST.
new 2541563 Version 1.25.26.
new 958e84d builder: small code simplification
new b7cd63f builder: read all the available notes from the index
new b93a1d5 fish/uri: Tidy up error messages.
new 53a3ff9 lib: Handle Ceph/rbd paths properly (RHBZ#1026688).
new 992a6b2 fish: Handle Ceph/rbd URIs and convert them to paths properly (RHBZ#1026688).
new 58ada01 libvirt domain: Allow network drives with no <host> elements.
new 1d2e744 libvirt-domain: Remove unnecessary and wrongly indented parens.
new 1ed0ce3 libvirt domain: Allow network drives with no <source name="..."> attr.
new 1d6ba35 tests: Add a test of libvirt domain XML to qemu command line (RHBZ#1026688).
new e8c1067 launch: direct: Stop using deprecated -no-kvm-pit-reinjection if qemu is new enough (RHBZ#1053847).
new 3331db8 resize: Don't truncate libguestfs error messages.
new ee7d668 Imported Upstream version 1.25.25
new 5ae78bb Imported Upstream version 1.25.26
new 870f076 Version 1.25.27.
new 01d2703 lib, fish: Handle Gluster, NBD, iSCSI and Sheepdog paths properly.
new b491a85 Imported Upstream version 1.25.27
new 0e24899 fuse: In mount-local-run, test if root filesystem has been mounted (RHBZ#1057504).
new ab33653 daemon: Bind-mount /sys/fs/selinux into sysroot when running commands.
new 90e23b4 builder: Add --selinux-relabel option to perform SELinux relabelling.
new 080300d builder: Add documentation for enabling Puppet (agent) in a guest.
new 24e6149 Version 1.25.28.
new 4e18712 tests/disks/test-qemu-drive-libvirt: Include test data.
new de7a833 Version 1.25.29.
new 77d61cb Imported Upstream version 1.25.29
new f66d6a8 tests/mountable: add missing space in test-mountable-inspect.sh
new c01fb37 tests: add a a simple libvirt-is-version test tool
new 4310f8f tests/disks: skip test-qemu-drive-libvirt.sh if libvirt is < 1.1.3
new 95f8144 tests/regressions: remove C part of rhbz1044014
new ce9d4d3 builder, sysprep: initialise the random generator
new 9df5087 daemon: If /selinux exists in the guest, bind-mount /sys/fs/selinux to there.
new d9cd2dc daemon: Add a note about how 'mount --rbind' doesn't work.
new e3f7280 run: Actually use timeout --foreground option (RHBZ#1025269).
new 65fc841 src/Makefile.am: Reorder SOURCES into alphabetical order.
new 588af19 New API: disk-create for creating blank disks.
new 1e5eb0a lib: Use disk-create API instead of qemu-img/truncate inside the library.
new 2794eac fish: Use disk-create API to implement guestfish 'alloc' and 'sparse' commands.
new d60e6a2 examples: Update various examples to use new disk-create API.
new bd12e78 builder: Use disk-create API instead of calling qemu-img create.
new f02fddc tests: Update miscellaneous tests to use disk-create API.
new 40261e4 rescue: Note that we're not using add-drive-scratch here, and maybe we should be.
new a594b7f sparsify: Use new disk-create API instead of calling qemu-img.
new 9015d5a virt-make-fs: Use disk-create API instead of calling qemu-img create.
new 40512c6 daemon: Always pass -F option to mkfs.ntfs.
new d3512de Rewrite virt-make-fs in C (originally Perl).
new 642cf4c tests: Test --label and other options in virt-make-fs.
new dc91bf7 Version 1.25.30.
new 233d541 sysprep: Add script4.sh (test script) to EXTRA_DIST.
new 1771e1f Version 1.25.31.
new 59fce97 pod: Remove stray +x (executable) mode on various POD files.
new f5bc913 make-fs: Run virt-make-fs in test from builddir, not srcdir.
new c86fcc0 make-fs: Make check-valgrind do something.
new 5bf8c81 make-fs: Use an anonymous pipe instead of a named pipe.
new 90d3378 make-fs: Refactor debug stats code.
new a8a655a make-fs: Ensure --partition (on its own) creates an MBR partition.
new 32cbd7c make-fs: Remove warning from man page about lone --partition argument.
new f0f95bd perl: Data::Dumper and String::ShellQuote modules are no longer required.
new c841d08 appliance: Create checksum file with mode 0644 instead of 0755.
new 164721b Imported Upstream version 1.25.31
new 2595fa5 builder: Move Perl_edit module into common code.
new 5db1a28 sysprep: Add --scrub option.
new fc6d3e6 sysprep: Add a reference to virt-builder from the manual page.
new 49014f8 sysprep: Deprecate --selinux-relabel in favour of --autorelabel.
new 07ef60c builder: output translated notes
new bed8a16 builder: remove unused variables
new d93e3c5 fish: Additional GUESTFISH_* environment variables to control the prompt.
new d5b5401 Remove bogus license file from daemon subdirectory.
new eab810f Version 1.25.32.
new ef7ac04 resize: properly restore GPT partition types
new 170b643 resize: Try to remove a few more _ -> .. cases.
new 78c21ce daemon: parted: refactor sgdisk info parsing code
new 820b870 New API: part-get-name (RHBZ#593511).
new 59eb9bf resize: preserve GPT partition names (RHBZ#1060404).
new 798b539 appliance/init: provide a symlink /var/lock
new 758d021 Version 1.25.33.
new 2da1384 Imported Upstream version 1.25.32
new 74c3f1e Imported Upstream version 1.25.33
The 179 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