virt-manager (1:1.2.1-4ubuntu1) xenial; urgency=medium

  * Merge from Debian. Remaining changes: (LP: #1409309)
    - debian/control:
        + Depend on gir1.2-appindicator3-0.1 for appindicator support.
        + 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/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/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/leave-mnemonics-alone-on-focus-change.patch: Leave
      gtk-enable-mnemonics setting alone under Unity when windows change
      focus.
    - 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/add_qemu_binaries.patch: add the actual binary name from the qemu
      packages so default hypervisor detection works properly on first run.
    - d/p/Make-sure-we-use-a-binary-compatible-version-of-vte.patch: Use
      vte 2.91.
  * Dropped patches included upstream:
    - 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/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/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.
  * Other dropped patches:
    - d/p/uefi_support.patch: upstream now has built in support.
    - d/p/virtinst/9004_ubuntu_fix_tree_support.patch: this patch is
      broken, needs fixing.
    - d/p/virtinst/9005_ubuntu_releases.patch: virt-manager no longer
      handles release information directly.
  * debian/patches/use_qxl_for_ubuntu.patch: use qxl by default for Ubuntu
    VMs, it seems to work better than vmvga now.
  * debian/patches/prefer-qemu.patch: Prefer QEMU as the default URI, even
    if it's not installed.

virt-manager (1:1.2.1-4) unstable; urgency=medium

  [ Andreas Henriksson ]
  * [7bad478] Use gir1.2-vte-2.91 (Closes: #788030)

  [ Guido Günther ]
  * [a6bb92c] Bump standards version
  * [52633df] Add gbp.conf

virt-manager (1:1.2.1-3) unstable; urgency=medium

  * [1cc4133] Depend on gir1.2-libosinfo-1.0 (Closes: #796723)

virt-manager (1:1.2.1-2) unstable; urgency=medium

  * Upload to unstable

virt-manager (1:1.2.1-1) experimental; urgency=medium

  * [8724eb5] Adjust watch file to new domain
  * [d8ca559] New upstream version 1.2.1 (Closes: #792876, #693969)
  * [6b3e71a] Rediff patches.
      Dropped
        Move-GConf-values-to-GSettings.patch: Applied upstream
        fix-removable-drive-support.patch: Fixed upstream
        details-Fix-changing-graphics-type-bz-1083903.patch: Fixed upstream
  * [1fa988a] Drop virt-inst abandoned upstream

virt-manager (1:1.0.1-6) experimental; urgency=medium

  * [170df9b] Don't rm /usr/share/virt-manager.  This dates back to the
    original import in 2007. (Closes: #793601)

Date: Tue, 08 Dec 2015 13:14:50 -0500
Changed-By: Marc Deslauriers <marc.deslauri...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/virt-manager/1:1.2.1-4ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 08 Dec 2015 13:14:50 -0500
Source: virt-manager
Binary: virt-manager virtinst
Architecture: source
Version: 1:1.2.1-4ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Marc Deslauriers <marc.deslauri...@ubuntu.com>
Description:
 virt-manager - desktop application for managing virtual machines
 virtinst   - Programs to create and clone virtual machines
Closes: 693969 788030 792876 793601 796723
Launchpad-Bugs-Fixed: 1409309
Changes:
 virt-manager (1:1.2.1-4ubuntu1) xenial; urgency=medium
 .
   * Merge from Debian. Remaining changes: (LP: #1409309)
     - debian/control:
         + Depend on gir1.2-appindicator3-0.1 for appindicator support.
         + 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/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/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/leave-mnemonics-alone-on-focus-change.patch: Leave
       gtk-enable-mnemonics setting alone under Unity when windows change
       focus.
     - 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/add_qemu_binaries.patch: add the actual binary name from the qemu
       packages so default hypervisor detection works properly on first run.
     - d/p/Make-sure-we-use-a-binary-compatible-version-of-vte.patch: Use
       vte 2.91.
   * Dropped patches included upstream:
     - 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/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/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.
   * Other dropped patches:
     - d/p/uefi_support.patch: upstream now has built in support.
     - d/p/virtinst/9004_ubuntu_fix_tree_support.patch: this patch is
       broken, needs fixing.
     - d/p/virtinst/9005_ubuntu_releases.patch: virt-manager no longer
       handles release information directly.
   * debian/patches/use_qxl_for_ubuntu.patch: use qxl by default for Ubuntu
     VMs, it seems to work better than vmvga now.
   * debian/patches/prefer-qemu.patch: Prefer QEMU as the default URI, even
     if it's not installed.
 .
 virt-manager (1:1.2.1-4) unstable; urgency=medium
 .
   [ Andreas Henriksson ]
   * [7bad478] Use gir1.2-vte-2.91 (Closes: #788030)
 .
   [ Guido Günther ]
   * [a6bb92c] Bump standards version
   * [52633df] Add gbp.conf
 .
 virt-manager (1:1.2.1-3) unstable; urgency=medium
 .
   * [1cc4133] Depend on gir1.2-libosinfo-1.0 (Closes: #796723)
 .
 virt-manager (1:1.2.1-2) unstable; urgency=medium
 .
   * Upload to unstable
 .
 virt-manager (1:1.2.1-1) experimental; urgency=medium
 .
   * [8724eb5] Adjust watch file to new domain
   * [d8ca559] New upstream version 1.2.1 (Closes: #792876, #693969)
   * [6b3e71a] Rediff patches.
       Dropped
         Move-GConf-values-to-GSettings.patch: Applied upstream
         fix-removable-drive-support.patch: Fixed upstream
         details-Fix-changing-graphics-type-bz-1083903.patch: Fixed upstream
   * [1fa988a] Drop virt-inst abandoned upstream
 .
 virt-manager (1:1.0.1-6) experimental; urgency=medium
 .
   * [170df9b] Don't rm /usr/share/virt-manager.  This dates back to the
     original import in 2007. (Closes: #793601)
Checksums-Sha1:
 0c969328b5c0e8d1b85f47cad2efb9d9f61eacbb 2203 virt-manager_1.2.1-4ubuntu1.dsc
 15c9a719d2549c109a659bfad6d5fe244e461176 2524812 virt-manager_1.2.1.orig.tar.gz
 edbf9b45c6983b579d4953cdb03c399256578485 23216 
virt-manager_1.2.1-4ubuntu1.debian.tar.xz
Checksums-Sha256:
 d96f6d1f732071fc93bb2f32189ecb1bfa6022edd19fa8f645777307e8f7ebef 2203 
virt-manager_1.2.1-4ubuntu1.dsc
 74bba80e72e5e1b4d84f1d5b7211b874e9c4ae00a0a44149d1721acab38ce6be 2524812 
virt-manager_1.2.1.orig.tar.gz
 189b5978a055fc3cf4f6307cae4a0e666c8d0ba3a247f08196bd41fc62096e83 23216 
virt-manager_1.2.1-4ubuntu1.debian.tar.xz
Files:
 8e2e6efbd78f48639cf46e4b300e510a 2203 admin optional 
virt-manager_1.2.1-4ubuntu1.dsc
 c8045da517e7c9d8696e22970291c55e 2524812 admin optional 
virt-manager_1.2.1.orig.tar.gz
 c86fa8b4e35279aa580ee012b4c19745 23216 admin optional 
virt-manager_1.2.1-4ubuntu1.debian.tar.xz
Original-Maintainer: Debian Libvirt Maintainers 
<pkg-libvirt-maintain...@lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWZzeHAAoJEGVp2FWnRL6Tgx8P/2yD1TYHlN1RVr2DMV97oO7l
+sv+5r5ZgNnVDy3Isie+6IywMYDq2aM6HE0Tdbu9l6JISaw5h6nOWJh1pB9pmS0L
tFeZxCHW3KGlqMJxuCeKTZuBgUpX2RQ0BbH9GJMQ1vRkJk/+y+mNRta88rGhTlaS
JonZddFVGbP6ay7EjQ5F7sYpobu4n4I2HerxR7/HMNxrftDQ7B8J2uL3ljWiJ+bu
wJcEC84ohOLIvw1Ozp+mua3ffLh8kH5ocmFeiceNtQqnIvaFcwhPaQ4wxPE9L4EV
CRpEygzkofn2anGl3GBxf9eXKsaIiTu67I8YgEz6h9aLJCxZUbVliuIcxS77QCOw
/AIEiLFeh4o6u5qaNlAEqiRlboK3FyrfZ1Al10BCdUdij3Nzjs73y0mufYg5dC9G
M10nY/BhIa1M2n3B8ewuxGZtf52cOWEWxinzDFbqr4SZQRzNL8425RnlZBQPIJPZ
Kw6RLArXeHe5QBzvY1HdUgWYEaG75hnwSqeOOLbGfZ5opJvmDdBi7EIlVinhe+Zs
YV2eXO3XcB+nWhw8zRBypdTAC4UKIim/lRhRkwABmzihEXm+R7kbTR+3PE81EdGd
FYd0MKLobbCRqXPVRP2CK5Cplg0dx7ltp9IQIh2S5B5XhM/6jfv+F7WWcUVmdRC9
gAWmhI4nipRUG5CIPr91
=MsVc
-----END PGP SIGNATURE-----
-- 
Xenial-changes mailing list
Xenial-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xenial-changes

Reply via email to