[Pkg-libvirt-commits] [libguestfs] 114/116: Merge tag 'upstream/1.29.10'

Hilko Bengen bengen at moszumanska.debian.org
Wed Nov 26 22:05:45 UTC 2014


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

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

commit 2119bd3c116e65a01313acd4beece0d58a86fdb6
Merge: afcdca1 2597f7f
Author: Hilko Bengen <bengen at debian.org>
Date:   Tue Nov 25 23:33:41 2014 +0100

    Merge tag 'upstream/1.29.10'
    
    Upstream version 1.29.10

 .gitignore                                   |     1 +
 BUGS                                         |    38 +-
 ChangeLog                                    |   149 +
 bash/Makefile.in                             |     2 +-
 builder/Makefile.am                          |     2 -
 builder/Makefile.in                          |     2 -
 configure                                    |    26 +-
 configure.ac                                 |     2 +-
 csharp/Libguestfs.cs                         |    18 +-
 customize/Makefile.am                        |     2 -
 customize/Makefile.in                        |     2 -
 daemon/actions.h                             |     1 +
 daemon/blockdev.c                            |    30 +-
 daemon/guestfs_protocol.c                    |    12 +
 daemon/guestfs_protocol.h                    |    11 +-
 daemon/names.c                               |     1 +
 daemon/ntfs.c                                |     2 +-
 daemon/stubs.c                               |    37 +
 erlang/erl-guestfs.c                         |    16 +
 erlang/guestfs.erl                           |     4 +
 fish/cmds-gperf.c                            |  1935 ++---
 fish/cmds-gperf.gperf                        |     3 +
 fish/cmds.c                                  |    62 +-
 fish/completion.c                            |     1 +
 fish/guestfish-actions.pod                   |    12 +-
 generator/actions.ml                         |    22 +-
 generator/checks.ml                          |     4 +-
 gobject/docs/guestfs-docs.sgml               |     4 +-
 gobject/docs/guestfs-sections.txt            |     1 +
 gobject/docs/html/GuestfsSession.html        |  2093 +++---
 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               |    12 +
 gobject/include/guestfs-gobject/session.h    |     1 +
 gobject/src/session.c                        |    43 +-
 golang/src/libguestfs.org/guestfs/guestfs.go |    21 +-
 haskell/Guestfs.hs                           |    13 +
 inspector/Makefile.am                        |     1 +
 inspector/Makefile.in                        |     1 +
 inspector/expected-archlinux.img.xml         |    35 +
 java/com/redhat/et/libguestfs/GuestFS.java   |    29 +-
 java/com_redhat_et_libguestfs_GuestFS.c      |    21 +
 java/com_redhat_et_libguestfs_GuestFS.h      |     8 +
 lua/lua-guestfs.c                            |    24 +
 mllib/Makefile.am                            |    13 +-
 mllib/Makefile.in                            |    14 +-
 mllib/common_utils.ml                        |    13 +-
 mllib/progress.ml                            |     2 +-
 mllib/tTY.ml                                 |    19 -
 mllib/tTY.mli                                |    23 -
 mllib/tty-c.c                                |    40 -
 ocaml/guestfs-c-actions.c                    |    32 +
 ocaml/guestfs.ml                             |     2 +
 ocaml/guestfs.mli                            |     8 +-
 p2v/p2v.ks.in                                |     3 +-
 p2v/virt-p2v-make-kickstart.in               |     3 +
 perl/Guestfs.xs                              |    12 +
 perl/lib/Sys/Guestfs.pm                      |    25 +-
 php/extension/guestfs_php.c                  |    35 +
 php/extension/php_guestfs_php.h              |     1 +
 po-docs/ja.po                                | 10033 +++++++++++++------------
 po-docs/ja/guestfish-actions.pod             |    14 +-
 po-docs/ja/guestfish.1                       |    19 +-
 po-docs/ja/guestfs-actions.pod               |    19 +-
 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                         |    24 +-
 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-log.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                  |  8522 ++++++++++-----------
 po-docs/uk.po                                | 10031 ++++++++++++------------
 po-docs/uk/guestfish-actions.pod             |    12 +-
 po-docs/uk/guestfish.1                       |    17 +-
 po-docs/uk/guestfs-actions.pod               |    17 +-
 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                         |    22 +-
 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-log.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/POTFILES                                  |     1 -
 po/POTFILES-ml                               |     1 -
 po/en_GB.gmo                                 |   Bin 6694 -> 6694 bytes
 po/en_GB.po                                  |  1795 ++---
 po/es.gmo                                    |   Bin 66107 -> 66107 bytes
 po/es.po                                     |  1795 ++---
 po/gu.gmo                                    |   Bin 48828 -> 48828 bytes
 po/gu.po                                     |  1795 ++---
 po/hi.gmo                                    |   Bin 39739 -> 39739 bytes
 po/hi.po                                     |  1795 ++---
 po/kn.gmo                                    |   Bin 48005 -> 48005 bytes
 po/kn.po                                     |  1795 ++---
 po/libguestfs.pot                            |  1797 ++---
 po/ml.gmo                                    |   Bin 51830 -> 51830 bytes
 po/ml.po                                     |  1795 ++---
 po/mr.gmo                                    |   Bin 83307 -> 83307 bytes
 po/mr.po                                     |  1795 ++---
 po/nl.gmo                                    |   Bin 87462 -> 87325 bytes
 po/nl.po                                     |  1805 ++---
 po/or.gmo                                    |   Bin 47619 -> 47619 bytes
 po/or.po                                     |  1795 ++---
 po/pa.gmo                                    |   Bin 73082 -> 73082 bytes
 po/pa.po                                     |  1795 ++---
 po/pl.gmo                                    |   Bin 80561 -> 80438 bytes
 po/pl.po                                     |  1805 ++---
 po/ta.gmo                                    |   Bin 42873 -> 42873 bytes
 po/ta.po                                     |  1795 ++---
 po/te.gmo                                    |   Bin 45454 -> 45454 bytes
 po/te.po                                     |  1795 ++---
 po/uk.gmo                                    |   Bin 325650 -> 325434 bytes
 po/uk.po                                     |  1805 ++---
 python/guestfs-py.c                          |    37 +
 python/guestfs.py                            |    13 +-
 resize/Makefile.am                           |     2 -
 resize/Makefile.in                           |     2 -
 ruby/ext/guestfs/_guestfs.c                  |    44 +-
 sparsify/Makefile.am                         |     2 -
 sparsify/Makefile.in                         |    19 -
 src/MAX_PROC_NR                              |     2 +-
 src/actions-4.c                              |    98 +
 src/create.c                                 |     7 +-
 src/guestfs-actions.pod                      |    17 +-
 src/guestfs.h                                |     4 +
 src/guestfs_protocol.c                       |    12 +
 src/guestfs_protocol.h                       |    11 +-
 src/guestfs_protocol.x                       |    10 +-
 src/inspect-apps.c                           |     4 +-
 src/libguestfs.syms                          |     1 +
 sysprep/Makefile.am                          |     2 -
 sysprep/Makefile.in                          |     2 -
 tests/c-api/tests.c                          |  9219 ++++++++++++-----------
 tests/guests/Makefile.am                     |     7 +
 tests/guests/Makefile.in                     |     7 +
 tests/guests/guest-aux/archlinux-package     |    15 +
 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-archlinux-img.sh |    58 +
 tests/guests/guests.xml.in                   |    16 +
 v2v/Makefile.am                              |     2 -
 v2v/Makefile.in                              |    29 +-
 v2v/input_ova.ml                             |    18 +-
 222 files changed, 35976 insertions(+), 34682 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