[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.28.4 created (now 69cc0cd)

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


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

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

        at  69cc0cd   (tag)
   tagging  0d5eefd0d05e3d4858b326c3e0728ed6fa9f7da7 (commit)
  replaces  upstream/1.28.3
 tagged by  Hilko Bengen
        on  Mon Dec 1 08:13:27 2014 +0100

- Log -----------------------------------------------------------------
Upstream version 1.28.4

Hilko Bengen (1):
      Imported Upstream version 1.28.4

Hu Tao (4):
      btrfs: correct words about subvolume and snapshot
      generator: force longdesc to begin with uppercase
      typo fix: preceeding -> preceding
      typo fix: commmand -> command

Nikos Skalkotos (1):
      inspection: deb: Seperate epoch field from version

Pino Toscano (2):
      build: mllib: put $(LIBTINFO_LIBS) within '...'
      src: inspect: move read_package within the -Wno-cast-align block

Richard W.M. Jones (38):
      ocaml: Remove *.annot files when doing 'make clean'.
      v2v: Rename source field 's_dom_type' to 's_hypervisor'.
      v2v: Make source s.hypervisor field type-safe.
      v2v: Comment change.
      v2v: Simplify calculation of Mbps in verbose output.
      Fix minor typo in release notes (RHBZ#1164697).
      Fix description of 'set_append' and 'get_append' APIs (RHBZ#1164732).
      inspection: Get icons from RHEL and CentOS 7 (RHBZ#1164619).
      inspection: Allow /etc/favicon.png to be a symbolic link (RHBZ#1164619).
      inspection: rpm: Return Epoch field of RPMs in application data.
      v2v: -i ova: XML is case-sensitive, so replace 'InstanceId' with 'InstanceID'.
      v2v: Don't use <target dev> attribute, use <target bus> instead.
      v2v: Don't change Augeas device entries unless the value has changed.
      v2v: linux: Print block device map in verbose mode.
      v2v: linux: Always match partition number in regexp.
      v2v: linux: Refactor device replacement code.
      v2v: linux: In verbose mode, add dracut --verbose parameter.
      v2v: linux: Remap device names in /boot/grub2/device.map (RHBZ#1165975).
      v2v: linux: Delete the LVM cache which may reference old devices (RHBZ#1164853).
      appliance: Create tmpfiles before running udev.
      appliance: When running systemd-tmpfiles, pass --boot option (RHBZ#1165785).
      p2v: Remove --fullscreen option.
      p2v: gui: Get the correct button for cancel_button.
      p2v: Add 'Reboot' button to the GUI (RHBZ#1165564).
      p2v: Disable "Cancel Conversion" button after the conversion (RHBZ#1165569).
      p2v: Make the "Cancel Conversion" button work (RHBZ#1165569).
      p2v: Include version and md5sum in kickstart.
      ntfsresize: Capture errors sent to stdout (RHBZ#1166618).
      v2v: -i ova: Remove incorrect warning for disks that have no parent controller (RHBZ#1167302).
      daemon: blockdev: Allow extraarg to be 0.
      v2v: -i ova: Small correction to warning message.
      p2v: Add HACKING file.
      v2v: Fix command line --help output for --no-trim option.
      Add HACKING file to EXTRA_DIST.
      configure: Require yajl >= 2.0.4 (RHBZ#1169045).
      p2v: Mention sshd_config setting in the manual page.
      p2v: Refer to virt-v2v resource requirements in virt-p2v man page.
      Version 1.28.4.

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

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

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