[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.25.46 created (now 4096150)
Hilko Bengen
bengen at moszumanska.debian.org
Thu Mar 20 23:06:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to annotated tag upstream/1.25.46
in repository libguestfs.
at 4096150 (tag)
tagging 4134b26f5968735df3019a415399722194b86e89 (commit)
replaces upstream/1.25.45
tagged by Hilko Bengen
on Fri Mar 21 00:04:44 2014 +0100
- Log -----------------------------------------------------------------
Upstream version 1.25.46
Hilko Bengen (1):
Imported Upstream version 1.25.46
Pino Toscano (9):
php: make the test suite failures fatal
php: move tests under a tests subdirectory
builder: make the C index parser reentrant
builder: show the file name in errors of the index parser
builder: show the application name in errors of the index parser
tests/run-xml-to-junit.xsl: allow to define a different classname
builder/virt-index-validate: try to cleanup in any occasion
builder: rename and make public the section/field free functions
builder: clean the parsing structs on error
Richard W.M. Jones (16):
ocaml: Add Guestfs.Errno submodule exposing useful raw errno numbers.
launch: Return errno == ENOTSUP if discard is not supported.
mllib: Allow exit code to be specified when calling 'error' function.
virt-sparsify --in-place: Exit with code 3 if discard is not supported.
build: Remove -Wno-declaration-after-statement.
Annual scavange to find mixed declarations and statements.
build: Disable a couple more ineffective warnings.
podwrapper: Give an error if an --insert or --verbatim pattern is not found in the input.
generator: Generate copyright notice in generated POD fragments.
po-docs: There are no *.pl files in the po-docs subdirectories any longer.
po-docs: Filter the po4a warning and =encoding line.
podwrapper: Remove =encoding from input files and add it back in podwrapper.
appliance: Remove genisoimage from packagelist.
Revert "appliance: Remove genisoimage from packagelist."
php: Include new location of tests in EXTRA_DIST.
Version 1.25.46.
-----------------------------------------------------------------------
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
new 0563405 ocaml: Add Guestfs.Errno submodule exposing useful raw errno numbers.
new 6e99530 launch: Return errno == ENOTSUP if discard is not supported.
new 5e1fc46 mllib: Allow exit code to be specified when calling 'error' function.
new 931aec5 virt-sparsify --in-place: Exit with code 3 if discard is not supported.
new 6035c76 build: Remove -Wno-declaration-after-statement.
new 19dcc0d Annual scavange to find mixed declarations and statements.
new d521f7c build: Disable a couple more ineffective warnings.
new 7fb823e php: make the test suite failures fatal
new 251a193 php: move tests under a tests subdirectory
new c871ed6 builder: make the C index parser reentrant
new 15f04f2 builder: show the file name in errors of the index parser
new 7c70429 builder: show the application name in errors of the index parser
new 121c289 tests/run-xml-to-junit.xsl: allow to define a different classname
new d412998 podwrapper: Give an error if an --insert or --verbatim pattern is not found in the input.
new 01548fd generator: Generate copyright notice in generated POD fragments.
new 420d324 po-docs: There are no *.pl files in the po-docs subdirectories any longer.
new ad33a54 po-docs: Filter the po4a warning and =encoding line.
new c4dc70f podwrapper: Remove =encoding from input files and add it back in podwrapper.
new cd99664 appliance: Remove genisoimage from packagelist.
new c763949 Revert "appliance: Remove genisoimage from packagelist."
new 87ed636 builder/virt-index-validate: try to cleanup in any occasion
new c6c2762 builder: rename and make public the section/field free functions
new 62875c8 builder: clean the parsing structs on error
new 4edf659 php: Include new location of tests in EXTRA_DIST.
new 37ed019 Version 1.25.46.
new 4134b26 Imported Upstream version 1.25.46
The 77 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