[Pkg-libvirt-commits] [libguestfs] branch master updated (51dc971 -> c5cb634)

Hilko Bengen bengen at moszumanska.debian.org
Sun May 3 21:26:51 UTC 2015


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

bengen pushed a change to branch master
in repository libguestfs.

      from  51dc971   Added patch to virt-resize manpage (Closes: #751265)
       new  f66fe0e   Imported Upstream version 1.29.33
       new  7a175c6   inspection: Not an installer if there are multiple partitions (RHBZ#1171666).
       new  a30f683   lib: Remove bogus visibility declaration (GUESTFS_DLL_PUBLIC) from internal function.
       new  3122af9   guestfs-performance: Suggest using 'ts' instead of annotate.
       new  3385c8a   ruby: Only rebuild rdoc when absolutely necessary.
       new  5293421   v2v: Add note about RHEL 4 conversions hanging during SELinux relabelling.
       new  44cbaa5   v2v: RHEL 4: You have to update lvm2, device-mapper to get virtio support.
       new  636e57c   php: Clean up more intermediate files.
       new  0bce39a   fuse: guestunmount: Make the -v (verbose) option do something useful.
       new  794aa51   fuse: tests: Add some debugging to test-fuse-umount-race.sh.
       new  0b0e915   valgrind: Add suppression for libvirt memory leak.
       new  963a79f   v2v: Remove warning when compiling --without-libvirt.
       new  b542c13   Version 1.28.8.
       new  5f51121   generator: add a simple HTML escaping function
       new  aaa5fdf   java: fix/improve slightly the javadoc
       new  4a1952b   java: add @Deprecated annotation for deprecated methods
       new  553a8f5   java: further <p> fixes
       new  79a16b5   Version 1.28.9.
       new  2408e0e   Imported Upstream version 1.28.9
       new  e47ea5f   Merge tag 'upstream/1.28.9'
       new  c5cb634   1:1.28.9-1

The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                   |    1 +
 BUGS                                         |  729 +++
 ChangeLog                                    |  184 +
 bash/Makefile.in                             |    2 +-
 build-aux/ltmain.sh                          |    2 +-
 configure                                    |   26 +-
 configure.ac                                 |    2 +-
 debian/changelog                             |    8 +
 examples/guestfs-performance.pod             |   26 +-
 fuse/guestunmount.c                          |   11 +
 fuse/test-fuse-umount-race.sh                |    2 +-
 generator/java.ml                            |   64 +-
 generator/utils.ml                           |    8 +-
 generator/utils.mli                          |    3 +
 gobject/docs/guestfs-docs.sgml               |    4 +-
 gobject/docs/html/index.html                 |    2 +-
 java/com/redhat/et/libguestfs/GuestFS.java   | 6094 +++++++++++++++-----------
 php/Makefile.am                              |    5 +
 php/Makefile.in                              |    5 +
 po-docs/ja.po                                |  639 +--
 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             |   33 +-
 po-docs/ja/guestfs-performance.pod           |   29 +-
 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                    |    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-customize.1                  |    4 +-
 po-docs/ja/virt-df.1                         |    4 +-
 po-docs/ja/virt-diff.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-p2v-make-disk.1              |    4 +-
 po-docs/ja/virt-p2v-make-kickstart.1         |    4 +-
 po-docs/ja/virt-p2v.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-v2v.1                        |   27 +-
 po-docs/ja/virt-v2v.pod                      |   22 +
 po-docs/ja/virt-win-reg.1                    |    4 +-
 po-docs/libguestfs-docs.pot                  |  605 +--
 po-docs/uk.po                                |  670 +--
 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             |   35 +-
 po-docs/uk/guestfs-performance.pod           |   31 +-
 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                    |    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-customize.1                  |    4 +-
 po-docs/uk/virt-df.1                         |    4 +-
 po-docs/uk/virt-diff.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-p2v-make-disk.1              |    4 +-
 po-docs/uk/virt-p2v-make-kickstart.1         |    4 +-
 po-docs/uk/virt-p2v.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-v2v.1                        |   29 +-
 po-docs/uk/virt-v2v.pod                      |   24 +-
 po-docs/uk/virt-win-reg.1                    |    4 +-
 po/en_GB.gmo                                 |  Bin 6694 -> 6694 bytes
 po/en_GB.po                                  |   12 +-
 po/es.gmo                                    |  Bin 66107 -> 66107 bytes
 po/es.po                                     |   12 +-
 po/gu.gmo                                    |  Bin 48828 -> 48828 bytes
 po/gu.po                                     |   12 +-
 po/hi.gmo                                    |  Bin 39739 -> 39739 bytes
 po/hi.po                                     |   12 +-
 po/kn.gmo                                    |  Bin 48005 -> 48005 bytes
 po/kn.po                                     |   12 +-
 po/libguestfs.pot                            |   14 +-
 po/ml.gmo                                    |  Bin 51830 -> 51830 bytes
 po/ml.po                                     |   12 +-
 po/mr.gmo                                    |  Bin 83307 -> 83307 bytes
 po/mr.po                                     |   12 +-
 po/nl.gmo                                    |  Bin 87325 -> 87325 bytes
 po/nl.po                                     |   12 +-
 po/or.gmo                                    |  Bin 47619 -> 47619 bytes
 po/or.po                                     |   12 +-
 po/pa.gmo                                    |  Bin 73082 -> 73082 bytes
 po/pa.po                                     |   12 +-
 po/pl.gmo                                    |  Bin 80438 -> 80438 bytes
 po/pl.po                                     |   12 +-
 po/ta.gmo                                    |  Bin 42873 -> 42873 bytes
 po/ta.po                                     |   12 +-
 po/te.gmo                                    |  Bin 45454 -> 45454 bytes
 po/te.po                                     |   12 +-
 po/uk.gmo                                    |  Bin 321795 -> 321795 bytes
 po/uk.po                                     |   12 +-
 ruby/Makefile.am                             |    9 +-
 ruby/Makefile.in                             |    9 +-
 src/guestfs-internal.h                       |    1 +
 src/inspect-fs-unix.c                        |   31 +-
 src/inspect-fs.c                             |   44 +-
 src/inspect.c                                |   22 +
 src/libvirt-domain.c                         |    2 +-
 tests/guests/guest-aux/fedora-name.db        |  Bin 12288 -> 12288 bytes
 tests/guests/guest-aux/fedora-packages.db    |  Bin 12288 -> 12288 bytes
 v2v/domainxml-c.c                            |    4 +
 v2v/virt-v2v.pod                             |   23 +
 valgrind-suppressions                        |    8 +
 171 files changed, 6065 insertions(+), 3992 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