[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.28.5 created (now b909e3e)

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:07:22 UTC 2015


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

bengen pushed a change to annotated tag upstream/1.28.5
in repository libguestfs.

        at  b909e3e   (tag)
   tagging  1dc328e97b1c9648df75d767b38b04bd0b2e1b83 (commit)
  replaces  upstream/1.28.4
 tagged by  Hilko Bengen
        on  Fri Dec 19 15:00:48 2014 +0100

- Log -----------------------------------------------------------------
Upstream version 1.28.5

Gabriele Cerami (1):
      diff/diff.c: diff output to show correct file handles and presence symbol

Hilko Bengen (1):
      Imported Upstream version 1.28.5

Hu Tao (2):
      fish: fix build warning when readline-devel is missing
      resize: fix 'No space left on device' problem when copying to an extended partition (RHBZ#1169015)

John Eckersberg (3):
      p2v: wait for qemu-nbd before starting conversion (RHBZ#1167774)
      p2v: show error dialog if virt-v2v fails (RHBZ#1167601)
      p2v: avoid connecting to ourself while probing qemu-nbd (RHBZ#1167774)

Kashyap Chamarthy (1):
      arm: Use -cpu host on KVM.

Pino Toscano (3):
      gobject: link against uninstalled libraries
      customize, sysprep: add a short SELinux note
      builder: recommend use of --selinux-relabel

Richard W.M. Jones (37):
      build: Map host CPU 'powerpc64le' to qemu-system-ppc64.
      v2v: Disable autoreboot when converting Windows guests.
      mllib: Add Common_utils.string_suffix function and extend test coverage.
      v2v: When picking a default kernel, favour non-debug kernels over debug kernels (RHBZ#1170073).
      builder: Add support for RHEL 3, RHEL 4.
      v2v: Don't use epoch prefix on RPM command line for RHEL <= 4 (RHBZ#1170685).
      v2v: Fix missing loop device which breaks conversion of RHEL 3 guests (RHBZ#1171130).
      v2v: Remove documentation about Windows Recovery Console not supported.
      v2v: Add documentation about what to do about BSOD 0x0000007B (RHBZ#1161333).
      builder: Add Fedora 21 image, remove RHEL 7 RC image.
      v2v: linux: Fix modifications to default kernel for legacy grub.
      lib: Don't mention whitelist in guestfs_modprobe documentation.
      debug: add-domain: Dump XML of original domain.
      launch: libvirt: Fix labelling of overlay files.
      New API: guestfs_c_pointer
      sparsify: C files are located in srcdir, not builddir.
      v2v: C files are located in srcdir, not builddir.
      builder: Try again to fix the infinitely recursive index-parse.h rule.
      recipes: Tidy up section about hex-dumping and hex-editing sectors.
      p2v: Rename authors.c, copying.c -> about-* to avoid confusion.
      p2v: Add more authors.
      v2v: Whitespace change.
      v2v: Get passwords in domain XML (RHBZ#1174123).
      v2v: Password attr in domain XML should be 'passwd=' (RHBZ#1174123).
      inspection: Recognise 'dnf' as the package manager in Fedora 22.
      tests: Fix memory leaks in test-add-libvirt-dom.
      Use -fno-strict-overflow throughout the build.
      p2v: virt-p2v-make-kickstart: Add URL example to the man page.
      p2v: virt-p2v-make-kickstart(1): Fix various typos in the man page.
      p2v: Document that virt-p2v-make-kickstart copies the virt-p2v binary into the kickstart.
      is-blockdev: Clarify documentation (RHBZ#1175035).
      v2v: -o qemu: Replace List.iteri with iteri.
      fish: Move 'is_true' function to library utilities.
      v2v: Treat "oraclelinux" as if it was plain RHEL (RHBZ#1174280).
      v2v: -o libvirt: Replace List.mapi with mapi.
      ping-daemon: Fix error in the description of this API (RHBZ#1175676).
      Version 1.28.5.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  91b4393   ocaml: Remove *.annot files when doing 'make clean'.
       new  e2bd2a6   v2v: Rename source field 's_dom_type' to 's_hypervisor'.
       new  488b2e1   v2v: Make source s.hypervisor field type-safe.
       new  eba125a   v2v: Comment change.
       new  5e041d4   v2v: Simplify calculation of Mbps in verbose output.
       new  6e82352   Fix minor typo in release notes (RHBZ#1164697).
       new  9c55150   Fix description of 'set_append' and 'get_append' APIs (RHBZ#1164732).
       new  b1ad23e   inspection: Get icons from RHEL and CentOS 7 (RHBZ#1164619).
       new  2c2bf3f   inspection: Allow /etc/favicon.png to be a symbolic link (RHBZ#1164619).
       new  eb64213   inspection: rpm: Return Epoch field of RPMs in application data.
       new  f1cda31   v2v: -i ova: XML is case-sensitive, so replace 'InstanceId' with 'InstanceID'.
       new  703b5b4   v2v: Don't use <target dev> attribute, use <target bus> instead.
       new  efe215b   v2v: Don't change Augeas device entries unless the value has changed.
       new  d74917f   v2v: linux: Print block device map in verbose mode.
       new  7c05ba3   v2v: linux: Always match partition number in regexp.
       new  27b668c   v2v: linux: Refactor device replacement code.
       new  fdbb96e   inspection: deb: Seperate epoch field from version
       new  350dc02   v2v: linux: In verbose mode, add dracut --verbose parameter.
       new  2688c7a   v2v: linux: Remap device names in /boot/grub2/device.map (RHBZ#1165975).
       new  705466a   v2v: linux: Delete the LVM cache which may reference old devices (RHBZ#1164853).
       new  6135d86   appliance: Create tmpfiles before running udev.
       new  8215db2   appliance: When running systemd-tmpfiles, pass --boot option (RHBZ#1165785).
       new  33d2e59   p2v: Remove --fullscreen option.
       new  c852856   p2v: gui: Get the correct button for cancel_button.
       new  27f49f3   p2v: Add 'Reboot' button to the GUI (RHBZ#1165564).
       new  4cbbbbd   p2v: Disable "Cancel Conversion" button after the conversion (RHBZ#1165569).
       new  5623859   p2v: Make the "Cancel Conversion" button work (RHBZ#1165569).
       new  481ed56   p2v: Include version and md5sum in kickstart.
       new  1581e88   build: mllib: put $(LIBTINFO_LIBS) within '...'
       new  9509dab   src: inspect: move read_package within the -Wno-cast-align block
       new  a054a38   btrfs: correct words about subvolume and snapshot
       new  bbe5b18   ntfsresize: Capture errors sent to stdout (RHBZ#1166618).
       new  6ce3b02   v2v: -i ova: Remove incorrect warning for disks that have no parent controller (RHBZ#1167302).
       new  31698db   daemon: blockdev: Allow extraarg to be 0.
       new  8296e65   v2v: -i ova: Small correction to warning message.
       new  af98819   generator: force longdesc to begin with uppercase
       new  f1199f1   typo fix: preceeding -> preceding
       new  dab231b   typo fix: commmand -> command
       new  197dff3   p2v: Add HACKING file.
       new  8eeac35   v2v: Fix command line --help output for --no-trim option.
       new  b5699ed   Add HACKING file to EXTRA_DIST.
       new  670f275   configure: Require yajl >= 2.0.4 (RHBZ#1169045).
       new  f359b94   p2v: Mention sshd_config setting in the manual page.
       new  c5bcdef   p2v: Refer to virt-v2v resource requirements in virt-p2v man page.
       new  799b73a   Version 1.28.4.
       new  0d5eefd   Imported Upstream version 1.28.4
       new  e7ca5cf   build: Map host CPU 'powerpc64le' to qemu-system-ppc64.
       new  c395c8b   gobject: link against uninstalled libraries
       new  cd87f12   v2v: Disable autoreboot when converting Windows guests.
       new  02b8186   mllib: Add Common_utils.string_suffix function and extend test coverage.
       new  168bfcf   v2v: When picking a default kernel, favour non-debug kernels over debug kernels (RHBZ#1170073).
       new  6f55b22   builder: Add support for RHEL 3, RHEL 4.
       new  e35f507   fish: fix build warning when readline-devel is missing
       new  842ff72   v2v: Don't use epoch prefix on RPM command line for RHEL <= 4 (RHBZ#1170685).
       new  ba7db88   v2v: Fix missing loop device which breaks conversion of RHEL 3 guests (RHBZ#1171130).
       new  d5ca85f   v2v: Remove documentation about Windows Recovery Console not supported.
       new  97b20fe   v2v: Add documentation about what to do about BSOD 0x0000007B (RHBZ#1161333).
       new  aa56436   customize, sysprep: add a short SELinux note
       new  8715dce   p2v: wait for qemu-nbd before starting conversion (RHBZ#1167774)
       new  290cc3f   resize: fix 'No space left on device' problem when copying to an extended partition (RHBZ#1169015)
       new  8312ea2   arm: Use -cpu host on KVM.
       new  287b21f   builder: Add Fedora 21 image, remove RHEL 7 RC image.
       new  d89bbf1   v2v: linux: Fix modifications to default kernel for legacy grub.
       new  e312026   lib: Don't mention whitelist in guestfs_modprobe documentation.
       new  9b7e35a   p2v: show error dialog if virt-v2v fails (RHBZ#1167601)
       new  2d562dd   debug: add-domain: Dump XML of original domain.
       new  e7c1c1d   launch: libvirt: Fix labelling of overlay files.
       new  e36239d   New API: guestfs_c_pointer
       new  cd2c930   sparsify: C files are located in srcdir, not builddir.
       new  bf54bf7   v2v: C files are located in srcdir, not builddir.
       new  68881e5   builder: Try again to fix the infinitely recursive index-parse.h rule.
       new  0464efc   recipes: Tidy up section about hex-dumping and hex-editing sectors.
       new  45349e1   p2v: Rename authors.c, copying.c -> about-* to avoid confusion.
       new  7b46f74   p2v: Add more authors.
       new  7e4951a   v2v: Whitespace change.
       new  35f6715   v2v: Get passwords in domain XML (RHBZ#1174123).
       new  4b9fcc2   v2v: Password attr in domain XML should be 'passwd=' (RHBZ#1174123).
       new  b8dee0c   inspection: Recognise 'dnf' as the package manager in Fedora 22.
       new  653fa9c   tests: Fix memory leaks in test-add-libvirt-dom.
       new  2bcc909   p2v: avoid connecting to ourself while probing qemu-nbd (RHBZ#1167774)
       new  a51e200   diff/diff.c: diff output to show correct file handles and presence symbol
       new  f0ec293   Use -fno-strict-overflow throughout the build.
       new  a3c065b   p2v: virt-p2v-make-kickstart: Add URL example to the man page.
       new  bebd285   p2v: virt-p2v-make-kickstart(1): Fix various typos in the man page.
       new  4108b66   p2v: Document that virt-p2v-make-kickstart copies the virt-p2v binary into the kickstart.
       new  3042af3   builder: recommend use of --selinux-relabel
       new  f31dd22   is-blockdev: Clarify documentation (RHBZ#1175035).
       new  c7ac061   v2v: -o qemu: Replace List.iteri with iteri.
       new  c299a64   fish: Move 'is_true' function to library utilities.
       new  ff40885   v2v: Treat "oraclelinux" as if it was plain RHEL (RHBZ#1174280).
       new  0c717d8   v2v: -o libvirt: Replace List.mapi with mapi.
       new  a4c2a41   ping-daemon: Fix error in the description of this API (RHBZ#1175676).
       new  ba8179d   Version 1.28.5.
       new  1dc328e   Imported Upstream version 1.28.5

The 94 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.


-- 
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