Change logs for virt-manager source package in Vivid

  • virt-manager (1:1.0.1-5ubuntu1) vivid; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - debian/control:
            + Depend on gir1.2-appindicator3-0.1 for appindicator support.
            + Switch gir1.2-vte-2.90 to 2.91.
            + Add lsb-release to Build-Depends so we can detect whether we're
              running on Ubuntu or Debian.
            + Change Recommends to libvirt-bin instead of libvirt-daemon-system
              which isn't available in Ubuntu
            + Bump standards version to 3.9.6.
        - debian/rules:
            + Set qemu user to libvirt-qemu so appropriate permissions get set.
            + Set the preferred distro so we appear first in the list.
        - d/p/0001-serialcon-Drop-use-of-yet-more-removed-API.patch,
        - d/p/0001-serialcon-Remove-some-redundant-VTE-API-calls.patch: Cherry-pick
          two patches from upstream to stop using API removed in VTE 2.91.
        - d/p/dont-force-keyboard-grabs.patch: don't force keyboarb grab before
          widget is realized
        - d/p/prevent-access-to-deleted-objects.patch: prevent access to deleted
          objects
        - d/p/more_helpful_error_message.patch: explain to the user why connecting
          to qemu:///system failed and how to fix it.
        - d/p/use_ubuntu_package_names.patch: Suggest installing the packages that
          are actually available in Ubuntu.
        - d/p/uefi_support.patch: ugly hack to add a UEFI firmware option.
        - d/p/virtinst/9004_ubuntu_fix_tree_support.patch: Fix tree detection for
          all ISO/HTTP source, to not longer fail with cobbler/koan.
        - d/p/virtinst/9005_ubuntu_releases.patch: add Trusty, updated support
          status, and switch back to cirrus by default to get a reasonable screen
          size during installation.
        - d/p/virtinst/9006_fix_path_to_qemu-dm.patch: drop the full path from
          qemu-dm as already done for hvmloader and pygrub. The Xen tools will
          handle this and add the missing path.
        - d/p/add_qemu_binaries.patch: add the actual binary name from the qemu
          packages so default hypervisor detection works properly on first run.
        - d/p/fix_changing_graphics_type.patch: fix changing the graphics type in
          the details dialog.
        - d/p/hook_into_domain_balloon_event.patch: properly hook into hotplug
          events so memory size gets updated.
        - d/p/fix_showing_vcpus.patch: display the right number of vcpus in the
          customize dialog.
        - d/p/fix_whitespace_in_storage_name.patch: Fix using storage when the
          directory name contains whitespace
        - d/p/mark-libvirt-lxc: Clearly mark the LXC connections as being
          libvirt-lxc, to avoid confusion due to differing features and
          configurations.
        - d/p/leave-mnemonics-alone-on-focus-change.patch: Leave
          gtk-enable-mnemonics setting alone under Unity when windows change focus.
        - d/p/add-support-for-ppc64le: cherrypick two patches to fix virt-install
          for ppc64le
        - d/p/fix-page-visibilities.patch: fix a page visibility issue resulting
          in stuck grabs.
        - Refreshed:
          - d/p/details-Fix-changing-graphics-type-bz-1083903.patch
          - d/p/fix-removable-drive-support.patch
          - d/p/Make-SpiceClientGtk-optional.patch
        - add data/icons/32x32/actions/vm_clone_wizard.png to match rest of UI. This
          was adapted from Debian bug
      * debian/patches/Make-sure-we-use-a-binary-compatible-version-of-vte.patch:
        Use vte 2.91; we've cherry-picked patches to support this.
    
    virt-manager (1:1.0.1-5) unstable; urgency=medium
    
      * [b58bb6a] Add virt-xml (Closes: #775399)
      * [44b9a97] Switch qemu recommendation to qemu-utils.  We only need the
        command line tools.
      * [5eabe1d] Make sure we use a binary compatible version of vte.  Thanks to
        Vincent Danjean for the detailed report (Closes: #781127)
     -- Iain Lane <email address hidden>   Thu, 16 Apr 2015 11:27:11 +0100
  • virt-manager (1:1.0.1-4ubuntu5) vivid; urgency=medium
    
      * debian/patches/fix-page-visibilities.patch: updated to final version
        committed upstream.
     -- Marc Deslauriers <email address hidden>   Tue, 24 Mar 2015 12:52:24 -0400
  • virt-manager (1:1.0.1-4ubuntu4) vivid; urgency=medium
    
      * debian/control: Change Recommends to libvirt-bin instead of
        libvirt-daemon-system which isn't available in Ubuntu (LP: #1435301)
     -- Marc Deslauriers <email address hidden>   Mon, 23 Mar 2015 08:10:52 -0400
  • virt-manager (1:1.0.1-4ubuntu3) vivid; urgency=medium
    
      * debian/patches/fix-page-visibilities.patch: fix a page visibility issue
        resulting in stuck grabs.
     -- Marc Deslauriers <email address hidden>   Fri, 13 Mar 2015 08:54:48 -0400
  • virt-manager (1:1.0.1-4ubuntu2) vivid; urgency=medium
    
      * cherrypick two patches to fix virt-install for ppc64le (LP: #1374558)
     -- Serge Hallyn <email address hidden>   Thu, 05 Feb 2015 15:09:46 -0600
  • virt-manager (1:1.0.1-4ubuntu1) vivid; urgency=low
    
      [ Chris J Arges ]
      * Merge from Debian unstable.  Remaining changes:
        - debian/control: Depend on gir1.2-appindicator3-0.1 for appindicator
          support.
        - debian/control: Switch gir1.2-vte-2.90 to 2.91.
        - debian/control: Add lsb-release to BuildDepends so we can detect
          whether we're running on Ubuntu or Debian.
        - debian/rules: Set qemu user to libvirt-qemu so appropriate
          permissions get set.
        - debian/rules: Set the preferred distro so we appear first in the
          list.
        - d/p/0001-serialcon-Drop-use-of-yet-more-removed-API.patch,
        - d/p/0001-serialcon-Remove-some-redundant-VTE-API-calls.patch: Cherry-pick
          two patches from upstream to stop using API removed in VTE 2.91.
        - d/p/dont-force-keyboard-grabs.patch: don't force keyboarb grab before
          widget is realized
        - d/p/prevent-access-to-deleted-objects.patch: prevent access to deleted
          objects
        - d/p/more_helpful_error_message.patch: explain to the user why connecting
          to qemu:///system failed and how to fix it.
        - d/p/use_ubuntu_package_names.patch: Suggest installing the packages that
          are actually available in Ubuntu.
        - d/p/uefi_support.patch: ugly hack to add a UEFI firmware option.
        - d/p/virtinst/9004_ubuntu_fix_tree_support.patch: Fix tree detection for
          all ISO/HTTP source, to not longer fail with cobbler/koan.
        - d/p/virtinst/9005_ubuntu_releases.patch: add Trusty, updated support
          status, and switch back to cirrus by default to get a reasonable screen
          size during installation.
        - d/p/virtinst/9006_fix_path_to_qemu-dm.patch: drop the full path from
          qemu-dm as already done for hvmloader and pygrub. The Xen tools will
          handle this and add the missing path.
        - d/p/add_qemu_binaries.patch: add the actual binary name from the qemu
          packages so default hypervisor detection works properly on first run.
        - d/p/fix_changing_graphics_type.patch: fix changing the graphics type in
          the details dialog.
        - d/p/hook_into_domain_balloon_event.patch: properly hook into hotplug
          events so memory size gets updated.
        - d/p/fix_showing_vcpus.patch: display the right number of vcpus in the
          customize dialog.
        - d/p/fix_whitespace_in_storage_name.patch: Fix using storage when the
          directory name contains whitespace
        - d/p/mark-libvirt-lxc: Clearly mark the LXC connections as being
          libvirt-lxc, to avoid confusion due to differing features and
          configurations.
        - d/p/leave-mnemonics-alone-on-focus-change.patch: Leave
          gtk-enable-mnemonics setting alone under Unity when windows change focus.
        - Refreshed:
          - d/p/details-Fix-changing-graphics-type-bz-1083903.patch
          - d/p/fix-removable-drive-support.patch
          - d/p/Make-SpiceClientGtk-optional.patch
      * Bump standards version to 3.9.6.
      * add data/icons/32x32/actions/vm_clone_wizard.png to match rest of UI. This
        was adapted from Debian bug (Closes: #763698)
    
    virt-manager (1:1.0.1-4) unstable; urgency=medium
    
      * [8b6f491] Drop Gtk2 only python-spice-client-gtk
      * [1006788] Make SpiceClientGtk optional (Closes: #763623)
      * [7da9c44] Recommend livbirt-daemon-system (Closes: #768000)
    
    virt-manager (1:1.0.1-3) unstable; urgency=medium
    
      * [da12f60] details: Fix changing graphics type (bz 1083903)
        (Closes: #764880)
      * [d81fd3c] Don't enable usb redirection into the guest by default
        (Closes: #764894)
    
    virt-manager (1:1.0.1-2.1) unstable; urgency=medium
    
      * Non-maintainer upload, with permission from maintainer.
      * fix-removable-drive-support.patch: new patch, cherry-picked from upstream
        (Closes: #764508).
    
    virt-manager (1:1.0.1-2) unstable; urgency=medium
    
      * Upload to unstable
      * [3fb8054] Drop long unused quilt from build-deps
      * [27878eb] Move GConf values to GSettings (Closes: #740047)
    
    virt-manager (1:1.0.1-1) experimental; urgency=medium
    
      * [f36ee97] Version gtk-3.0 build-dep.
        Thanks to Paul Wise (Closes: #740048)
      * [b82bf86] New upstream version 1.0.1
        Closes: #758470
      * [52b2fdd] Recommend libvirt-daemon instead of libvirt-bin. This pulls in
        fewer dependencies and is sufficient to run qemu/kvm instances as
        non-root.
     -- Chris J Arges <email address hidden>   Wed, 21 Jan 2015 14:23:49 -0600
  • virt-manager (1:1.0.1-0ubuntu3) vivid; urgency=medium
    
      * 0001-serialcon-Drop-use-of-yet-more-removed-API.patch,
        0001-serialcon-Remove-some-redundant-VTE-API-calls.patch: Cherry-pick two
        patches from upstream to stop using API removed in VTE 2.91.
      * debian/control: Switch gir1.2-vte-2.90 to 2.91.
     -- Iain Lane <email address hidden>   Fri, 14 Nov 2014 18:09:28 +0000
  • virt-manager (1:1.0.1-0ubuntu2) utopic; urgency=medium
    
      * debian/patches/dont-force-keyboard-grabs.patch: don't force keyboard
        grab before widget is realized
      * debian/patches/prevent-access-to-deleted-objects.patch: prevent access
        to deleted objects
     -- Marc Deslauriers <email address hidden>   Wed, 09 Jul 2014 11:43:48 -0400