[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.25.25 created (now f6f26af)
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:14:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to annotated tag upstream/1.25.25
in repository libguestfs.
at f6f26af (tag)
tagging ee7d6684f33af146586096a8052e692b71784939 (commit)
replaces upstream/1.25.24
tagged by Hilko Bengen
on Thu Jan 23 19:53:35 2014 +0100
- Log -----------------------------------------------------------------
Upstream version 1.25.25
Hilko Bengen (1):
Imported Upstream version 1.25.25
Olaf Hering (1):
daemon: add missing GUESTFSD_EXT_CMD usage
Pino Toscano (4):
Revert "Minimum libvirt version is >= 1.1.1."
builder: add index-struct.h as dependency for index-parser-c.c
builder: allow more empty lines in index files
builder: proper consider subkeys in index files
Richard W.M. Jones (12):
daemon: Use wipefs_has_force_option to decide whether to add wipefs --force option.
launch: Allow backend = "appliance" for backwards compatibility (RHBZ#1055452).
tests: Add a regression test for parsing LIBGUESTFS_BACKEND/LIBGUESTFS_ATTACH_METHOD (RHBZ#1055452).
tests: Add regression test for get-attach-method == "appliance".
dist: Run 'git log' instead of custom script.
test-tool: Rearrange output into alphabetical order.
sysprep: Update comments.
sysprep: Replace flags list with side_effects object.
builder: Add note about cloning to man page.
builder: Clearer note in man page about SELinux and where /.autorelabel file comes from.
builder: Add tip for how to relabel SELinux guest at build time.
Version 1.25.25.
-----------------------------------------------------------------------
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 ee7d668 Imported Upstream version 1.25.25
The 95 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