[Pkg-libvirt-commits] [libguestfs] 56/59: Merge tag 'upstream/1.25.45'
Hilko Bengen
bengen at moszumanska.debian.org
Thu Mar 20 23:05:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 93a1c1c88c69edaf78511e8c1c48f0aa16f305fd
Merge: b559f0b 4921710
Author: Hilko Bengen <bengen at debian.org>
Date: Mon Mar 17 09:13:28 2014 +0100
Merge tag 'upstream/1.25.45'
Upstream version 1.25.45
.gitignore | 8 +-
BUGS | 13 +-
ChangeLog | 444 +
Makefile.am | 3 +
Makefile.in | 51 +-
appliance/Makefile.am | 67 +-
appliance/Makefile.in | 68 +-
appliance/init | 3 +-
builder/Makefile.am | 12 +-
builder/Makefile.in | 12 +-
builder/architecture.ml | 41 +
builder/builder.ml | 39 +-
builder/cmdline.ml | 25 +-
builder/downloader.ml | 8 +-
builder/downloader.mli | 12 +-
builder/index_parser.ml | 22 +-
builder/languages.ml | 57 +
builder/languages.mli | 21 +
builder/list_entries.ml | 38 +-
builder/sources.ml | 5 +-
builder/test-virt-builder-list.sh | 14 +-
builder/test-virt-builder.sh | 1 +
builder/uname-c.c | 55 +
builder/uname.ml | 27 +
builder/uname.mli | 28 +
builder/virt-builder.pod | 19 +-
configure | 33 +-
configure.ac | 5 +-
csharp/Libguestfs.cs | 29 +
daemon/Makefile.am | 1 +
daemon/Makefile.in | 108 +-
daemon/actions.h | 2 +
daemon/blkdiscard.c | 125 +
daemon/fstrim.c | 25 +-
daemon/guestfs_protocol.c | 30 +
daemon/guestfs_protocol.h | 25 +-
daemon/names.c | 2 +
daemon/optgroups.c | 2 +
daemon/optgroups.h | 10 +
daemon/stubs.c | 92 +
erlang/erl-guestfs.c | 51 +
erlang/guestfs.erl | 8 +
examples/guestfs-faq.pod | 125 +-
fish/cmds-gperf.c | 1906 +--
fish/cmds-gperf.gperf | 4 +
fish/cmds.c | 94 +-
fish/completion.c | 2 +
fish/guestfish-actions.pod | 58 +-
fish/options.c | 5 +
fish/options.h | 1 +
format/format.c | 13 +
generator/actions.ml | 66 +-
generator/php.ml | 2 +-
gobject/docs/guestfs-docs.sgml | 4 +-
gobject/docs/guestfs-sections.txt | 2 +
gobject/docs/html/GuestfsAddDomain.html | 20 +
gobject/docs/html/GuestfsAddDrive.html | 10 +
gobject/docs/html/GuestfsSession.html | 126 +
gobject/docs/html/api-index-full.html | 20 +
gobject/docs/html/guestfs.devhelp2 | 5 +
gobject/docs/html/index.html | 2 +-
gobject/docs/html/index.sgml | 5 +
gobject/docs/tmpl/optargs-add_domain.sgml | 10 +
gobject/docs/tmpl/optargs-add_drive.sgml | 5 +
gobject/docs/tmpl/session.sgml | 22 +
gobject/include/guestfs-gobject/session.h | 2 +
gobject/src/optargs-add_domain.c | 60 +-
gobject/src/optargs-add_drive.c | 31 +-
gobject/src/session.c | 122 +
golang/src/libguestfs.org/guestfs/guestfs.go | 58 +
haskell/Guestfs.hs | 26 +
java/com/redhat/et/libguestfs/GuestFS.java | 107 +-
java/com_redhat_et_libguestfs_GuestFS.c | 49 +-
java/com_redhat_et_libguestfs_GuestFS.h | 24 +-
lua/lua-guestfs.c | 57 +
ocaml/guestfs-c-actions.c | 100 +-
ocaml/guestfs.ml | 8 +-
ocaml/guestfs.mli | 20 +-
perl/Guestfs.xs | 37 +
perl/lib/Sys/Guestfs.pm | 77 +-
php/extension/guestfs_php.c | 100 +-
php/extension/guestfs_php_001.phpt | 14 -
php/extension/guestfs_php_002.phpt | 14 -
php/extension/guestfs_php_003.phpt | 14 -
php/extension/php-for-tests.sh.in | 4 +
php/extension/php_guestfs_php.h | 2 +
php/run-php-tests.sh | 2 +-
po-docs/ja.po | 13458 +++++++++---------
po-docs/ja/guestfish-actions.pod | 55 +-
po-docs/ja/guestfish.1 | 61 +-
po-docs/ja/guestfs-actions.pod | 62 +
po-docs/ja/guestfs-availability.pod | 8 +
po-docs/ja/guestfs-erlang.3 | 4 +-
po-docs/ja/guestfs-examples.3 | 4 +-
po-docs/ja/guestfs-faq.1 | 117 +-
po-docs/ja/guestfs-faq.pod | 119 +-
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 | 4 +-
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 | 78 +-
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 | 33 +-
po-docs/ja/virt-builder.pod | 28 +-
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 | 63 +-
po-docs/ja/virt-sparsify.pod | 59 +-
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 | 11638 ++++++++--------
po-docs/uk.po | 13464 ++++++++++---------
po-docs/uk/guestfish-actions.pod | 55 +-
po-docs/uk/guestfish.1 | 61 +-
po-docs/uk/guestfs-actions.pod | 62 +
po-docs/uk/guestfs-availability.pod | 8 +
po-docs/uk/guestfs-erlang.3 | 4 +-
po-docs/uk/guestfs-examples.3 | 4 +-
po-docs/uk/guestfs-faq.1 | 117 +-
po-docs/uk/guestfs-faq.pod | 119 +-
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 | 4 +-
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 | 78 +-
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 | 33 +-
po-docs/uk/virt-builder.pod | 28 +-
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 | 63 +-
po-docs/uk/virt-sparsify.pod | 59 +-
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 | 2 +
po/POTFILES-ml | 6 +
po/en_GB.gmo | Bin 8160 -> 8160 bytes
po/en_GB.po | 2405 ++--
po/es.gmo | Bin 67778 -> 67778 bytes
po/es.po | 2405 ++--
po/gu.gmo | Bin 48801 -> 48801 bytes
po/gu.po | 2405 ++--
po/hi.gmo | Bin 39716 -> 39716 bytes
po/hi.po | 2405 ++--
po/kn.gmo | Bin 48001 -> 48001 bytes
po/kn.po | 2405 ++--
po/libguestfs.pot | 2407 ++--
po/ml.gmo | Bin 51795 -> 51795 bytes
po/ml.po | 2405 ++--
po/mr.gmo | Bin 85591 -> 85591 bytes
po/mr.po | 2405 ++--
po/nl.gmo | Bin 122565 -> 122144 bytes
po/nl.po | 2428 ++--
po/or.gmo | Bin 47615 -> 47615 bytes
po/or.po | 2405 ++--
po/pa.gmo | Bin 74683 -> 74683 bytes
po/pa.po | 2405 ++--
po/pl.gmo | Bin 88447 -> 88447 bytes
po/pl.po | 2405 ++--
po/ta.gmo | Bin 42849 -> 42849 bytes
po/ta.po | 2405 ++--
po/te.gmo | Bin 45450 -> 45450 bytes
po/te.po | 2405 ++--
po/uk.gmo | Bin 209759 -> 209124 bytes
po/uk.po | 2426 ++--
python/guestfs-py.c | 112 +-
python/guestfs.py | 59 +-
ruby/ext/guestfs/_guestfs.c | 118 +
run.in | 12 +
sparsify/Makefile.am | 13 +-
sparsify/Makefile.in | 14 +-
sparsify/cmdline.ml | 199 +
sparsify/copying.ml | 276 +
sparsify/in_place.ml | 143 +
sparsify/sparsify.ml | 437 +-
sparsify/test-virt-sparsify-in-place.sh | 69 +
sparsify/virt-sparsify.pod | 63 +-
src/MAX_PROC_NR | 2 +-
src/actions-0.c | 20 +-
src/actions-2.c | 107 +-
src/actions-3.c | 94 +
src/actions-variants.c | 9 +
src/drives.c | 454 +-
src/guestfs-actions.pod | 65 +
src/guestfs-availability.pod | 10 +
src/guestfs-internal-frontend.h | 4 +
src/guestfs-internal.h | 9 +
src/guestfs.h | 17 +
src/guestfs_protocol.c | 30 +
src/guestfs_protocol.h | 25 +-
src/guestfs_protocol.x | 18 +-
src/launch-direct.c | 117 +-
src/launch-libvirt.c | 117 +-
src/launch-uml.c | 6 +
src/libguestfs.syms | 2 +
src/libvirt-domain.c | 32 +
sysprep/main.ml | 12 +-
tests/c-api/tests.c | 46 +-
.../rhbz895904.sh => discard/Makefile.am} | 34 +-
{sparsify => tests/discard}/Makefile.in | 364 +-
tests/discard/test-blkdiscard.pl | 117 +
tests/discard/test-discard.pl | 117 +
tests/discard/test-fstrim.pl | 125 +
tests/guests/guest-aux/fedora-name.db | Bin 12288 -> 12288 bytes
tests/guests/guest-aux/fedora-packages.db | Bin 12288 -> 12288 bytes
tests/regressions/rhbz895904.sh | 13 +-
tests/run-xml-to-junit.sh | 24 +
tests/run-xml-to-junit.xsl | 41 +
266 files changed, 45727 insertions(+), 39270 deletions(-)
--
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