[Pkg-libvirt-commits] [libguestfs] 162/165: Merge tag 'upstream/1.27.19'

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:25:30 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 6c86ae4a4f3358600a6f932028bc0ae87fa8342f
Merge: 228c80c 3c01a14
Author: Hilko Bengen <bengen at debian.org>
Date:   Mon Jun 30 23:44:19 2014 +0200

    Merge tag 'upstream/1.27.19'
    
    Upstream version 1.27.19

 .gitignore                                         |    4 +
 BUGS                                               |  236 +-
 ChangeLog                                          |  563 ++
 Makefile.am                                        |    5 +-
 Makefile.in                                        |    5 +-
 README                                             |    3 +
 TODO                                               |    8 +
 appliance/init                                     |    7 +-
 appliance/packagelist.in                           |    2 +-
 bash/Makefile.am                                   |    3 +
 bash/Makefile.in                                   |    3 +
 bash/virt-log                                      |  108 +
 builder/builder.ml                                 |   43 +-
 builder/cache.ml                                   |    9 +-
 builder/get_kernel.ml                              |   26 -
 builder/website/Makefile.am                        |    9 +-
 builder/website/Makefile.in                        |    9 +-
 builder/website/centos-6.xz.sig                    |   17 -
 builder/website/centos.sh                          |   21 +-
 builder/website/cirros-0.3.1.xz.sig                |   17 -
 builder/website/debian-6.xz.sig                    |   17 -
 builder/website/debian-7.xz.sig                    |   17 -
 builder/website/debian.sh                          |    1 +
 builder/website/fedora-18.xz.sig                   |   17 -
 builder/website/fedora-19.xz.sig                   |   17 -
 builder/website/fedora-20.xz.sig                   |   17 -
 builder/website/fedora.sh                          |   11 +
 builder/website/index                              |   26 +-
 builder/website/index.asc                          |   52 +-
 builder/website/rhel-7rc.xz.sig                    |   17 -
 builder/website/rhel.sh                            |   21 +-
 builder/website/scientificlinux-6.xz.sig           |   17 -
 builder/website/scientificlinux.sh                 |    1 +
 builder/website/ubuntu-10.04.xz.sig                |   17 -
 builder/website/ubuntu-12.04.xz.sig                |   17 -
 builder/website/ubuntu-14.04.xz.sig                |   17 -
 builder/website/ubuntu.sh                          |    1 +
 cat/Makefile.am                                    |   66 +-
 cat/Makefile.in                                    |  180 +-
 cat/cat.c                                          |   47 +-
 cat/log.c                                          |  478 +
 cat/ls.c                                           |   25 +-
 .../website/Makefile.am => cat/test-virt-log.sh    |   44 +-
 cat/virt-cat.pod                                   |   52 +-
 cat/virt-log.pod                                   |  158 +
 cat/virt-ls.pod                                    |   36 +
 configure                                          |   26 +-
 configure.ac                                       |    2 +-
 csharp/Libguestfs.cs                               |   15 +
 customize/customize_run.ml                         |   11 +-
 customize/password.ml                              |   11 +-
 daemon/actions.h                                   |    1 +
 daemon/augeas.c                                    |    6 -
 daemon/grub.c                                      |    7 +-
 daemon/guestfs_protocol.c                          |   10 +
 daemon/guestfs_protocol.h                          |   10 +-
 daemon/journal.c                                   |   17 +
 daemon/lvm-filter.c                                |    2 +-
 daemon/names.c                                     |    1 +
 daemon/optgroups.c                                 |    1 +
 daemon/optgroups.h                                 |   21 +-
 daemon/stubs.c                                     |  196 +-
 edit/edit.c                                        |   42 +-
 edit/virt-edit.pod                                 |   36 +
 erlang/erl-guestfs.c                               |   14 +
 erlang/guestfs.erl                                 |    4 +
 fish/cmds-gperf.c                                  | 1927 ++--
 fish/cmds-gperf.gperf                              |    3 +
 fish/cmds.c                                        |  124 +
 fish/completion.c                                  |    1 +
 fish/guestfish-actions.pod                         |    6 +
 fish/guestfish.pod                                 |    1 +
 fish/options.c                                     |   16 +
 fish/options.h                                     |   10 +
 generator/actions.ml                               |   26 +-
 generator/fish.ml                                  |   38 +-
 generator/optgroups.ml                             |    1 +
 gobject/docs/guestfs-docs.sgml                     |    4 +-
 gobject/docs/guestfs-sections.txt                  |    1 +
 gobject/docs/html/GuestfsSession.html              |   37 +
 gobject/docs/html/api-index-full.html              |    4 +
 gobject/docs/html/guestfs.devhelp2                 |    1 +
 gobject/docs/html/index.html                       |    2 +-
 gobject/docs/html/index.sgml                       |    1 +
 gobject/docs/tmpl/session.sgml                     |   10 +
 gobject/include/guestfs-gobject/session.h          |    1 +
 gobject/src/session.c                              |   31 +
 golang/src/libguestfs.org/guestfs/guestfs.go       |   14 +
 haskell/Guestfs.hs                                 |   13 +
 java/com/redhat/et/libguestfs/GuestFS.java         |   20 +
 java/com_redhat_et_libguestfs_GuestFS.c            |   17 +
 java/com_redhat_et_libguestfs_GuestFS.h            |    8 +
 lua/lua-guestfs.c                                  |   21 +
 mllib/Makefile.am                                  |    1 +
 mllib/Makefile.in                                  |    1 +
 mllib/common_utils.ml                              |   45 +
 mllib/common_utils.mli                             |  119 +
 ocaml/guestfs-c-actions.c                          |   29 +
 ocaml/guestfs.ml                                   |    2 +
 ocaml/guestfs.mli                                  |    4 +
 perl/Guestfs.xs                                    |   13 +
 perl/lib/Sys/Guestfs.pm                            |   13 +-
 php/extension/guestfs_php.c                        |   27 +
 php/extension/php_guestfs_php.h                    |    1 +
 po-docs/ja.po                                      | 7477 ++++++++-------
 po-docs/ja/Makefile.am                             |    1 +
 po-docs/ja/Makefile.in                             |    1 +
 po-docs/ja/guestfish-actions.pod                   |    6 +
 po-docs/ja/guestfish.1                             |   21 +-
 po-docs/ja/guestfish.pod                           |   10 +-
 po-docs/ja/guestfs-actions.pod                     |    9 +
 po-docs/ja/guestfs-availability.pod                |   14 +-
 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                               |   40 +-
 po-docs/ja/guestfs.pod                             |   13 +-
 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                              |   55 +-
 po-docs/ja/virt-cat.pod                            |   45 +-
 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                             |   36 +-
 po-docs/ja/virt-edit.pod                           |   29 +
 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-cat.1 => virt-log.1}              |  144 +-
 po-docs/ja/virt-log.pod                            |  145 +
 po-docs/ja/virt-ls.1                               |   36 +-
 po-docs/ja/virt-ls.pod                             |   29 +
 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                         |   27 +-
 po-docs/ja/virt-sparsify.pod                       |   22 +-
 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                            |   33 +
 po-docs/ja/virt-win-reg.1                          |    4 +-
 po-docs/libguestfs-docs.pot                        | 5981 ++++++------
 po-docs/podfiles                                   |    1 +
 po-docs/uk.po                                      | 7432 ++++++++-------
 po-docs/uk/Makefile.am                             |    1 +
 po-docs/uk/Makefile.in                             |    1 +
 po-docs/uk/guestfish-actions.pod                   |    6 +
 po-docs/uk/guestfish.1                             |   21 +-
 po-docs/uk/guestfish.pod                           |   10 +-
 po-docs/uk/guestfs-actions.pod                     |    9 +
 po-docs/uk/guestfs-availability.pod                |   14 +-
 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                               |   41 +-
 po-docs/uk/guestfs.pod                             |   14 +-
 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                              |   59 +-
 po-docs/uk/virt-cat.pod                            |   49 +-
 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                             |   40 +-
 po-docs/uk/virt-edit.pod                           |   33 +
 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-cat.1 => virt-log.1}              |  147 +-
 po-docs/uk/virt-log.pod                            |  158 +
 po-docs/uk/virt-ls.1                               |   40 +-
 po-docs/uk/virt-ls.pod                             |   33 +
 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                         |   27 +-
 po-docs/uk/virt-sparsify.pod                       |   22 +-
 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                            |   33 +
 po-docs/uk/virt-win-reg.1                          |    4 +-
 po/POTFILES                                        |    1 +
 po/POTFILES-ml                                     |    5 +-
 po/en_GB.gmo                                       |  Bin 8160 -> 6690 bytes
 po/en_GB.po                                        | 2406 ++---
 po/es.gmo                                          |  Bin 67801 -> 66211 bytes
 po/es.po                                           | 2406 ++---
 po/gu.gmo                                          |  Bin 48824 -> 48824 bytes
 po/gu.po                                           | 2352 ++---
 po/hi.gmo                                          |  Bin 39735 -> 39735 bytes
 po/hi.po                                           | 2352 ++---
 po/kn.gmo                                          |  Bin 48001 -> 48001 bytes
 po/kn.po                                           | 2352 ++---
 po/libguestfs.pot                                  | 2354 ++---
 po/ml.gmo                                          |  Bin 51826 -> 51826 bytes
 po/ml.po                                           | 2352 ++---
 po/mr.gmo                                          |  Bin 85591 -> 83475 bytes
 po/mr.po                                           | 2406 ++---
 po/nl.gmo                                          |  Bin 120221 -> 115930 bytes
 po/nl.po                                           | 2505 ++---
 po/or.gmo                                          |  Bin 47615 -> 47615 bytes
 po/or.po                                           | 2352 ++---
 po/pa.gmo                                          |  Bin 74712 -> 73238 bytes
 po/pa.po                                           | 2406 ++---
 po/pl.gmo                                          |  Bin 88401 -> 84025 bytes
 po/pl.po                                           | 2493 ++---
 po/ta.gmo                                          |  Bin 42869 -> 42869 bytes
 po/ta.po                                           | 2352 ++---
 po/te.gmo                                          |  Bin 45450 -> 45450 bytes
 po/te.po                                           | 2352 ++---
 po/uk.gmo                                          |  Bin 276128 -> 267447 bytes
 po/uk.po                                           | 2594 ++---
 podwrapper.pl.in                                   |    4 +-
 python/guestfs-py.c                                |   34 +
 python/guestfs.py                                  |    8 +
 rescue/Makefile.am                                 |    1 +
 rescue/Makefile.in                                 |    1 +
 rescue/rescue.c                                    |   67 +-
 resize/resize.ml                                   |    2 +-
 ruby/ext/guestfs/_guestfs.c                        |   33 +
 run.in                                             |    2 +-
 sparsify/cmdline.ml                                |   14 +-
 sparsify/copying.ml                                |  104 +-
 sparsify/sparsify.ml                               |    4 +-
 sparsify/virt-sparsify.pod                         |   23 +-
 src/MAX_PROC_NR                                    |    2 +-
 src/actions-3.c                                    |   86 +
 src/fuse.c                                         |   55 +-
 src/guestfs-actions.pod                            |    9 +
 src/guestfs-availability.pod                       |   21 +-
 src/guestfs.h                                      |    4 +
 src/guestfs.pod                                    |    5 +-
 src/guestfs_protocol.c                             |   10 +
 src/guestfs_protocol.h                             |   10 +-
 src/guestfs_protocol.x                             |    9 +-
 src/inspect-fs.c                                   |    1 +
 src/launch-libvirt.c                               |    2 +
 src/libguestfs.syms                                |    1 +
 sysprep/sysprep_operation_fs_uuids.ml              |    6 +-
 tests/c-api/tests.c                                | 9915 ++++++++++----------
 tests/guests/Makefile.am                           |    1 +
 tests/guests/Makefile.in                           |    1 +
 tests/guests/guest-aux/debian-syslog               |    5 +
 tests/guests/guest-aux/fedora-name.db              |  Bin 12288 -> 12288 bytes
 tests/guests/guest-aux/fedora-packages.db          |  Bin 12288 -> 12288 bytes
 tests/guests/guest-aux/make-debian-img.sh          |    3 +
 v2v/Makefile.am                                    |    9 +-
 v2v/Makefile.in                                    |    9 +-
 v2v/README                                         |   16 -
 v2v/cmdline.ml                                     |    4 +-
 ...onvert_linux_enterprise.ml => convert_linux.ml} |  124 +-
 ...vert_linux_enterprise.mli => convert_linux.mli} |    0
 v2v/convert_linux_grub.ml                          |   11 +-
 v2v/{convert_linux_common.ml => lib_linux.ml}      |   55 +-
 v2v/{convert_linux_common.mli => lib_linux.mli}    |   10 +-
 v2v/source_libvirt.ml                              |   36 +-
 v2v/{convert_linux_enterprise.mli => stringMap.ml} |    4 +-
 v2v/target_local.ml                                |    4 +-
 v2v/target_local.mli                               |    2 +-
 v2v/types.ml                                       |   25 +
 v2v/types.mli                                      |    9 +-
 v2v/utils.ml                                       |   20 +
 v2v/v2v.ml                                         |   32 +-
 v2v/virt-v2v.pod                                   |   34 +
 v2v/xml-c.c                                        |    5 +-
 310 files changed, 40320 insertions(+), 34742 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