[Pkg-libvirt-commits] [libguestfs] 52/165: Merge tag 'upstream/1.27.11'.

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:24:35 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 db90575620bbd1f62bee346756b05f57467f419e
Merge: c6814c2 7c2651c
Author: Hilko Bengen <bengen at debian.org>
Date:   Sat May 17 17:56:50 2014 +0200

    Merge tag 'upstream/1.27.11'.
    
    Upstream version 1.27.11

 .gitignore                                         |    12 +
 AUTHORS                                            |     1 +
 BUGS                                               |    67 +-
 ChangeLog                                          |   384 +
 Makefile.am                                        |     9 +-
 Makefile.in                                        |    61 +-
 README                                             |     2 +
 align/Makefile.in                                  |     2 +
 appliance/Makefile.in                              |     2 +
 appliance/packagelist.in                           |     7 +
 bash/Makefile.in                                   |     2 +
 builder/Makefile.am                                |     5 +-
 builder/Makefile.in                                |     7 +-
 builder/builder.ml                                 |    59 +-
 builder/cache.ml                                   |    65 +
 builder/cache.mli                                  |    45 +
 builder/downloader.ml                              |    12 +-
 builder/downloader.mli                             |     7 +-
 builder/index-parse.c                              |     8 +-
 builder/index-parse.y                              |     8 +-
 builder/index-parser-c.c                           |     3 +-
 builder/index-struct.h                             |     1 +
 builder/index_parser.ml                            |     2 +
 builder/index_parser.mli                           |     1 +
 builder/ini_reader.ml                              |     6 +-
 builder/ini_reader.mli                             |     2 +-
 builder/sources.ml                                 |     2 +-
 builder/website/Makefile.am                        |     1 +
 builder/website/Makefile.in                        |     3 +
 builder/website/index                              |    46 +-
 builder/website/index.asc                          |    72 +-
 builder/website/rhel-7rc.xz.sig                    |    17 +
 builder/website/rhel.sh                            |    15 +-
 builder/website/ubuntu-13.10.xz.sig                |    17 -
 builder/website/ubuntu-14.04.xz.sig                |    17 +
 builder/website/ubuntu.sh                          |     8 +-
 cat/Makefile.in                                    |     2 +
 configure                                          |   238 +-
 configure.ac                                       |   136 +-
 csharp/Libguestfs.cs                               |    14 +
 csharp/Makefile.in                                 |     2 +
 customize/Makefile.in                              |     2 +
 customize/customize_main.ml                        |     5 +-
 customize/random_seed.ml                           |     1 +
 daemon/Makefile.am                                 |     1 +
 daemon/Makefile.in                                 |   101 +-
 daemon/actions.h                                   |     2 +
 daemon/cpio.c                                      |   124 +
 daemon/guestfs_protocol.c                          |    12 +
 daemon/guestfs_protocol.h                          |    11 +-
 daemon/names.c                                     |     1 +
 daemon/stubs.c                                     |    37 +
 daemon/tar.c                                       |    14 +-
 daemon/xattr.c                                     |    54 +-
 df/Makefile.in                                     |     2 +
 diff/Makefile.in                                   |     2 +
 edit/Makefile.in                                   |     2 +
 erlang/Makefile.in                                 |     2 +
 erlang/erl-guestfs.c                               |    36 +
 erlang/examples/Makefile.in                        |     2 +
 erlang/guestfs.erl                                 |     6 +
 examples/Makefile.in                               |     2 +
 examples/guestfs-recipes.pod                       |     2 +-
 fish/Makefile.in                                   |     2 +
 fish/cmds-gperf.c                                  |  3935 +++---
 fish/cmds-gperf.gperf                              |     3 +
 fish/cmds.c                                        |    63 +-
 fish/completion.c                                  |     1 +
 fish/guestfish-actions.pod                         |    33 +
 fish/guestfish.pod                                 |     2 +
 fish/options.c                                     |     6 +
 fish/options.h                                     |     1 +
 fish/uri.c                                         |    26 +-
 fish/uri.h                                         |     1 +
 format/Makefile.in                                 |     2 +
 fuse/Makefile.in                                   |     2 +
 generator/Makefile.in                              |     2 +
 generator/README                                   |     2 +-
 generator/actions.ml                               |    32 +
 generator/files-generated.txt                      |     2 +
 gnulib/lib/Makefile.in                             |     2 +
 gnulib/tests/Makefile.in                           |     2 +
 gobject/Makefile.in                                |    13 +
 gobject/Makefile.inc                               |     2 +
 gobject/docs/Makefile.in                           |     2 +
 gobject/docs/guestfs-docs.sgml                     |     4 +-
 gobject/docs/guestfs-sections.txt                  |    18 +
 gobject/docs/guestfs.types                         |     1 +
 gobject/docs/html/GuestfsCopyFileToFile.html       |     4 +-
 gobject/docs/html/GuestfsCpioOut.html              |   137 +
 gobject/docs/html/GuestfsDiskCreate.html           |     4 +-
 gobject/docs/html/GuestfsSession.html              |    83 +
 gobject/docs/html/api-index-full.html              |    20 +
 gobject/docs/html/ch01.html                        |     3 +
 gobject/docs/html/guestfs.devhelp2                 |     6 +
 gobject/docs/html/index.html                       |     5 +-
 gobject/docs/html/index.sgml                       |    12 +
 gobject/docs/html/object-tree.html                 |     1 +
 gobject/docs/tmpl/optargs-cpio_out.sgml            |    51 +
 gobject/docs/tmpl/session.sgml                     |    14 +
 gobject/include/guestfs-gobject.h                  |     1 +
 gobject/include/guestfs-gobject/optargs-cpio_out.h |    69 +
 gobject/include/guestfs-gobject/session.h          |     1 +
 gobject/src/optargs-cpio_out.c                     |   142 +
 gobject/src/session.c                              |    79 +
 golang/Makefile.in                                 |     2 +
 golang/examples/Makefile.in                        |     2 +
 golang/src/libguestfs.org/guestfs/guestfs.go       |    35 +
 haskell/Makefile.in                                |     2 +
 inspector/Makefile.in                              |     2 +
 java/Makefile.in                                   |     2 +
 java/com/redhat/et/libguestfs/GuestFS.java         |    60 +
 java/com_redhat_et_libguestfs_GuestFS.c            |    28 +
 java/com_redhat_et_libguestfs_GuestFS.h            |     8 +
 java/examples/Makefile.in                          |     2 +
 lua/Makefile.in                                    |     2 +
 lua/examples/Makefile.in                           |     2 +
 lua/lua-guestfs.c                                  |    34 +
 make-fs/Makefile.in                                |     2 +
 mllib/Makefile.in                                  |     2 +
 mllib/uRI.ml                                       |     1 +
 mllib/uRI.mli                                      |     1 +
 mllib/uri-c.c                                      |    13 +-
 ocaml/Makefile.in                                  |     2 +
 ocaml/examples/Makefile.in                         |     2 +
 ocaml/guestfs-c-actions.c                          |    41 +
 ocaml/guestfs.ml                                   |     2 +
 ocaml/guestfs.mli                                  |     4 +
 {builder/website => p2v-iso}/Makefile.am           |    43 +-
 {tests/http => p2v-iso}/Makefile.in                |    53 +-
 p2v-iso/README                                     |   100 +
 p2v-iso/issue                                      |    14 +
 p2v-iso/launch-virt-p2v.in                         |    22 +
 builder/website/Makefile.am => p2v-iso/p2v.service |    45 +-
 p2v-iso/virt-builder-target.sh.in                  |    91 +
 p2v/Makefile.am                                    |    92 +
 {edit => p2v}/Makefile.in                          |   491 +-
 mllib/uRI.ml => p2v/authors.c                      |    30 +-
 p2v/config.c                                       |    89 +
 p2v/conversion.c                                   |   475 +
 p2v/copying.c                                      |    38 +
 p2v/gui.c                                          |  1052 ++
 p2v/kernel.c                                       |   184 +
 p2v/main.c                                         |   502 +
 p2v/miniexpect.c                                   |   379 +
 p2v/miniexpect.h                                   |    82 +
 p2v/p2v.h                                          |   103 +
 p2v/ssh.c                                          |   633 +
 p2v/virt-p2v.pod                                   |   219 +
 perl/Guestfs.xs                                    |    33 +
 perl/Makefile.in                                   |     2 +
 perl/examples/Makefile.in                          |     2 +
 perl/lib/Sys/Guestfs.pm                            |    41 +-
 php/Makefile.in                                    |     2 +
 php/extension/guestfs_php.c                        |    50 +
 php/extension/php_guestfs_php.h                    |     1 +
 po-docs/Makefile.in                                |     2 +
 po-docs/ja.po                                      | 12446 ++++++++++---------
 po-docs/ja/Makefile.in                             |     2 +
 po-docs/ja/guestfish-actions.pod                   |    33 +
 po-docs/ja/guestfish.1                             |    40 +-
 po-docs/ja/guestfish.pod                           |     6 +-
 po-docs/ja/guestfs-actions.pod                     |    65 +
 po-docs/ja/guestfs-erlang.3                        |     4 +-
 po-docs/ja/guestfs-examples.3                      |     4 +-
 po-docs/ja/guestfs-faq.1                           |     4 +-
 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                       |     6 +-
 po-docs/ja/guestfs-recipes.pod                     |     2 +-
 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                               |   121 +-
 po-docs/ja/guestfs.pod                             |    45 +-
 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                          |     4 +-
 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-p2v.pod                            |   215 +
 po-docs/ja/virt-rescue.1                           |     4 +-
 po-docs/ja/virt-resize.1                           |     4 +-
 po-docs/ja/virt-sparsify.1                         |     7 +-
 po-docs/ja/virt-sparsify.pod                       |     5 +
 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-v2v.pod                            |   298 +
 po-docs/ja/virt-win-reg.1                          |     4 +-
 po-docs/libguestfs-docs.pot                        | 10721 ++++++++--------
 po-docs/podfiles                                   |     2 +
 po-docs/uk.po                                      | 12426 +++++++++---------
 po-docs/uk/Makefile.in                             |     2 +
 po-docs/uk/guestfish-actions.pod                   |    34 +
 po-docs/uk/guestfish.1                             |    41 +-
 po-docs/uk/guestfish.pod                           |     6 +-
 po-docs/uk/guestfs-actions.pod                     |    65 +
 po-docs/uk/guestfs-erlang.3                        |     4 +-
 po-docs/uk/guestfs-examples.3                      |     4 +-
 po-docs/uk/guestfs-faq.1                           |     4 +-
 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                       |     6 +-
 po-docs/uk/guestfs-recipes.pod                     |     2 +-
 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                               |   121 +-
 po-docs/uk/guestfs.pod                             |    45 +-
 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                          |     4 +-
 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-p2v.pod                            |   215 +
 po-docs/uk/virt-rescue.1                           |     4 +-
 po-docs/uk/virt-resize.1                           |     4 +-
 po-docs/uk/virt-sparsify.1                         |     7 +-
 po-docs/uk/virt-sparsify.pod                       |     5 +
 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-v2v.pod                            |   300 +
 po-docs/uk/virt-win-reg.1                          |     4 +-
 po/Makefile.in                                     |     2 +
 po/POTFILES                                        |    13 +
 po/POTFILES-ml                                     |    12 +
 po/en_GB.gmo                                       |   Bin 8160 -> 8160 bytes
 po/en_GB.po                                        |  2616 ++--
 po/es.gmo                                          |   Bin 67801 -> 67801 bytes
 po/es.po                                           |  2616 ++--
 po/gu.gmo                                          |   Bin 48824 -> 48824 bytes
 po/gu.po                                           |  2616 ++--
 po/hi.gmo                                          |   Bin 39735 -> 39735 bytes
 po/hi.po                                           |  2616 ++--
 po/kn.gmo                                          |   Bin 48001 -> 48001 bytes
 po/kn.po                                           |  2616 ++--
 po/libguestfs.pot                                  |  2618 ++--
 po/ml.gmo                                          |   Bin 51826 -> 51826 bytes
 po/ml.po                                           |  2616 ++--
 po/mr.gmo                                          |   Bin 85591 -> 85591 bytes
 po/mr.po                                           |  2616 ++--
 po/nl.gmo                                          |   Bin 120221 -> 120221 bytes
 po/nl.po                                           |  2616 ++--
 po/or.gmo                                          |   Bin 47615 -> 47615 bytes
 po/or.po                                           |  2616 ++--
 po/pa.gmo                                          |   Bin 74712 -> 74712 bytes
 po/pa.po                                           |  2616 ++--
 po/pl.gmo                                          |   Bin 88401 -> 88401 bytes
 po/pl.po                                           |  2616 ++--
 po/ta.gmo                                          |   Bin 42869 -> 42869 bytes
 po/ta.po                                           |  2616 ++--
 po/te.gmo                                          |   Bin 45450 -> 45450 bytes
 po/te.po                                           |  2616 ++--
 po/uk.gmo                                          |   Bin 280512 -> 280136 bytes
 po/uk.po                                           |  2622 ++--
 python/Makefile.in                                 |     2 +
 python/examples/Makefile.in                        |     2 +
 python/guestfs-py.c                                |    53 +
 python/guestfs.py                                  |    25 +
 rescue/Makefile.in                                 |     2 +
 resize/Makefile.in                                 |     2 +
 resize/resize.ml                                   |     5 +-
 ruby/Makefile.in                                   |     2 +
 ruby/examples/Makefile.in                          |     2 +
 ruby/ext/guestfs/_guestfs.c                        |    73 +
 sparsify/Makefile.in                               |     2 +
 sparsify/virt-sparsify.pod                         |     5 +
 src/MAX_PROC_NR                                    |     2 +-
 src/Makefile.in                                    |     2 +
 src/actions-5.c                                    |   136 +
 src/actions-variants.c                             |    53 +
 src/drives.c                                       |    10 -
 src/guestfs-actions.pod                            |    66 +
 src/guestfs-internal.h                             |     1 +
 src/guestfs.h                                      |    14 +
 src/guestfs.pod                                    |    42 +-
 src/guestfs_protocol.c                             |    12 +
 src/guestfs_protocol.h                             |    11 +-
 src/guestfs_protocol.x                             |    10 +-
 src/inspect-fs-cd.c                                |    25 +
 src/inspect-fs-unix.c                              |    45 +-
 src/inspect-fs.c                                   |     2 +
 src/inspect-icon.c                                 |     1 +
 src/inspect.c                                      |     1 +
 src/launch-direct.c                                |    66 +-
 src/launch-libvirt.c                               |     3 +-
 src/libguestfs.syms                                |     3 +
 src/libvirt-domain.c                               |     3 +-
 src/osinfo.c                                       |     2 +-
 src/utils.c                                        |     1 +
 sysprep/Makefile.in                                |     2 +
 sysprep/main.ml                                    |     5 +-
 test-tool/Makefile.in                              |     2 +
 tests/9p/Makefile.in                               |     2 +
 tests/bigdirs/Makefile.in                          |     2 +
 tests/btrfs/Makefile.in                            |     2 +
 tests/c-api/Makefile.in                            |     2 +
 tests/c-api/tests.c                                |    45 +-
 tests/charsets/Makefile.in                         |     2 +
 tests/charsets/test-charset-fidelity.c             |    14 +-
 tests/create/Makefile.in                           |     2 +
 tests/data/Makefile.in                             |     2 +
 tests/discard/Makefile.in                          |     2 +
 tests/disk-labels/Makefile.in                      |     2 +
 tests/disks/Makefile.in                            |     2 +
 tests/events/Makefile.in                           |     2 +
 tests/fuzz/Makefile.in                             |     2 +
 tests/guests/Makefile.in                           |     2 +
 tests/guests/guest-aux/fedora-name.db              |   Bin 12288 -> 12288 bytes
 tests/guests/guest-aux/fedora-packages.db          |   Bin 12288 -> 12288 bytes
 tests/hotplug/Makefile.in                          |     2 +
 tests/http/Makefile.in                             |     2 +
 tests/journal/Makefile.in                          |     2 +
 tests/luks/Makefile.in                             |     2 +
 tests/lvm/Makefile.in                              |     2 +
 tests/md/Makefile.in                               |     2 +
 tests/mount-local/Makefile.in                      |     2 +
 tests/mountable/Makefile.in                        |     2 +
 tests/nbd/Makefile.in                              |     2 +
 tests/network/Makefile.in                          |     2 +
 tests/ntfsclone/Makefile.in                        |     2 +
 tests/parallel/Makefile.in                         |     2 +
 tests/protocol/Makefile.in                         |     2 +
 tests/qemu/Makefile.in                             |     2 +
 tests/regressions/Makefile.am                      |     2 +
 tests/regressions/Makefile.in                      |     7 +-
 .../regressions/rhbz1091803.sh                     |    53 +-
 tests/relative-paths/Makefile.in                   |     2 +
 tests/rsync/Makefile.in                            |     2 +
 tests/selinux/Makefile.in                          |     2 +
 tests/syslinux/Makefile.in                         |     2 +
 tests/syslinux/test-syslinux.pl                    |    22 +-
 tests/tmpdirs/Makefile.in                          |     2 +
 tests/xfs/Makefile.in                              |     2 +
 tests/xml/Makefile.in                              |     2 +
 tools/Makefile.in                                  |     2 +
 v2v/Makefile.am                                    |   163 +
 {sparsify => v2v}/Makefile.in                      |   215 +-
 v2v/README                                         |    23 +
 v2v/cmdline.ml                                     |   197 +
 v2v/convert_linux_common.ml                        |   236 +
 v2v/convert_linux_common.mli                       |    45 +
 v2v/convert_linux_enterprise.ml                    |   637 +
 mllib/uRI.ml => v2v/convert_linux_enterprise.mli   |    13 +-
 v2v/convert_linux_grub.ml                          |   330 +
 v2v/convert_linux_grub.mli                         |    43 +
 mllib/uRI.ml => v2v/convert_windows.ml             |    14 +-
 mllib/uRI.ml => v2v/convert_windows.mli            |    13 +-
 v2v/link.sh.in                                     |    22 +
 v2v/source_libvirt.ml                              |   149 +
 mllib/uRI.ml => v2v/source_libvirt.mli             |    19 +-
 v2v/target_local.ml                                |    86 +
 mllib/uRI.ml => v2v/target_local.mli               |    13 +-
 v2v/types.ml                                       |    84 +
 v2v/types.mli                                      |    77 +
 mllib/uRI.mli => v2v/utils-c.c                     |    38 +-
 mllib/uRI.mli => v2v/utils.ml                      |    37 +-
 v2v/v2v.ml                                         |   353 +
 v2v/virt-v2v.pod                                   |   307 +
 v2v/xml-c.c                                        |   244 +
 v2v/xml.ml                                         |    50 +
 v2v/xml.mli                                        |    57 +
 408 files changed, 57544 insertions(+), 35424 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