[Pkg-libvirt-commits] [libguestfs] 21/34: Merge tag 'upstream/1.25.41'

Hilko Bengen bengen at moszumanska.debian.org
Fri Mar 7 10:39:40 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 347c4e2d7d01e579c845edeedbeea253c17bfb6a
Merge: 8477c18 b1eab21
Author: Hilko Bengen <bengen at debian.org>
Date:   Tue Mar 4 18:25:12 2014 +0100

    Merge tag 'upstream/1.25.41'
    
    Upstream version 1.25.41

 .gitignore                                         |    9 +-
 AUTHORS                                            |    1 +
 BUGS                                               |   24 +-
 ChangeLog                                          |  352 +++++
 Makefile.am                                        |    3 +
 Makefile.in                                        |   34 +-
 README                                             |    5 +-
 align/Makefile.in                                  |    2 +-
 appliance/Makefile.am                              |  104 +-
 appliance/Makefile.in                              |  101 +-
 appliance/excludefiles.in                          |   34 +
 appliance/excludelist.in                           |   57 -
 appliance/hostfiles.in                             |   14 +
 appliance/init                                     |    4 +-
 appliance/libguestfs-make-fixed-appliance.in       |    2 +-
 appliance/libguestfs-make-fixed-appliance.pod      |    3 +-
 appliance/make.sh.in                               |   36 +-
 appliance/packagelist.in                           |  101 +-
 bash/Makefile.in                                   |    2 +-
 builder/Makefile.am                                |   35 +-
 builder/Makefile.in                                |  106 +-
 builder/builder.ml                                 |   19 +-
 builder/cmdline.ml                                 |   20 +-
 builder/index_parser.ml                            |   26 +-
 builder/index_parser.mli                           |    1 +
 builder/{index_parser.mli => ini_reader.ml}        |   38 +-
 builder/{list_entries.mli => ini_reader.mli}       |    9 +-
 builder/libguestfs.conf.in                         |    3 +
 builder/libguestfs.gpg                             |   64 +
 builder/list_entries.ml                            |   26 +-
 builder/list_entries.mli                           |    2 +-
 builder/paths.ml                                   |   15 +
 builder/sigchecker.ml                              |   87 +-
 builder/sigchecker.mli                             |    3 +-
 builder/sources.ml                                 |  122 ++
 builder/{list_entries.mli => sources.mli}          |   10 +-
 .../virt-builder/repos.d/test-index.conf.in        |    2 +
 builder/test-index.in                              |    7 +
 builder/test-virt-builder-list.sh                  |   22 +-
 builder/test-virt-builder-planner.sh               |    2 +-
 builder/test-virt-builder.sh                       |    2 +-
 .../virt-builder/repos.d/libguestfs.conf.in        |    3 +
 builder/virt-builder.pod                           |  154 +-
 builder/website/Makefile.in                        |    2 +-
 builder/website/index                              |   11 +
 builder/website/index.asc                          |   37 +-
 cat/Makefile.in                                    |    2 +-
 config.h.in                                        |    7 +-
 configure                                          |  243 ++-
 configure.ac                                       |  100 +-
 csharp/Makefile.in                                 |    2 +-
 daemon/Makefile.in                                 |    2 +-
 df/Makefile.in                                     |    2 +-
 diff/Makefile.in                                   |    2 +-
 edit/Makefile.in                                   |    2 +-
 erlang/Makefile.in                                 |    2 +-
 erlang/examples/Makefile.in                        |    2 +-
 examples/Makefile.in                               |    2 +-
 examples/guestfs-performance.pod                   |   11 +-
 fish/Makefile.in                                   |    2 +-
 fish/guestfish.pod                                 |   10 +-
 format/Makefile.in                                 |    2 +-
 fuse/Makefile.in                                   |    2 +-
 generator/Makefile.in                              |    2 +-
 gnulib/lib/Makefile.in                             |    2 +-
 gnulib/tests/Makefile.in                           |    2 +-
 gobject/Makefile.in                                |    2 +-
 gobject/docs/Makefile.in                           |    2 +-
 gobject/docs/guestfs-docs.sgml                     |    4 +-
 gobject/docs/html/index.html                       |    2 +-
 golang/Makefile.in                                 |    2 +-
 golang/examples/Makefile.in                        |    2 +-
 haskell/Makefile.in                                |    2 +-
 inspector/Makefile.in                              |    2 +-
 java/Makefile.in                                   |    2 +-
 java/examples/Makefile.in                          |    2 +-
 logo/fish-5yrs.png                                 |  Bin 0 -> 64258 bytes
 logo/fish-5yrs.svg                                 |  406 +++++
 lua/Makefile.in                                    |    2 +-
 lua/examples/Makefile.in                           |    2 +-
 make-fs/Makefile.in                                |    2 +-
 mllib/Makefile.am                                  |   60 +-
 mllib/Makefile.in                                  |   84 +-
 mllib/config.ml                                    |    2 +-
 ocaml/Makefile.am                                  |   28 +-
 ocaml/Makefile.in                                  |   34 +-
 ocaml/examples/Makefile.am                         |   13 +
 ocaml/examples/Makefile.in                         |   24 +-
 perl/Makefile.in                                   |    2 +-
 perl/examples/Makefile.in                          |    2 +-
 php/Makefile.in                                    |    2 +-
 po-docs/Makefile.in                                |    2 +-
 po-docs/ja.po                                      | 1626 ++++++++++----------
 po-docs/ja/Makefile.in                             |    2 +-
 po-docs/ja/guestfish.1                             |    8 +-
 po-docs/ja/guestfish.pod                           |    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                   |   18 +-
 po-docs/ja/guestfs-performance.pod                 |   16 +-
 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                               |   25 +-
 po-docs/ja/guestfs.pod                             |   21 +-
 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       |   10 +-
 po-docs/ja/libguestfs-make-fixed-appliance.pod     |    6 +-
 po-docs/ja/libguestfs-test-tool.1                  |    7 +-
 po-docs/ja/libguestfs-test-tool.pod                |    3 +-
 po-docs/ja/libguestfs-tools.conf.5                 |    4 +-
 po-docs/ja/virt-alignment-scan.1                   |    4 +-
 po-docs/ja/virt-builder.1                          |  153 +-
 po-docs/ja/virt-builder.pod                        |  155 +-
 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                         |    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                        | 1529 +++++++++---------
 po-docs/uk.po                                      | 1622 ++++++++++---------
 po-docs/uk/Makefile.in                             |    2 +-
 po-docs/uk/guestfish.1                             |    8 +-
 po-docs/uk/guestfish.pod                           |    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                   |   18 +-
 po-docs/uk/guestfs-performance.pod                 |   16 +-
 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                               |   24 +-
 po-docs/uk/guestfs.pod                             |   20 +-
 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       |   10 +-
 po-docs/uk/libguestfs-make-fixed-appliance.pod     |    6 +-
 po-docs/uk/libguestfs-test-tool.1                  |    7 +-
 po-docs/uk/libguestfs-test-tool.pod                |    3 +-
 po-docs/uk/libguestfs-tools.conf.5                 |    4 +-
 po-docs/uk/virt-alignment-scan.1                   |    4 +-
 po-docs/uk/virt-builder.1                          |  153 +-
 po-docs/uk/virt-builder.pod                        |  155 +-
 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                         |    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                                     |    2 +-
 po/POTFILES-ml                                     |    2 +
 po/en_GB.gmo                                       |  Bin 8160 -> 8160 bytes
 po/en_GB.po                                        |  427 ++---
 po/es.gmo                                          |  Bin 67778 -> 67778 bytes
 po/es.po                                           |  427 ++---
 po/gu.gmo                                          |  Bin 48801 -> 48801 bytes
 po/gu.po                                           |  427 ++---
 po/hi.gmo                                          |  Bin 39716 -> 39716 bytes
 po/hi.po                                           |  427 ++---
 po/kn.gmo                                          |  Bin 48001 -> 48001 bytes
 po/kn.po                                           |  427 ++---
 po/libguestfs.pot                                  |  429 +++---
 po/ml.gmo                                          |  Bin 51795 -> 51795 bytes
 po/ml.po                                           |  427 ++---
 po/mr.gmo                                          |  Bin 85591 -> 85591 bytes
 po/mr.po                                           |  427 ++---
 po/nl.gmo                                          |  Bin 122565 -> 122565 bytes
 po/nl.po                                           |  427 ++---
 po/or.gmo                                          |  Bin 47615 -> 47615 bytes
 po/or.po                                           |  427 ++---
 po/pa.gmo                                          |  Bin 74683 -> 74683 bytes
 po/pa.po                                           |  427 ++---
 po/pl.gmo                                          |  Bin 88447 -> 88447 bytes
 po/pl.po                                           |  427 ++---
 po/ta.gmo                                          |  Bin 42849 -> 42849 bytes
 po/ta.po                                           |  427 ++---
 po/te.gmo                                          |  Bin 45450 -> 45450 bytes
 po/te.po                                           |  427 ++---
 po/uk.gmo                                          |  Bin 209759 -> 209759 bytes
 po/uk.po                                           |  427 ++---
 python/Makefile.in                                 |    2 +-
 python/examples/Makefile.in                        |    2 +-
 rescue/Makefile.in                                 |    2 +-
 resize/Makefile.am                                 |   18 +-
 resize/Makefile.in                                 |   25 +-
 ruby/Makefile.in                                   |    2 +-
 ruby/examples/Makefile.in                          |    2 +-
 run.in                                             |    8 +-
 sparsify/Makefile.am                               |   18 +-
 sparsify/Makefile.in                               |   25 +-
 src/Makefile.in                                    |    2 +-
 src/appliance.c                                    |  673 +-------
 src/guestfs.pod                                    |   21 +-
 src/launch-libvirt.c                               |    2 +
 src/libguestfs.pc                                  |    2 +-
 sysprep/Makefile.am                                |   20 +-
 sysprep/Makefile.in                                |   27 +-
 sysprep/sysprep_operation_script.ml                |    4 +-
 test-tool/Makefile.in                              |    2 +-
 test-tool/libguestfs-test-tool.pod                 |    3 +-
 tests/9p/Makefile.in                               |    2 +-
 tests/bigdirs/Makefile.in                          |    2 +-
 tests/btrfs/Makefile.in                            |    2 +-
 tests/c-api/Makefile.in                            |    2 +-
 tests/charsets/Makefile.in                         |    2 +-
 tests/create/Makefile.in                           |    2 +-
 tests/data/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/luks/test-luks-list.sh                       |    6 +
 tests/luks/test-luks.sh                            |    6 +
 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.in                      |    2 +-
 tests/relative-paths/Makefile.in                   |    2 +-
 tests/rsync/Makefile.in                            |    2 +-
 tests/selinux/Makefile.in                          |    2 +-
 tests/syslinux/Makefile.in                         |    2 +-
 tests/tmpdirs/Makefile.in                          |    2 +-
 tests/xfs/Makefile.in                              |    2 +-
 tests/xml/Makefile.in                              |    2 +-
 tools/Makefile.in                                  |    2 +-
 289 files changed, 8534 insertions(+), 7566 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