[Pkg-libvirt-commits] [libguestfs] 188/233: Merge tag 'upstream/1.25.33'

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:12:22 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 5d24ec5f8b084ec5efbe8744afa76d1bf4cd326d
Merge: cac2ce0 74c3f1e
Author: Hilko Bengen <bengen at debian.org>
Date:   Thu Feb 6 12:52:05 2014 +0100

    Merge tag 'upstream/1.25.33'
    
    Upstream version 1.25.33

 .gitignore                                         |     7 +-
 BUGS                                               |    54 +-
 ChangeLog                                          |   716 ++
 Makefile.am                                        |     3 +-
 Makefile.in                                        |    31 +-
 README                                             |     2 -
 align/virt-alignment-scan.pod                      |     0
 appliance/init                                     |     1 +
 builder/Makefile.am                                |     9 +-
 builder/Makefile.in                                |     9 +-
 builder/builder.ml                                 |    36 +-
 builder/cmdline.ml                                 |     8 +-
 builder/index_parser.ml                            |    25 +-
 builder/index_parser.mli                           |     2 +-
 builder/list_entries.ml                            |    65 +-
 builder/setlocale-c.c                              |    59 +
 builder/{perl_edit.mli => setlocale.ml}            |    14 +-
 builder/{perl_edit.mli => setlocale.mli}           |    15 +-
 builder/test-virt-builder-list.sh                  |    28 +-
 builder/virt-builder.pod                           |    86 +-
 cat/virt-cat.pod                                   |     0
 cat/virt-filesystems.pod                           |     0
 cat/virt-ls.pod                                    |     0
 configure                                          |    33 +-
 configure.ac                                       |     7 +-
 csharp/Libguestfs.cs                               |    29 +
 daemon/COPYING                                     |   674 -
 daemon/Makefile.in                                 |     2 +-
 daemon/actions.h                                   |     1 +
 daemon/command.c                                   |    26 +-
 daemon/guestfs_protocol.c                          |    22 +
 daemon/guestfs_protocol.h                          |    18 +-
 daemon/mkfs.c                                      |    11 +-
 daemon/names.c                                     |     1 +
 daemon/optgroups.h                                 |     1 +
 daemon/parted.c                                    |    86 +-
 daemon/stubs.c                                     |    50 +
 df/virt-df.pod                                     |     0
 diff/test-virt-diff.sh                             |     4 +-
 diff/virt-diff.pod                                 |     0
 edit/test-virt-edit.sh                             |     4 +-
 erlang/erl-guestfs.c                               |    81 +
 erlang/guestfs.erl                                 |    10 +
 examples/create-disk.c                             |    20 +-
 examples/mount-local.c                             |    22 +-
 fish/Makefile.am                                   |     1 +
 fish/Makefile.in                                   |    13 +-
 fish/alloc.c                                       |    60 +-
 fish/cmds-gperf.c                                  |  2134 +--
 fish/cmds-gperf.gperf                              |     6 +
 fish/cmds.c                                        |   173 +-
 fish/completion.c                                  |     2 +
 fish/fish.c                                        |    44 +-
 fish/guestfish-actions.pod                         |    60 +-
 fish/guestfish-commands.pod                        |     4 +-
 fish/guestfish.pod                                 |    53 +-
 fish/test-a.sh                                     |     2 +-
 fish/test-add-domain.sh                            |     2 +-
 fish/test-add-uri.sh                               |    12 +-
 fish/test-alloc.sh                                 |    47 +
 fish/test-d.sh                                     |     2 +-
 fish/uri.c                                         |    24 +-
 format/virt-format.pod                             |     0
 fuse/test-fuse-umount-race.sh                      |     4 +-
 generator/actions.ml                               |    67 +-
 generator/files-generated.txt                      |     2 +
 gobject/Makefile.in                                |    11 +
 gobject/Makefile.inc                               |     2 +
 gobject/docs/guestfs-docs.sgml                     |     4 +-
 gobject/docs/guestfs-sections.txt                  |    19 +
 gobject/docs/guestfs.types                         |     1 +
 gobject/docs/html/GuestfsAddDriveScratch.html      |     4 +-
 gobject/docs/html/GuestfsDiskCreate.html           |   177 +
 gobject/docs/html/GuestfsIsFile.html               |     4 +-
 gobject/docs/html/GuestfsSession.html              |   157 +-
 gobject/docs/html/api-index-full.html              |    40 +
 gobject/docs/html/ch01.html                        |     3 +
 gobject/docs/html/guestfs.devhelp2                 |    11 +
 gobject/docs/html/index.html                       |     5 +-
 gobject/docs/html/index.sgml                       |    17 +
 gobject/docs/html/object-tree.html                 |     1 +
 gobject/docs/tmpl/optargs-disk_create.sgml         |    71 +
 gobject/docs/tmpl/session.sgml                     |    26 +
 gobject/include/guestfs-gobject.h                  |     1 +
 .../include/guestfs-gobject/optargs-disk_create.h  |    69 +
 gobject/include/guestfs-gobject/session.h          |     2 +
 gobject/src/optargs-disk_create.c                  |   257 +
 gobject/src/session.c                              |   152 +-
 golang/examples/create-disk.go                     |    12 +-
 golang/src/libguestfs.org/guestfs/guestfs.go       |    84 +
 haskell/Guestfs.hs                                 |    15 +-
 inspector/virt-inspector.pod                       |     0
 java/com/redhat/et/libguestfs/GuestFS.java         |   136 +-
 java/com_redhat_et_libguestfs_GuestFS.c            |    62 +
 java/com_redhat_et_libguestfs_GuestFS.h            |    16 +
 lua/lua-guestfs.c                                  |    78 +
 make-fs/Makefile.am                                |    82 +
 {builder => make-fs}/Makefile.in                   |   484 +-
 make-fs/make-fs.c                                  |   838 ++
 {tools => make-fs}/test-virt-make-fs.sh            |    17 +-
 make-fs/virt-make-fs.pod                           |   237 +
 mllib/Makefile.am                                  |     3 +
 mllib/Makefile.in                                  |     3 +
 mllib/config.ml                                    |     2 +-
 {builder => mllib}/perl_edit.ml                    |     0
 {builder => mllib}/perl_edit.mli                   |     0
 ocaml/examples/create_disk.ml                      |     4 +-
 ocaml/guestfs-c-actions.c                          |   107 +
 ocaml/guestfs.ml                                   |     4 +
 ocaml/guestfs.mli                                  |     8 +
 perl/Guestfs.xs                                    |    66 +
 perl/examples/create_disk.pl                       |     4 +-
 perl/lib/Sys/Guestfs.pm                            |    82 +-
 php/extension/guestfs_php.c                        |   111 +
 php/extension/php_guestfs_php.h                    |     2 +
 po-docs/ja.po                                      | 12814 ++++++++++---------
 po-docs/ja/guestfish-actions.pod                   |    55 +-
 po-docs/ja/guestfish-commands.pod                  |     4 +-
 po-docs/ja/guestfish.1                             |   118 +-
 po-docs/ja/guestfish.pod                           |    54 +-
 po-docs/ja/guestfs-actions.pod                     |   101 +-
 po-docs/ja/guestfs-availability.pod                |     2 +-
 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                               |   121 +-
 po-docs/ja/guestfs.pod                             |    12 +-
 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/sysprep-extra-options.pod               |     6 +
 po-docs/ja/sysprep-operations.pod                  |    11 +-
 po-docs/ja/virt-alignment-scan.1                   |     4 +-
 po-docs/ja/virt-builder.1                          |    95 +-
 po-docs/ja/virt-builder.pod                        |    85 +-
 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                          |    56 +-
 po-docs/ja/virt-make-fs.pod                        |    42 +-
 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                          |    60 +-
 po-docs/ja/virt-sysprep.pod                        |    37 +-
 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                        | 11006 ++++++++--------
 po-docs/podfiles                                   |     2 +-
 po-docs/uk.po                                      | 12751 +++++++++---------
 po-docs/uk/guestfish-actions.pod                   |    56 +-
 po-docs/uk/guestfish-commands.pod                  |     4 +-
 po-docs/uk/guestfish.1                             |   119 +-
 po-docs/uk/guestfish.pod                           |    54 +-
 po-docs/uk/guestfs-actions.pod                     |   102 +-
 po-docs/uk/guestfs-availability.pod                |     3 +-
 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                               |   123 +-
 po-docs/uk/guestfs.pod                             |    12 +-
 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/sysprep-extra-options.pod               |     6 +
 po-docs/uk/sysprep-operations.pod                  |    11 +-
 po-docs/uk/virt-alignment-scan.1                   |     4 +-
 po-docs/uk/virt-builder.1                          |    95 +-
 po-docs/uk/virt-builder.pod                        |    85 +-
 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                          |    56 +-
 po-docs/uk/virt-make-fs.pod                        |    42 +-
 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                          |    62 +-
 po-docs/uk/virt-sysprep.pod                        |    39 +-
 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                                        |     5 +
 po/POTFILES-ml                                     |     3 +-
 po/POTFILES-pl                                     |     1 -
 po/en_GB.gmo                                       |   Bin 8160 -> 8160 bytes
 po/en_GB.po                                        |  2825 ++--
 po/es.gmo                                          |   Bin 69074 -> 67778 bytes
 po/es.po                                           |  2868 +++--
 po/gu.gmo                                          |   Bin 49018 -> 48801 bytes
 po/gu.po                                           |  2831 ++--
 po/hi.gmo                                          |   Bin 39716 -> 39716 bytes
 po/hi.po                                           |  2825 ++--
 po/kn.gmo                                          |   Bin 48001 -> 48001 bytes
 po/kn.po                                           |  2825 ++--
 po/libguestfs.pot                                  |  2827 ++--
 po/ml.gmo                                          |   Bin 51795 -> 51795 bytes
 po/ml.po                                           |  2825 ++--
 po/mr.gmo                                          |   Bin 87270 -> 85591 bytes
 po/mr.po                                           |  2861 +++--
 po/nl.gmo                                          |   Bin 124808 -> 122565 bytes
 po/nl.po                                           |  2906 +++--
 po/or.gmo                                          |   Bin 47615 -> 47615 bytes
 po/or.po                                           |  2825 ++--
 po/pa.gmo                                          |   Bin 76472 -> 74683 bytes
 po/pa.po                                           |  2862 +++--
 po/pl.gmo                                          |   Bin 90175 -> 88447 bytes
 po/pl.po                                           |  2884 +++--
 po/ta.gmo                                          |   Bin 42849 -> 42849 bytes
 po/ta.po                                           |  2825 ++--
 po/te.gmo                                          |   Bin 45450 -> 45450 bytes
 po/te.po                                           |  2825 ++--
 po/uk.gmo                                          |   Bin 213458 -> 209759 bytes
 po/uk.po                                           |  2927 +++--
 python/examples/create_disk.py                     |     5 +-
 python/guestfs-py.c                                |   134 +
 python/guestfs.py                                  |    57 +-
 python/t/810-rhbz811650.py                         |     6 +-
 rescue/rescue.c                                    |     2 +
 rescue/virt-rescue.pod                             |     0
 resize/resize.ml                                   |  1621 +--
 resize/test-virt-resize.sh                         |     4 +-
 ruby/examples/create_disk.rb                       |     4 +-
 ruby/ext/guestfs/_guestfs.c                        |   156 +-
 run.in                                             |     4 +-
 sparsify/sparsify.ml                               |    71 +-
 src/MAX_PROC_NR                                    |     2 +-
 src/Makefile.am                                    |    20 +-
 src/Makefile.in                                    |   117 +-
 src/actions-3.c                                    |   103 +
 src/actions-4.c                                    |    99 +
 src/actions-variants.c                             |    64 +
 src/appliance.c                                    |     2 +-
 src/create.c                                       |   319 +
 src/drives.c                                       |    56 +-
 src/fuse.c                                         |    12 +
 src/guestfs-actions.pod                            |   108 +-
 src/guestfs-availability.pod                       |     1 +
 src/guestfs-internal-actions.h                     |     1 +
 src/guestfs.h                                      |    30 +
 src/guestfs.pod                                    |    12 +-
 src/guestfs_protocol.c                             |    22 +
 src/guestfs_protocol.h                             |    18 +-
 src/guestfs_protocol.x                             |    14 +-
 src/launch-direct.c                                |    74 +-
 src/launch-libvirt.c                               |    38 +-
 src/libguestfs.pc                                  |     2 +-
 src/libguestfs.syms                                |     4 +
 src/libvirt-domain.c                               |    46 +-
 src/libvirt-is-version.c                           |    77 +
 sysprep/Makefile.am                                |     3 +-
 sysprep/Makefile.in                                |     3 +-
 sysprep/main.ml                                    |    26 +-
 tests/disks/Makefile.am => sysprep/script4.sh      |    17 +-
 sysprep/sysprep_operation_delete.ml                |    27 +-
 sysprep/test-virt-sysprep-passwords.sh             |     4 +-
 sysprep/test-virt-sysprep-script.sh                |    22 +-
 sysprep/virt-sysprep.pod                           |    32 +-
 tests/c-api/tests.c                                |    46 +-
 tests/{disks => create}/Makefile.am                |     9 +-
 tests/{disks => create}/Makefile.in                |    16 +-
 tests/create/test-disk-create.sh                   |   149 +
 tests/disks/Makefile.am                            |     6 +-
 tests/disks/Makefile.in                            |    13 +-
 ...st-qemu-drive.sh => test-qemu-drive-libvirt.sh} |    82 +-
 tests/disks/test-qemu-drive-libvirt.xml            |   135 +
 tests/disks/test-qemu-drive-libvirt.xml.in         |   135 +
 tests/disks/test-qemu-drive.sh                     |    16 +-
 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-fedora-img.pl          |    15 +-
 tests/hotplug/test-hot-add.pl                      |    13 +-
 tests/hotplug/test-hot-remove.pl                   |    13 +-
 tests/hotplug/test-hotplug-repeated.pl             |     7 +-
 tests/md/test-inspect-fstab.sh                     |     4 +-
 tests/mountable/test-mountable-inspect.sh          |     6 +-
 tests/qemu/qemu-snapshot-isolation.sh              |     3 +-
 tests/regressions/Makefile.am                      |    21 -
 tests/regressions/Makefile.in                      |    69 +-
 tests/regressions/rhbz1044014.c                    |    69 -
 tests/regressions/rhbz1044014.sh                   |    12 +-
 tests/syslinux/test-syslinux.pl                    |     8 +-
 tools/Makefile.am                                  |     2 -
 tools/Makefile.in                                  |     2 -
 tools/virt-make-fs                                 |   664 -
 334 files changed, 51946 insertions(+), 42854 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