[Pkg-libvirt-commits] [libguestfs] branch master updated (2a2f5ea -> 6c72818)
Hilko Bengen
bengen at moszumanska.debian.org
Fri May 9 12:56:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to branch master
in repository libguestfs.
from 2a2f5ea 1:1.26.0-1
new 5be290c builder: Link virt-index-validate with gnulib.
new 3f2164a builder: Use libgnu.la instead of -lgnu.
new dfd18cb daemon: parted: part-get-name: Don't leak partition type string.
new 254a5e9 make-fs: Check for error return from guestfs_statvfs.
new dafbc4a make-fs: Close FILE* along error path.
new d348353 rescue: Don't leak various variables when using --suggest option with multi-boot guests.
new 7c9afda builder: Remove recursive include of index-parse.h.
new 9462ced builder: Disable internal parallel xzcat on RHEL 6.
new 77753ff utils: Remove for-loop variable decl.
new 8d86825 utils: Move guestfs___validate_guid out of utils.c.
new 05a3e16 python: Remove unnecessary library dependencies.
new 504d98f handle: Free g->backend_settings.
new 1a144cb src: Fix test-utils.c to test the validate_guid function again.
new 9d5eb67 Add the now mandatory arch=ARCH field to the index file examples.
new e458270 sparsify: Remove duplicate "EXIT STATUS" sections from man page.
new a2093a2 sparsify: Reorder external programs in SEE ALSO section.
new 561871a src/launch: improve the addition of the no-hpet option
new 7b3c517 customize: Add customize/*.ml files for translation.
new ecc3a9c customize: Add a "finishing" message at the end.
new 6fe7f77 builder: Don't use configure to generate test-index file.
new 90df0f8 builder: Rearrange EXTRA_DIST in alphabetical order.
new 9839af0 appliance: Avoid touching appliance/supermin.d directory.
new dc24a9b mllib: utils: Add mapi function.
new e697800 recipes: Update the section on installing packages.
new 2e39631 configure: Add message about GNUlib tests.
new d0e8561 sparsify: Relax test constraint (RHBZ#1079210).
new e1b6098 listfs: If LDM not available, don't inhibit partition detection (RHBZ#1079182).
new 57dd6d9 builder: set an empty XDG_CONFIG_HOME in tests
new e3d1e1a configure: Fix tests of qemu on ARM.
new 69c869d disk-create: Fix this API so it works correctly with block devices (RHBZ#1088262).
new 5646fe2 builder: Suggest using virt-install --os-variant option in virt-builder man page.
new a5548b2 builder: If using -v (verbose), ensure #disk_create runs verbose too.
new dec7fea sparsify: If using -v (verbose), ensure #disk_create runs verbose too.
new 7d01aa5 daemon: parted: part-get-name: switch from sgdisk to parted (RHBZ#1088424).
new e237eda ruby: tests: isolate boilerplate in common file
new 82e7846 ruby: tests: convert from Test::Unit to MiniTest (RHBZ#1085029)
new 0ea39ec FAQ: Describe better how to compile libguestfs from source using alternate qemu/supermin/kernel.
new de79fa2 Version 1.26.1.
new e06aa88 Imported Upstream version 1.26.1
new 9cc1606 Merge tag 'upstream/1.26.1'
new 19e12f1 Added patch for building with qemu 2+
new 8e57b3e 1:1.26.1-1
new b0ef0d3 On powerpc architecture, use qemu-system-ppc64 for -M pseries and linux-image-powerpc64
new 4f7acd3 Added fix for qemu -device ?
new 5d56a50 1:1.26.1-2
new e6e0327 Split off specific dependencies from libguestfs0 (Closes: #648291, #681889, #736597, #742944)
new 9bb47ec Added appliance packagelist fix
new 31a6137 Run "make quickcheck" only once
new 06999a1 1:1.26.1-3
new 5b4bfc7 configure: Make sure grep matches qemu 2.x version string.
new d3ab21a tar-in: Fix places where we didn't cancel the receive (FileIn) correctly along error paths (RHBZ#1091803).
new f66c74b builder: Fix parallel builds of index-parse.o.
new c28d793 builder: Add RHEL 7RC disk image.
new 0deddf5 daemon: xattr: factorize do_getxattr and do_lgetxattr
new 272b3ae launch: direct: Supply -M option when testing qemu for devices.
new e1001ef builder: Add RHEL 7 signature to EXTRA_DIST.
new 068c513 guestfs-recipes: Fix language.
new baf9b83 lib: xmlParse{File,Memory} -> xmlRead{File,Memory}
new c9d1ce6 customize: random-seed file has moved again.
new b51cd83 sparsify: Add a note about qcow2 internal snapshots not being copied (RHBZ#1094746).
new 2b57cce Version 1.26.2.
new a681af1 Imported Upstream version 1.26.2
new 3d7a771 Merge tag 'upstream/1.26.2' into debian
new 511091b Mention Gnulib and its license in copyright file (Closes: #747402)
new 8a6b532 Dropped patches that have been integrated upstream
new 6c72818 1:1.26.2-1
The 66 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.
Summary of changes:
.gitignore | 1 -
AUTHORS | 1 +
BUGS | 71 +-
ChangeLog | 599 ++
Makefile.am | 2 +-
Makefile.in | 2 +-
appliance/Makefile.am | 17 +-
appliance/Makefile.in | 17 +-
builder/Makefile.am | 12 +-
builder/Makefile.in | 23 +-
builder/builder.ml | 5 +-
builder/index-parse.c | 63 +-
builder/index-parse.h | 7 +-
builder/index-parse.y | 1 -
builder/pxzcat-c.c | 26 +-
builder/{test-index.in => test-index} | 0
builder/test-virt-builder-list.sh | 1 +
builder/test-virt-builder-planner.sh | 1 +
builder/test-virt-builder.sh | 1 +
builder/virt-builder.pod | 18 +-
builder/website/Makefile.am | 1 +
builder/website/Makefile.in | 1 +
builder/website/index | 22 +
builder/website/index.asc | 48 +-
builder/website/rhel-7rc.xz.sig | 17 +
builder/website/rhel.sh | 9 +
config.h.in | 9 +
configure | 72 +-
configure.ac | 36 +-
customize/customize_main.ml | 1 +
customize/random_seed.ml | 1 +
daemon/blkdiscard.c | 3 +
daemon/optgroups.h | 1 -
daemon/parted.c | 82 +-
daemon/stubs.c | 10 -
daemon/tar.c | 14 +-
daemon/xattr.c | 54 +-
debian/changelog | 32 +
debian/control | 134 +-
debian/copyright | 5 +-
debian/libguestfs-gfs2.install | 1 +
debian/libguestfs-hfsplus.install | 1 +
debian/libguestfs-jfs.install | 1 +
debian/libguestfs-nilfs.install | 1 +
debian/libguestfs-reiserfs.install | 1 +
debian/libguestfs-rescue.install | 1 +
debian/libguestfs-rsync.install | 2 +
debian/libguestfs-xfs.install | 1 +
debian/libguestfs-zfs.install | 1 +
debian/libguestfs0.install | 8 +-
...pliance-Fix-Debian-specific-package-names.patch | 28 +
debian/patches/series | 1 +
debian/rules | 40 +-
examples/guestfs-faq.pod | 56 +-
examples/guestfs-recipes.pod | 34 +-
fish/cmds.c | 2 +-
fish/guestfish-actions.pod | 4 +
generator/actions.ml | 5 +-
gobject/docs/guestfs-docs.sgml | 4 +-
gobject/docs/html/GuestfsSession.html | 4 +
gobject/docs/html/index.html | 2 +-
gobject/src/session.c | 3 +
java/com/redhat/et/libguestfs/GuestFS.java | 4 +
make-fs/make-fs.c | 28 +-
mllib/common_utils.ml | 8 +
perl/lib/Sys/Guestfs.pm | 4 +
po-docs/ja.po | 10546 +++++++++---------
po-docs/ja/guestfish-actions.pod | 3 +
po-docs/ja/guestfish.1 | 7 +-
po-docs/ja/guestfs-actions.pod | 3 +
po-docs/ja/guestfs-availability.pod | 2 +-
po-docs/ja/guestfs-erlang.3 | 4 +-
po-docs/ja/guestfs-examples.3 | 4 +-
po-docs/ja/guestfs-faq.1 | 57 +-
po-docs/ja/guestfs-faq.pod | 55 +-
po-docs/ja/guestfs-golang.3 | 4 +-
po-docs/ja/guestfs-java.3 | 4 +-
po-docs/ja/guestfs-lua.3 | 4 +-
po-docs/ja/guestfs-ocaml.3 | 4 +-
po-docs/ja/guestfs-performance.1 | 4 +-
po-docs/ja/guestfs-perl.3 | 4 +-
po-docs/ja/guestfs-python.3 | 4 +-
po-docs/ja/guestfs-recipes.1 | 41 +-
po-docs/ja/guestfs-recipes.pod | 32 +-
po-docs/ja/guestfs-release-notes.1 | 4 +-
po-docs/ja/guestfs-ruby.3 | 4 +-
po-docs/ja/guestfs-testing.1 | 4 +-
po-docs/ja/guestfs.3 | 9 +-
po-docs/ja/guestfsd.8 | 4 +-
po-docs/ja/guestmount.1 | 4 +-
po-docs/ja/guestunmount.1 | 4 +-
po-docs/ja/libguestfs-make-fixed-appliance.1 | 4 +-
po-docs/ja/libguestfs-test-tool.1 | 4 +-
po-docs/ja/libguestfs-tools.conf.5 | 4 +-
po-docs/ja/virt-alignment-scan.1 | 4 +-
po-docs/ja/virt-builder.1 | 26 +-
po-docs/ja/virt-builder.pod | 18 +-
po-docs/ja/virt-cat.1 | 4 +-
po-docs/ja/virt-copy-in.1 | 4 +-
po-docs/ja/virt-copy-out.1 | 4 +-
po-docs/ja/virt-df.1 | 4 +-
po-docs/ja/virt-edit.1 | 4 +-
po-docs/ja/virt-filesystems.1 | 4 +-
po-docs/ja/virt-format.1 | 4 +-
po-docs/ja/virt-index-validate.1 | 4 +-
po-docs/ja/virt-inspector.1 | 4 +-
po-docs/ja/virt-list-filesystems.1 | 4 +-
po-docs/ja/virt-list-partitions.1 | 4 +-
po-docs/ja/virt-ls.1 | 4 +-
po-docs/ja/virt-make-fs.1 | 4 +-
po-docs/ja/virt-rescue.1 | 4 +-
po-docs/ja/virt-resize.1 | 4 +-
po-docs/ja/virt-sparsify.1 | 12 +-
po-docs/ja/virt-sparsify.pod | 11 +-
po-docs/ja/virt-sysprep.1 | 4 +-
po-docs/ja/virt-tar-in.1 | 4 +-
po-docs/ja/virt-tar-out.1 | 4 +-
po-docs/ja/virt-tar.1 | 4 +-
po-docs/ja/virt-win-reg.1 | 4 +-
po-docs/libguestfs-docs.pot | 9061 ++++++++--------
po-docs/uk.po | 10570 ++++++++++---------
po-docs/uk/guestfish-actions.pod | 3 +
po-docs/uk/guestfish.1 | 7 +-
po-docs/uk/guestfs-actions.pod | 3 +
po-docs/uk/guestfs-availability.pod | 2 +-
po-docs/uk/guestfs-erlang.3 | 4 +-
po-docs/uk/guestfs-examples.3 | 4 +-
po-docs/uk/guestfs-faq.1 | 57 +-
po-docs/uk/guestfs-faq.pod | 55 +-
po-docs/uk/guestfs-golang.3 | 4 +-
po-docs/uk/guestfs-java.3 | 4 +-
po-docs/uk/guestfs-lua.3 | 4 +-
po-docs/uk/guestfs-ocaml.3 | 4 +-
po-docs/uk/guestfs-performance.1 | 4 +-
po-docs/uk/guestfs-perl.3 | 4 +-
po-docs/uk/guestfs-python.3 | 4 +-
po-docs/uk/guestfs-recipes.1 | 42 +-
po-docs/uk/guestfs-recipes.pod | 33 +-
po-docs/uk/guestfs-release-notes.1 | 4 +-
po-docs/uk/guestfs-ruby.3 | 4 +-
po-docs/uk/guestfs-testing.1 | 4 +-
po-docs/uk/guestfs.3 | 9 +-
po-docs/uk/guestfsd.8 | 4 +-
po-docs/uk/guestmount.1 | 4 +-
po-docs/uk/guestunmount.1 | 4 +-
po-docs/uk/libguestfs-make-fixed-appliance.1 | 4 +-
po-docs/uk/libguestfs-test-tool.1 | 4 +-
po-docs/uk/libguestfs-tools.conf.5 | 4 +-
po-docs/uk/virt-alignment-scan.1 | 4 +-
po-docs/uk/virt-builder.1 | 26 +-
po-docs/uk/virt-builder.pod | 18 +-
po-docs/uk/virt-cat.1 | 4 +-
po-docs/uk/virt-copy-in.1 | 4 +-
po-docs/uk/virt-copy-out.1 | 4 +-
po-docs/uk/virt-df.1 | 4 +-
po-docs/uk/virt-edit.1 | 4 +-
po-docs/uk/virt-filesystems.1 | 4 +-
po-docs/uk/virt-format.1 | 4 +-
po-docs/uk/virt-index-validate.1 | 4 +-
po-docs/uk/virt-inspector.1 | 4 +-
po-docs/uk/virt-list-filesystems.1 | 4 +-
po-docs/uk/virt-list-partitions.1 | 4 +-
po-docs/uk/virt-ls.1 | 4 +-
po-docs/uk/virt-make-fs.1 | 4 +-
po-docs/uk/virt-rescue.1 | 4 +-
po-docs/uk/virt-resize.1 | 4 +-
po-docs/uk/virt-sparsify.1 | 13 +-
po-docs/uk/virt-sparsify.pod | 12 +-
po-docs/uk/virt-sysprep.1 | 4 +-
po-docs/uk/virt-tar-in.1 | 4 +-
po-docs/uk/virt-tar-out.1 | 4 +-
po-docs/uk/virt-tar.1 | 4 +-
po-docs/uk/virt-win-reg.1 | 4 +-
po/POTFILES | 1 +
po/POTFILES-ml | 11 +
po/en_GB.gmo | Bin 8160 -> 8160 bytes
po/en_GB.po | 592 +-
po/es.gmo | Bin 67801 -> 67801 bytes
po/es.po | 592 +-
po/gu.gmo | Bin 48824 -> 48824 bytes
po/gu.po | 592 +-
po/hi.gmo | Bin 39735 -> 39735 bytes
po/hi.po | 592 +-
po/kn.gmo | Bin 48001 -> 48001 bytes
po/kn.po | 592 +-
po/libguestfs.pot | 594 +-
po/ml.gmo | Bin 51826 -> 51826 bytes
po/ml.po | 592 +-
po/mr.gmo | Bin 85591 -> 85591 bytes
po/mr.po | 592 +-
po/nl.gmo | Bin 120221 -> 120221 bytes
po/nl.po | 592 +-
po/or.gmo | Bin 47615 -> 47615 bytes
po/or.po | 592 +-
po/pa.gmo | Bin 74712 -> 74712 bytes
po/pa.po | 592 +-
po/pl.gmo | Bin 88401 -> 88401 bytes
po/pl.po | 592 +-
po/ta.gmo | Bin 42869 -> 42869 bytes
po/ta.po | 592 +-
po/te.gmo | Bin 45450 -> 45450 bytes
po/te.po | 592 +-
po/uk.gmo | Bin 280761 -> 280623 bytes
po/uk.po | 595 +-
python/Makefile.am | 7 +-
python/Makefile.in | 14 +-
python/guestfs.py | 4 +
rescue/rescue.c | 10 +-
ruby/Makefile.am | 3 +-
ruby/Makefile.in | 3 +-
ruby/ext/guestfs/_guestfs.c | 4 +
ruby/t/tc_010_load.rb | 7 +-
ruby/t/tc_020_create.rb | 9 +-
ruby/t/tc_030_create_flags.rb | 11 +-
ruby/t/tc_040_create_multiple.rb | 15 +-
ruby/t/tc_050_handle_properties.rb | 11 +-
ruby/t/tc_060_explicit_close.rb | 11 +-
ruby/t/tc_070_optargs.rb | 9 +-
ruby/t/tc_100_launch.rb | 7 +-
ruby/t/tc_410_close_event.rb | 7 +-
ruby/t/tc_420_log_messages.rb | 7 +-
ruby/t/tc_800_rhbz507346.rb | 11 +-
ruby/t/tc_810_rhbz664558c6.rb | 9 +-
ruby/t/tc_820_rhbz1046509.rb | 9 +-
ruby/t/{tc_010_load.rb => test_helper.rb} | 19 +-
sparsify/copying.ml | 10 +-
sparsify/test-virt-sparsify-in-place.sh | 6 +-
sparsify/virt-sparsify.pod | 12 +-
src/Makefile.am | 5 +-
src/Makefile.in | 22 +-
src/create.c | 46 +-
src/guestfs-actions.pod | 4 +
src/guestfs-availability.pod | 1 -
src/guestfs-internal.h | 2 +-
src/{canonical-name.c => guid.c} | 57 +-
src/handle.c | 2 +
src/launch-direct.c | 16 +-
src/launch-libvirt.c | 9 +-
src/libvirt-domain.c | 3 +-
src/listfs.c | 9 +-
src/osinfo.c | 2 +-
src/test-utils.c | 4 +
src/utils.c | 49 +-
tests/c-api/tests.c | 44 +-
tests/guests/guest-aux/fedora-name.db | Bin 12288 -> 12288 bytes
tests/guests/guest-aux/fedora-packages.db | Bin 12288 -> 12288 bytes
246 files changed, 24765 insertions(+), 17332 deletions(-)
rename builder/{test-index.in => test-index} (100%)
create mode 100644 builder/website/rhel-7rc.xz.sig
create mode 100644 debian/libguestfs-gfs2.install
create mode 100644 debian/libguestfs-hfsplus.install
create mode 100644 debian/libguestfs-jfs.install
create mode 100644 debian/libguestfs-nilfs.install
create mode 100644 debian/libguestfs-reiserfs.install
create mode 100644 debian/libguestfs-rescue.install
create mode 100644 debian/libguestfs-rsync.install
create mode 100644 debian/libguestfs-xfs.install
create mode 100644 debian/libguestfs-zfs.install
create mode 100644 debian/patches/0003-appliance-Fix-Debian-specific-package-names.patch
copy ruby/t/{tc_010_load.rb => test_helper.rb} (82%)
copy src/{canonical-name.c => guid.c} (54%)
--
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