[Pkg-libvirt-commits] [libguestfs] 70/156: Merge tag 'upstream/1.26.5'

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:25:59 UTC 2014


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

bengen pushed a commit to branch master
in repository libguestfs.

commit a4d971839119fe7974f71b3fad987af9aa732297
Merge: b30e9a3 274f2af
Author: Hilko Bengen <bengen at debian.org>
Date:   Sat Jul 5 13:46:12 2014 +0200

    Merge tag 'upstream/1.26.5'
    
    Upstream version 1.26.5

 AUTHORS                                            |   1 +
 BUGS                                               | 259 ++----
 ChangeLog                                          | 507 +++++++++++
 Makefile.am                                        |   4 +-
 Makefile.in                                        |   4 +-
 appliance/excludefiles.in                          |   7 +
 appliance/init                                     |   7 +-
 appliance/packagelist.in                           |  37 +-
 builder/builder.ml                                 |  86 +-
 builder/cmdline.ml                                 |  16 +-
 builder/downloader.ml                              |  16 +-
 builder/downloader.mli                             |   4 +-
 builder/get_kernel.ml                              |  31 +-
 builder/get_kernel.mli                             |   2 +-
 builder/index_parser.ml                            |   4 +-
 builder/index_parser.mli                           |   2 +-
 builder/sigchecker.ml                              |  30 +-
 builder/sigchecker.mli                             |   2 +-
 builder/sources.ml                                 |  18 +-
 builder/sources.mli                                |   2 +-
 builder/virt-builder.pod                           |   4 +
 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 +
 configure                                          |  28 +-
 configure.ac                                       |   4 +-
 csharp/Libguestfs.cs                               | 256 +++---
 customize/customize_main.ml                        |   2 +-
 customize/customize_run.ml                         |  21 +-
 customize/customize_run.mli                        |   2 +-
 customize/password.ml                              |  11 +-
 customize/perl_edit.ml                             |   8 +-
 customize/perl_edit.mli                            |   2 +-
 daemon/grub.c                                      |   7 +-
 daemon/lvm-filter.c                                |   2 +-
 erlang/erl-guestfs.c                               | 374 ++++----
 fish/cmds.c                                        | 294 +++----
 fish/options.h                                     |   2 +
 fuse/test-fuse-umount-race.sh                      |   9 +-
 generator/c.ml                                     |   6 +-
 generator/ruby.ml                                  |   9 +
 generator/structs.ml                               |   8 +-
 gobject/Makefile.in                                | 232 ++---
 gobject/Makefile.inc                               |  48 +-
 gobject/docs/guestfs-docs.sgml                     |   4 +-
 gobject/docs/html/GuestfsAddDomain.html            |   4 +-
 gobject/docs/html/GuestfsApplication.html          |   4 +-
 gobject/docs/html/GuestfsApplication2.html         |   4 +-
 gobject/docs/html/GuestfsBTRFSSubvolume.html       |   8 +-
 gobject/docs/html/GuestfsDirent.html               |   8 +-
 gobject/docs/html/GuestfsHivexNode.html            |   4 +-
 gobject/docs/html/GuestfsHivexValue.html           |   4 +-
 gobject/docs/html/GuestfsINotifyEvent.html         |   8 +-
 gobject/docs/html/GuestfsISOInfo.html              |   8 +-
 gobject/docs/html/GuestfsIntBool.html              |   8 +-
 gobject/docs/html/GuestfsLV.html                   |   8 +-
 gobject/docs/html/GuestfsMDStat.html               |   8 +-
 gobject/docs/html/GuestfsPV.html                   |   4 +-
 gobject/docs/html/GuestfsPartition.html            |   8 +-
 gobject/docs/html/GuestfsStat.html                 |   4 +-
 gobject/docs/html/GuestfsStatVFS.html              |   4 +-
 gobject/docs/html/GuestfsTristate.html             |   4 +-
 gobject/docs/html/GuestfsUTSName.html              |   8 +-
 gobject/docs/html/GuestfsVG.html                   |   4 +-
 gobject/docs/html/GuestfsVersion.html              |   4 +-
 gobject/docs/html/GuestfsXAttr.html                |   4 +-
 gobject/docs/html/GuestfsXFSInfo.html              |   8 +-
 gobject/docs/html/ch01.html                        |  40 +-
 gobject/docs/html/guestfs.devhelp2                 |  48 +-
 gobject/docs/html/index.html                       |  42 +-
 gobject/docs/html/index.sgml                       | 144 +--
 gobject/include/guestfs-gobject.h                  |  24 +-
 golang/src/libguestfs.org/guestfs/guestfs.go       | 884 +++++++++----------
 mllib/Makefile.am                                  |   1 +
 mllib/Makefile.in                                  |   1 +
 mllib/common_utils.ml                              |  93 +-
 mllib/common_utils.mli                             | 116 +++
 ocaml/guestfs-c-actions.c                          | 504 +++++------
 ocaml/guestfs.ml                                   | 234 ++---
 ocaml/guestfs.mli                                  | 234 ++---
 po-docs/ja.po                                      | 830 +++++++++---------
 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                          |   7 +-
 po-docs/ja/virt-builder.pod                        |   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-ls.1                               |   4 +-
 po-docs/ja/virt-make-fs.1                          |   4 +-
 po-docs/ja/virt-rescue.1                           |   4 +-
 po-docs/ja/virt-resize.1                           |   7 +-
 po-docs/ja/virt-resize.pod                         |   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                        | 782 ++++++++---------
 po-docs/uk.po                                      | 830 +++++++++---------
 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                          |   7 +-
 po-docs/uk/virt-builder.pod                        |   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-ls.1                               |   4 +-
 po-docs/uk/virt-make-fs.1                          |   4 +-
 po-docs/uk/virt-rescue.1                           |   4 +-
 po-docs/uk/virt-resize.1                           |   7 +-
 po-docs/uk/virt-resize.pod                         |   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/en_GB.gmo                                       | Bin 8160 -> 8160 bytes
 po/en_GB.po                                        | 539 ++++++------
 po/es.gmo                                          | Bin 67801 -> 67801 bytes
 po/es.po                                           | 539 ++++++------
 po/gu.gmo                                          | Bin 48824 -> 48824 bytes
 po/gu.po                                           | 539 ++++++------
 po/hi.gmo                                          | Bin 39735 -> 39735 bytes
 po/hi.po                                           | 539 ++++++------
 po/kn.gmo                                          | Bin 48001 -> 48001 bytes
 po/kn.po                                           | 539 ++++++------
 po/libguestfs.pot                                  | 541 ++++++------
 po/ml.gmo                                          | Bin 51826 -> 51826 bytes
 po/ml.po                                           | 539 ++++++------
 po/mr.gmo                                          | Bin 85591 -> 85591 bytes
 po/mr.po                                           | 539 ++++++------
 po/nl.gmo                                          | Bin 120221 -> 120021 bytes
 po/nl.po                                           | 551 ++++++------
 po/or.gmo                                          | Bin 47615 -> 47615 bytes
 po/or.po                                           | 539 ++++++------
 po/pa.gmo                                          | Bin 74712 -> 74712 bytes
 po/pa.po                                           | 539 ++++++------
 po/pl.gmo                                          | Bin 88401 -> 88401 bytes
 po/pl.po                                           | 539 ++++++------
 po/ta.gmo                                          | Bin 42869 -> 42869 bytes
 po/ta.po                                           | 539 ++++++------
 po/te.gmo                                          | Bin 45450 -> 45450 bytes
 po/te.po                                           | 539 ++++++------
 po/uk.gmo                                          | Bin 280247 -> 279078 bytes
 po/uk.po                                           | 582 +++++++------
 podwrapper.pl.in                                   |   4 +-
 python/guestfs-py.c                                | 966 ++++++++++-----------
 resize/resize.ml                                   |  57 +-
 resize/virt-resize.pod                             |   4 +
 ruby/ext/guestfs/_guestfs.c                        | 180 ++++
 sparsify/cmdline.ml                                |   2 +-
 src/fuse.c                                         |  55 +-
 src/guestfs.h                                      | 642 +++++++-------
 src/launch-libvirt.c                               |   6 +
 src/launch.c                                       |   2 +-
 sysprep/main.ml                                    |   4 +-
 sysprep/sysprep_operation.ml                       |  10 +-
 sysprep/sysprep_operation.mli                      |   8 +-
 sysprep/sysprep_operation_abrt_data.ml             |   2 +-
 sysprep/sysprep_operation_bash_history.ml          |   2 +-
 sysprep/sysprep_operation_blkid_tab.ml             |   2 +-
 sysprep/sysprep_operation_ca_certificates.ml       |   2 +-
 sysprep/sysprep_operation_crash_data.ml            |   2 +-
 sysprep/sysprep_operation_cron_spool.ml            |   2 +-
 sysprep/sysprep_operation_customize.ml             |   4 +-
 sysprep/sysprep_operation_dhcp_client_state.ml     |   2 +-
 sysprep/sysprep_operation_dhcp_server_state.ml     |   2 +-
 sysprep/sysprep_operation_dovecot_data.ml          |   2 +-
 sysprep/sysprep_operation_firewall_rules.ml        |   2 +-
 sysprep/sysprep_operation_flag_reconfiguration.ml  |   2 +-
 sysprep/sysprep_operation_fs_uuids.ml              |   8 +-
 sysprep/sysprep_operation_kerberos_data.ml         |   2 +-
 sysprep/sysprep_operation_logfiles.ml              |   2 +-
 sysprep/sysprep_operation_lvm_uuids.ml             |   2 +-
 sysprep/sysprep_operation_machine_id.ml            |   2 +-
 sysprep/sysprep_operation_mail_spool.ml            |   2 +-
 sysprep/sysprep_operation_net_hostname.ml          |   2 +-
 sysprep/sysprep_operation_net_hwaddr.ml            |   2 +-
 sysprep/sysprep_operation_pacct_log.ml             |   2 +-
 sysprep/sysprep_operation_package_manager_cache.ml |   2 +-
 sysprep/sysprep_operation_pam_data.ml              |   2 +-
 sysprep/sysprep_operation_puppet_data_log.ml       |   2 +-
 .../sysprep_operation_rh_subscription_manager.ml   |   2 +-
 sysprep/sysprep_operation_rhn_systemid.ml          |   2 +-
 sysprep/sysprep_operation_rpm_db.ml                |   2 +-
 sysprep/sysprep_operation_samba_db_log.ml          |   2 +-
 sysprep/sysprep_operation_script.ml                |   2 +-
 sysprep/sysprep_operation_smolt_uuid.ml            |   2 +-
 sysprep/sysprep_operation_ssh_hostkeys.ml          |   2 +-
 sysprep/sysprep_operation_ssh_userdir.ml           |   2 +-
 sysprep/sysprep_operation_sssd_db_log.ml           |   2 +-
 sysprep/sysprep_operation_tmp_files.ml             |   2 +-
 sysprep/sysprep_operation_udev_persistent_net.ml   |   2 +-
 sysprep/sysprep_operation_user_account.ml          |   2 +-
 sysprep/sysprep_operation_utmp.ml                  |   2 +-
 sysprep/sysprep_operation_yum_uuid.ml              |   2 +-
 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 +
 valgrind-suppressions                              |   8 +
 283 files changed, 9398 insertions(+), 8837 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