[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.25.45 created (now 6e8afad)
Hilko Bengen
bengen at moszumanska.debian.org
Thu Mar 20 23:06:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to annotated tag upstream/1.25.45
in repository libguestfs.
at 6e8afad (tag)
tagging 4921710afedfe17bece3f043920c036f1169e6d0 (commit)
replaces upstream/1.25.43
tagged by Hilko Bengen
on Mon Mar 17 09:05:46 2014 +0100
- Log -----------------------------------------------------------------
Upstream version 1.25.45
Hilko Bengen (1):
Imported Upstream version 1.25.45
Pino Toscano (13):
builder: use Filename.check_suffix
builder: move some language-related code into a Languages module
builder: output translated notes also in --notes
builder: add languages.ml to POTFILES-ml
drivers: group drive creation params in an own struct
builder: show the architecture in the short --list output
builder: complete architecture handling
builder: fix typo in comment
php: add a custom PHP runner for tests
php: remove the custom "env" loading in tests
php: fix crash with OStringList optional arguments
tests: provide a simple way to extract the tests data from run
tests: skip the output of test-virt-rescue.pl from RUN_OUTPUT_FILE
Richard W.M. Jones (37):
appliance: Don't rebuild everything if just the daemon changes.
appliance: Cosmetic rearrangement of supermin.d/* targets.
daemon: fstrim: When debugging, capture and print fstrim -v output.
daemon: fstrim: Fix fstrim so it trims the correct filesystem.
launch: libvirt: Move the is_kvm flag (derived from libvirt capabilities) to backend data struct.
sparsify: Remove unused variable definition.
sparsify: Capture any exceptions and display nicer error messages.
sparsify: Remove unused 'open' directive.
sparsify: Move command line parsing code to separate file.
sparsify: Refactor command line parsing to pass back a mode.
sparsify: Move copying-mode code to a separate file.
New API parameter: Add discard parameter to guestfs_add_drive_opts.
New API: blkdiscard - discard all blocks on a block device.
New API: blkdiscardzeroes - do discarded blocks read back as zeroes?
tests: Add tests of discard support.
Pass cachemode parameter from add-domain to add-drive.
Pass discard parameter from add-domain to add-drive.
virt-format: Discard the data on the disks.
sysprep: Add disks with discard = "besteffort".
sparsify: Add virt-sparsify --in-place mode.
sparsify: Add a test of the virt-sparsify --in-place option.
FAQ: Document virt-sparsify >= 1.26 can do in-place sparsification.
FAQ: Remove section that only applied to obsolete Fedora & RHEL releases.
FAQ: Make issues which will be fixed in libguestfs >= 1.26 / supermin >= 5.
appliance: Fix 'make clean' in appliance subdirectory.
Version 1.25.44.
gitignore: appliance: Don't ignore some files which are now obsolete and should be removed.
gobject: Don't ignore old generated files.
tests/discard: Ensure a significant number of blocks are freed up on the host.
tests: fstrim: Remount the disk.
Revert "tests: fstrim: Remount the disk."
tests: fstrim: Sync before running fstrim.
tests/discard: sync before close isn't necessary.
appliance: init: Remove unnecessary comment, whitespace changes.
tests/regressions/rhbz895904.sh: Rewrite without multi-line expression.
Add tests/run-xml-to-junit.* to EXTRA_DIST.
Version 1.25.45.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 8ba31e6 builder: use Filename.check_suffix
new 3cffc28 builder: move some language-related code into a Languages module
new 6379c85 builder: output translated notes also in --notes
new 72d1a63 builder: add languages.ml to POTFILES-ml
new 71dfd73 appliance: Don't rebuild everything if just the daemon changes.
new 013ed9f appliance: Cosmetic rearrangement of supermin.d/* targets.
new 7942cbf drivers: group drive creation params in an own struct
new cc49524 builder: show the architecture in the short --list output
new b1cf624 builder: complete architecture handling
new 46e30c1 daemon: fstrim: When debugging, capture and print fstrim -v output.
new 5e105e0 daemon: fstrim: Fix fstrim so it trims the correct filesystem.
new 2b4baf3 launch: libvirt: Move the is_kvm flag (derived from libvirt capabilities) to backend data struct.
new 073f90e sparsify: Remove unused variable definition.
new 8df1388 sparsify: Capture any exceptions and display nicer error messages.
new d263a30 sparsify: Remove unused 'open' directive.
new 63e8368 sparsify: Move command line parsing code to separate file.
new a665a57 sparsify: Refactor command line parsing to pass back a mode.
new 2489692 sparsify: Move copying-mode code to a separate file.
new 53afa03 builder: fix typo in comment
new 499b9ee New API parameter: Add discard parameter to guestfs_add_drive_opts.
new 452b228 New API: blkdiscard - discard all blocks on a block device.
new b408419 New API: blkdiscardzeroes - do discarded blocks read back as zeroes?
new a9fc093 tests: Add tests of discard support.
new 3106789 Pass cachemode parameter from add-domain to add-drive.
new 93f1bfc Pass discard parameter from add-domain to add-drive.
new fb3afdf virt-format: Discard the data on the disks.
new b48e885 sysprep: Add disks with discard = "besteffort".
new e3a32f9 sparsify: Add virt-sparsify --in-place mode.
new b7cec3e sparsify: Add a test of the virt-sparsify --in-place option.
new 80d77e9 FAQ: Document virt-sparsify >= 1.26 can do in-place sparsification.
new 8df1c47 FAQ: Remove section that only applied to obsolete Fedora & RHEL releases.
new a13109c FAQ: Make issues which will be fixed in libguestfs >= 1.26 / supermin >= 5.
new 04aaa6d appliance: Fix 'make clean' in appliance subdirectory.
new 5fbbfe7 php: add a custom PHP runner for tests
new e411cf8 php: remove the custom "env" loading in tests
new 083203c php: fix crash with OStringList optional arguments
new bd226af Version 1.25.44.
new b96dfa6 gitignore: appliance: Don't ignore some files which are now obsolete and should be removed.
new 8584c8c gobject: Don't ignore old generated files.
new 9b883d3 tests/discard: Ensure a significant number of blocks are freed up on the host.
new accf1b6 tests: fstrim: Remount the disk.
new 38fbda9 tests: provide a simple way to extract the tests data from run
new 56efdb2 tests: skip the output of test-virt-rescue.pl from RUN_OUTPUT_FILE
new 55730f6 Revert "tests: fstrim: Remount the disk."
new d46ceea tests: fstrim: Sync before running fstrim.
new bae2134 tests/discard: sync before close isn't necessary.
new 93335b5 appliance: init: Remove unnecessary comment, whitespace changes.
new 7fe365e tests/regressions/rhbz895904.sh: Rewrite without multi-line expression.
new 455ccc1 Add tests/run-xml-to-junit.* to EXTRA_DIST.
new 996c0a2 Version 1.25.45.
new 4921710 Imported Upstream version 1.25.45
The 51 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