[Pkg-libvirt-commits] [libguestfs] 57/61: Merge tag 'upstream/1.28.2'

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:09:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.28.2-1
in repository libguestfs.

commit 87d861271bdc0d13ec3b733bc7fe534a65179744
Merge: c4a8ffd 0754f26
Author: Hilko Bengen <bengen at debian.org>
Date:   Fri Oct 31 18:21:25 2014 +0100

    Merge tag 'upstream/1.28.2'
    
    Upstream version 1.28.2

 .gitignore                                       |    1 +
 AUTHORS                                          |    1 +
 BUGS                                             |  164 +-
 ChangeLog                                        |  634 +++++++
 Makefile.in                                      |   71 +-
 README                                           |    2 +
 aclocal.m4                                       |    4 +
 align/Makefile.in                                |   71 +-
 appliance/Makefile.in                            |   71 +-
 bash/Makefile.am                                 |   48 +-
 bash/Makefile.in                                 |  202 +-
 bash/virt-builder                                |   53 -
 bash/virt-cat                                    |  114 --
 bash/virt-df                                     |  114 --
 bash/virt-edit                                   |  114 --
 bash/virt-filesystems                            |  114 --
 bash/virt-format                                 |  114 --
 bash/virt-inspector                              |  114 --
 bash/virt-log                                    |  114 --
 bash/virt-ls                                     |  114 --
 bash/virt-sparsify                               |   53 -
 bash/virt-sysprep                                |  114 --
 bootstrap                                        |    2 +
 builder/Makefile.am                              |    7 +-
 builder/Makefile.in                              |   78 +-
 builder/builder.ml                               |  128 +-
 builder/cache.ml                                 |    4 +-
 builder/cmdline.ml                               |   56 +-
 builder/downloader.ml                            |   42 +-
 builder/get_kernel.ml                            |   22 +-
 builder/index-parse.y                            |    4 +-
 builder/index-parser-c.c                         |    2 +-
 builder/index-struct.h                           |    2 +-
 builder/index_parser.ml                          |   43 +-
 builder/sigchecker.ml                            |   63 +-
 builder/sources.ml                               |   12 +-
 v2v/xen.mli => builder/utils.ml                  |   18 +-
 builder/website/Makefile.in                      |   71 +-
 cat/Makefile.in                                  |   71 +-
 cat/ls.c                                         |   13 +-
 cat/visit.c                                      |    9 +-
 config.h.in                                      |   43 +
 configure                                        | 1774 +++++++++++++++---
 configure.ac                                     |   20 +-
 csharp/Makefile.in                               |   71 +-
 customize/Makefile.am                            |    5 +-
 customize/Makefile.in                            |   76 +-
 customize/customize_cmdline.ml                   |   20 +-
 customize/customize_cmdline.mli                  |    2 +-
 customize/customize_main.ml                      |   34 +-
 customize/customize_run.ml                       |   63 +-
 customize/customize_run.mli                      |    2 +-
 v2v/vCenter.mli => customize/customize_utils.ml  |   19 +-
 customize/firstboot.ml                           |   21 +-
 customize/firstboot.mli                          |    4 +-
 customize/password.ml                            |   32 +-
 customize/password.mli                           |    6 +-
 customize/timezone.ml                            |    6 +-
 customize/timezone.mli                           |    4 +-
 daemon/Makefile.in                               |   71 +-
 daemon/ext2.c                                    |    1 +
 daemon/hotplug.c                                 |    1 +
 daemon/initrd.c                                  |    1 +
 daemon/journal.c                                 |    5 +
 daemon/ldm.c                                     |    1 +
 daemon/lvm-filter.c                              |    1 +
 daemon/mktemp.c                                  |    1 +
 daemon/utsname.c                                 |    1 +
 df/Makefile.in                                   |   71 +-
 diff/Makefile.in                                 |   71 +-
 diff/diff.c                                      |    3 +-
 edit/Makefile.in                                 |   71 +-
 erlang/Makefile.in                               |   71 +-
 erlang/examples/Makefile.in                      |   71 +-
 examples/Makefile.in                             |   71 +-
 fish/Makefile.am                                 |    2 +-
 fish/Makefile.in                                 |   73 +-
 fish/file-edit.c                                 |    1 +
 format/Makefile.in                               |   71 +-
 fuse/Makefile.in                                 |   71 +-
 fuse/test-fuse.c                                 |    2 +
 generator/Makefile.am                            |    2 +-
 generator/Makefile.in                            |   73 +-
 generator/actions.ml                             |   50 +-
 generator/c.ml                                   |    1 +
 generator/customize.ml                           |   22 +-
 generator/tests_c_api.ml                         |   20 +-
 generator/types.ml                               |    5 +
 gnulib/lib/Makefile.am                           |   30 +-
 gnulib/lib/Makefile.in                           |  124 +-
 gnulib/lib/isatty.c                              |   83 +
 gnulib/lib/ptsname_r.c                           |  189 ++
 gnulib/lib/ttyname_r.c                           |   86 +
 gnulib/tests/Makefile.am                         |   34 +
 gnulib/tests/Makefile.in                         |  361 ++--
 gnulib/tests/test-iconv.c                        |  148 ++
 gnulib/tests/test-isatty.c                       |   99 +
 gnulib/tests/test-ptsname_r.c                    |  268 +++
 gnulib/tests/test-ttyname_r.c                    |   67 +
 gobject/Makefile.in                              |   71 +-
 gobject/docs/Makefile.in                         |   71 +-
 gobject/docs/guestfs-docs.sgml                   |    4 +-
 gobject/docs/html/index.html                     |    2 +-
 golang/Makefile.in                               |   71 +-
 golang/examples/Makefile.in                      |   71 +-
 haskell/Makefile.in                              |   71 +-
 inspector/Makefile.in                            |   71 +-
 inspector/virt-inspector.pod                     |    6 +
 java/Makefile.in                                 |   71 +-
 java/examples/Makefile.in                        |   71 +-
 lua/Makefile.in                                  |   71 +-
 lua/examples/Makefile.in                         |   71 +-
 m4/.gitignore                                    |    3 +
 m4/gnulib-comp.m4                                |   40 +
 m4/iconv.m4                                      |  268 +++
 m4/isatty.m4                                     |   19 +
 m4/ptsname_r.m4                                  |   83 +
 m4/ttyname_r.m4                                  |  101 +
 make-fs/Makefile.in                              |   71 +-
 mllib/Makefile.am                                |    3 +-
 mllib/Makefile.in                                |   74 +-
 mllib/common_utils.ml                            |   29 +-
 mllib/common_utils.mli                           |    6 +-
 ocaml/Makefile.am                                |    2 +-
 ocaml/Makefile.in                                |   73 +-
 ocaml/examples/Makefile.in                       |   71 +-
 p2v/Makefile.am                                  |    2 +-
 p2v/Makefile.in                                  |   73 +-
 p2v/p2v.ks.in                                    |    1 +
 p2v/ssh.c                                        |    2 -
 p2v/virt-p2v-make-disk.in                        |    3 +-
 p2v/virt-p2v.pod                                 |    5 +-
 perl/Makefile.in                                 |   71 +-
 perl/examples/Makefile.in                        |   71 +-
 php/Makefile.in                                  |   71 +-
 po-docs/Makefile.am                              |    2 +-
 po-docs/Makefile.in                              |   73 +-
 po-docs/ja.po                                    |  545 +++---
 po-docs/ja/Makefile.in                           |   71 +-
 po-docs/ja/guestfish.1                           |    4 +-
 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                     |    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                             |    4 +-
 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                      |   11 +-
 po-docs/ja/virt-inspector.pod                    |    6 +
 po-docs/ja/virt-list-filesystems.1               |    4 +-
 po-docs/ja/virt-list-partitions.1                |    4 +-
 po-docs/ja/virt-log.1                            |    4 +-
 po-docs/ja/virt-ls.1                             |    4 +-
 po-docs/ja/virt-make-fs.1                        |    4 +-
 po-docs/ja/virt-p2v.pod                          |    4 +
 po-docs/ja/virt-rescue.1                         |    4 +-
 po-docs/ja/virt-resize.1                         |    4 +-
 po-docs/ja/virt-sparsify.1                       |    4 +-
 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                      |  528 +++---
 po-docs/uk.po                                    |  545 +++---
 po-docs/uk/Makefile.in                           |   71 +-
 po-docs/uk/guestfish.1                           |    4 +-
 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                     |    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                             |    4 +-
 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                      |   11 +-
 po-docs/uk/virt-inspector.pod                    |    6 +
 po-docs/uk/virt-list-filesystems.1               |    4 +-
 po-docs/uk/virt-list-partitions.1                |    4 +-
 po-docs/uk/virt-log.1                            |    4 +-
 po-docs/uk/virt-ls.1                             |    4 +-
 po-docs/uk/virt-make-fs.1                        |    4 +-
 po-docs/uk/virt-p2v.pod                          |    4 +
 po-docs/uk/virt-rescue.1                         |    4 +-
 po-docs/uk/virt-resize.1                         |    4 +-
 po-docs/uk/virt-sparsify.1                       |    4 +-
 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/Makefile.in                                   |   71 +-
 po/POTFILES-ml                                   |    8 +-
 po/en_GB.gmo                                     |  Bin 6694 -> 6694 bytes
 po/en_GB.po                                      | 1450 ++++++++-------
 po/es.gmo                                        |  Bin 66107 -> 66107 bytes
 po/es.po                                         | 1450 ++++++++-------
 po/gu.gmo                                        |  Bin 48828 -> 48828 bytes
 po/gu.po                                         | 1450 ++++++++-------
 po/hi.gmo                                        |  Bin 39739 -> 39739 bytes
 po/hi.po                                         | 1450 ++++++++-------
 po/kn.gmo                                        |  Bin 48005 -> 48005 bytes
 po/kn.po                                         | 1450 ++++++++-------
 po/libguestfs.pot                                | 1452 ++++++++-------
 po/ml.gmo                                        |  Bin 51830 -> 51830 bytes
 po/ml.po                                         | 1450 ++++++++-------
 po/mr.gmo                                        |  Bin 83307 -> 83307 bytes
 po/mr.po                                         | 1450 ++++++++-------
 po/nl.gmo                                        |  Bin 87462 -> 87462 bytes
 po/nl.po                                         | 1450 ++++++++-------
 po/or.gmo                                        |  Bin 47619 -> 47619 bytes
 po/or.po                                         | 1450 ++++++++-------
 po/pa.gmo                                        |  Bin 73082 -> 73082 bytes
 po/pa.po                                         | 1450 ++++++++-------
 po/pl.gmo                                        |  Bin 80561 -> 80561 bytes
 po/pl.po                                         | 1450 ++++++++-------
 po/ta.gmo                                        |  Bin 42873 -> 42873 bytes
 po/ta.po                                         | 1450 ++++++++-------
 po/te.gmo                                        |  Bin 45454 -> 45454 bytes
 po/te.po                                         | 1450 ++++++++-------
 po/uk.gmo                                        |  Bin 350699 -> 328379 bytes
 po/uk.po                                         | 2141 +++++++++++++---------
 python/Makefile.in                               |   71 +-
 python/examples/Makefile.in                      |   71 +-
 rescue/Makefile.in                               |   71 +-
 resize/Makefile.am                               |    2 +-
 resize/Makefile.in                               |   73 +-
 resize/resize.ml                                 |  126 +-
 ruby/Makefile.in                                 |   71 +-
 ruby/examples/Makefile.in                        |   71 +-
 run.in                                           |    2 +-
 sparsify/Makefile.am                             |    3 +-
 sparsify/Makefile.in                             |   74 +-
 sparsify/cmdline.ml                              |    6 +-
 sparsify/copying.ml                              |   18 +-
 sparsify/in_place.ml                             |    7 +-
 sparsify/sparsify.ml                             |    7 +-
 sparsify/statvfs-c.c                             |    1 +
 v2v/xen.mli => sparsify/utils.ml                 |   18 +-
 src/Makefile.am                                  |    3 +-
 src/Makefile.in                                  |   78 +-
 src/actions-0.c                                  |    1 +
 src/actions-1.c                                  |    1 +
 src/actions-2.c                                  |    1 +
 src/actions-3.c                                  |    1 +
 src/actions-4.c                                  |    1 +
 src/actions-5.c                                  |    1 +
 src/actions-6.c                                  |    1 +
 src/create.c                                     |    1 +
 src/dbdump.c                                     |    1 +
 src/file.c                                       |    1 +
 src/filearch.c                                   |    1 +
 src/fuse.c                                       |    1 +
 src/info.c                                       |    1 +
 src/inspect-apps.c                               |    3 +
 src/inspect-fs-windows.c                         |    5 +-
 src/inspect-icon.c                               |    1 +
 src/journal.c                                    |    3 +
 src/launch-direct.c                              |    1 +
 src/launch-libvirt.c                             |    1 +
 src/launch-unix.c                                |    1 +
 src/launch.c                                     |    1 +
 src/libvirt-auth.c                               |    1 +
 src/libvirt-domain.c                             |    1 +
 sysprep/Makefile.am                              |    3 +-
 sysprep/Makefile.in                              |   74 +-
 sysprep/main.ml                                  |   28 +-
 sysprep/sysprep_operation.ml                     |   23 +-
 sysprep/sysprep_operation.mli                    |    3 +
 sysprep/sysprep_operation_customize.ml           |    4 +-
 sysprep/sysprep_operation_fs_uuids.ml            |    8 +-
 sysprep/sysprep_operation_script.ml              |    9 +-
 sysprep/sysprep_operation_user_account.ml        |   10 +-
 test-tool/Makefile.in                            |   71 +-
 test-tool/test-tool.c                            |   11 +-
 tests/9p/Makefile.in                             |   71 +-
 tests/bigdirs/Makefile.in                        |   71 +-
 tests/btrfs/Makefile.in                          |   71 +-
 tests/c-api/Makefile.in                          |   71 +-
 tests/c-api/test-pwd.c                           |    2 +-
 tests/c-api/tests-main.c                         |   39 +
 tests/c-api/tests.c                              |  174 +-
 tests/c-api/tests.h                              |    1 +
 tests/charsets/Makefile.in                       |   71 +-
 tests/create/Makefile.in                         |   71 +-
 tests/data/Makefile.in                           |   71 +-
 tests/discard/Makefile.in                        |   71 +-
 tests/disk-labels/Makefile.in                    |   71 +-
 tests/disks/Makefile.in                          |   71 +-
 tests/events/Makefile.in                         |   71 +-
 tests/events/test-libvirt-auth-callbacks.c       |    4 +-
 tests/fuzz/Makefile.in                           |   71 +-
 tests/guests/Makefile.am                         |    2 +-
 tests/guests/Makefile.in                         |   73 +-
 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                        |   71 +-
 tests/http/Makefile.in                           |   71 +-
 tests/journal/Makefile.in                        |   71 +-
 tests/luks/Makefile.in                           |   71 +-
 tests/lvm/Makefile.in                            |   71 +-
 tests/md/Makefile.in                             |   71 +-
 tests/mount-local/Makefile.in                    |   71 +-
 tests/mountable/Makefile.in                      |   71 +-
 tests/nbd/Makefile.in                            |   71 +-
 tests/network/Makefile.in                        |   71 +-
 tests/ntfsclone/Makefile.in                      |   71 +-
 tests/parallel/Makefile.in                       |   71 +-
 tests/protocol/Makefile.in                       |   71 +-
 tests/qemu/Makefile.in                           |   71 +-
 tests/regressions/Makefile.in                    |   71 +-
 tests/relative-paths/Makefile.in                 |   71 +-
 tests/rsync/Makefile.in                          |   71 +-
 tests/selinux/Makefile.in                        |   71 +-
 tests/syslinux/Makefile.in                       |   71 +-
 tests/tmpdirs/Makefile.in                        |   71 +-
 tests/xfs/Makefile.in                            |   71 +-
 tests/xml/Makefile.in                            |   71 +-
 tools/Makefile.in                                |   71 +-
 v2v/Makefile.am                                  |   21 +-
 v2v/Makefile.in                                  |   92 +-
 v2v/OVF.ml                                       |    6 +-
 v2v/cmdline.ml                                   |    4 +-
 v2v/convert_linux.ml                             |   19 +-
 v2v/convert_windows.ml                           |   14 +-
 v2v/input_disk.ml                                |    1 +
 v2v/input_libvirt.ml                             |  120 +-
 v2v/{input_libvirt.ml => input_libvirt_other.ml} |   67 +-
 v2v/{vCenter.mli => input_libvirt_other.mli}     |   15 +-
 v2v/input_libvirt_vcenter_https.ml               |  294 +++
 v2v/{xen.mli => input_libvirt_vcenter_https.mli} |    5 +-
 v2v/input_libvirt_xen_ssh.ml                     |  102 ++
 v2v/{vCenter.mli => input_libvirt_xen_ssh.mli}   |    6 +-
 v2v/input_libvirtxml.ml                          |   73 +-
 v2v/input_libvirtxml.mli                         |   22 +-
 v2v/input_ova.ml                                 |   74 +-
 v2v/output_glance.ml                             |    2 +-
 v2v/output_libvirt.ml                            |    4 +-
 v2v/output_rhev.ml                               |    4 +-
 v2v/test-v2v-i-ova-gz.expected                   |   15 +
 v2v/test-v2v-i-ova-gz.ovf                        |  138 ++
 v2v/test-v2v-i-ova-gz.sh                         |   65 +
 v2v/test-v2v-i-ova-zip.expected                  |   15 +
 v2v/test-v2v-i-ova-zip.ovf                       |  138 ++
 v2v/test-v2v-i-ova-zip.sh                        |   77 +
 v2v/types.ml                                     |    2 +
 v2v/types.mli                                    |    4 +
 v2v/utils.ml                                     |    2 +
 v2v/v2v.ml                                       |   30 +-
 v2v/vCenter.ml                                   |  207 ---
 v2v/xen.ml                                       |   71 -
 398 files changed, 22089 insertions(+), 17715 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