Change logs for virt-manager source package in Jaunty

  • virt-manager (0.6.1-1ubuntu4) jaunty; urgency=low
    
      * Pass engine object to default_uri. (LP: #332108)
    
     -- Soren Hansen <email address hidden>   Mon, 02 Mar 2009 10:05:37 -0800
  • virt-manager (0.6.1-1ubuntu3) jaunty; urgency=low
    
      * uri_split is no longer available in connection.py. Use the one from
        virtinst.util instead. This fixes the hypervisor list's idea about whether
        a given connection is a session or system one.
    
     -- Soren Hansen <email address hidden>   Fri, 20 Feb 2009 16:41:40 +0100
  • virt-manager (0.6.1-1ubuntu2) jaunty; urgency=low
    
      * getuid() is in the os module, not the sys module (LP: #331835)
      * Update bzr reference in debian/control.
    
     -- Soren Hansen <email address hidden>   Fri, 20 Feb 2009 16:34:08 +0100
  • virt-manager (0.6.1-1ubuntu1) jaunty; urgency=low
    
      * Merge with Debian experimental. Remaining changes:
        - show_session_or_system_in_console.diff:
          + Make the overview screen show which local qemu session, you're connected
            to.
        - more_helpful_error_message.patch:
          + Explain to the user why he can't connect to qemu:///system and what he
            can do fix it. (LP #198957)
        - qemu-system-by-default.patch:
          + Automatcially add qemu:///system to the list of hypervisors if the user
            has write access to the UNIX socket. (LP #226899)
        - test_kvm_perms.patch:
          + Test read/write access to /dev/kvm before trying to create a new virtual
            machine and h/w acceleration is enabled, display a message about missing
            group membership if rw access fails.  (LP #187048)
        - Add dh_gconf call to properly register the schemas.
    
    virt-manager (0.6.1-1) experimental; urgency=low
    
      * [31465dc] allow non root users for ssh connections
      * [e43ed8a] Imported Upstream version 0.6.1 (Closes: #513290),
        has our non-root ssh patch (Closes: #505936)
      * [12f2cc7] drop patches
            * fixed upstream:
                  0007-populate-hostinfo-earlier-in-tick-function-so-it-isn.patch
            * applied ustream:
                  0002-check-for-qemu-session-instead-of-uid-0.patch
                  0003-start-network-if-it-s-not-already-active.patch
                  0004-cd-chooser-fixes.patch
                  0005-clear-list-of-optical-devices.patch
                  0006-fix-sorting-exceptions.patch
                  0008-qemu-session-can-t-write-to-the-pool-so-use-curren.patch
                  0009-allow-non-root-users-for-ssh-connections.patch
      * [2d72548] depend on recent virtinst helper
      * [4a55e79] remove files that we're added by the intial merge from
        ubuntu
    
     -- Soren Hansen <email address hidden>   Mon, 16 Feb 2009 11:40:55 +0100
  • virt-manager (0.6.0-6ubuntu1) jaunty; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - show_session_or_system_in_console.diff:
          + Make the overview screen show which local qemu session, you're connected
            to.
        - more_helpful_error_message.patch:
          + Explain to the user why he can't connect to qemu:///system and what he
            can do fix it. (LP #198957)
        - qemu-system-by-default.patch:
          + Automatcially add qemu:///system to the list of hypervisors if the user
            has write access to the UNIX socket. (LP #226899)
        - test_kvm_perms.patch:
          + Test read/write access to /dev/kvm before trying to create a new virtual
            machine and h/w acceleration is enabled, display a message about missing
            group membership if rw access fails.  (LP #187048)
        - libtool.diff:
          + Reran libtool to fix ftbfs.
        - Add dh_gconf call to properly register the schemas.
    
    virt-manager (0.6.0-6) unstable; urgency=low
    
      * Upload to unstable
      * [a43bbb1] version the libvirt-bin recommends need a recent version
        for storage pools
    
    virt-manager (0.6.0-5) experimental; urgency=low
    
      * [2c57e52] Don't try to use the storage pool with qemu:///session
        (Closes: #500260)
      * [62c6e49] add README.source
      * [87e5620] bump standards version to 3.8.0
    
    virt-manager (0.6.0-4) experimental; urgency=low
    
      * [e8d9a67] fix exceptions when sorting columns (0006-fix-sorting-
        exceptions.patch)
      * [677afb8] fix exception when opening a connection and "Automatically
        open consoles" is activated. Patch from upstream (0007-populate-
        hostinfo-....patch)
    
    virt-manager (0.6.0-3) experimental; urgency=low
    
      * [c77ca5a] depend on python-libvirt >= 0.4.6 we need libvirt >= 0.4.6
        for improved storage pool support
      * [e61e724] always select a proper element in the cd chooser and fill
        the list on reset. (0004-cd-chooser-fixes.patch) (Closes: #500263)
      * [e171231] clear list of optical devices on populate_media()
        otherwise we keep on adding the same device over and over again.
        (0005-clear-list-of-optical-devices.patch)
    
    virt-manager (0.6.0-2) experimental; urgency=low
    
      * [9fddc09] check for qemu session instead of uid != 0 allows to
        manage kvm/qemu network hardware as non root (0002-check-for-qemu-
        session-instead-of-uid-0.patch)
      * [8c96c5b] drop autogen_use_copy.diff
      * [588fcf5] start network if it's not already active (0003-start-
        network-if-it-s-not-already-active.patch) (Closes: #499867)
    
    virt-manager (0.6.0-1) experimental; urgency=low
    
      * [67d97e5] Imported Upstream version 0.6.0
      * [03a49b9] uses virtinst (>= 0.400.0)
      * [b59c12f] depend on python-gtk-vnc that hat the focus bugs fixed
      * [b1d46cd] refresh gconf-dir patch
      * [0b2b50f] drop ctrl_alt_del.diff - fixed upstream
    
    virt-manager (0.5.4-4) unstable; urgency=low
    
      * [10da8e8] fix ctrl-alt-delete (Closes: #495290) - thanks to Per
        Andersson
    
    virt-manager (0.5.4-3) unstable; urgency=low
    
      * [a45b8b5] Recommend libvirt-bin (Closes: #487872)
    
     -- Soren Hansen <email address hidden>   Mon, 24 Nov 2008 08:24:20 +0100
  • virt-manager (0.5.4-2ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - show_session_or_system_in_console.diff:
          + Make the overview screen show which local qemu session, you're connected
            to.
        - ctrl-alt-f9.patch:
          + Add Ctrl-Alt-F9 to the list of key combos you can send from the
            console.
        - more_helpful_error_message.patch:
          + Explain to the user why he can't connect to qemu:///system and what he
            can do fix it. (LP #198957)
        - restore_saved_images.patch:
          + Teach virt-manager to recognise libvirt qemu style saved vm's.
        - save_separate_connection.patch:
          + Use a separate connection to save vm state. (LP #201221)
        - virtio.patch
          + debian/patches/virtio.patch: update create.py to update virtio flag for
            disks and network interfaces.
        - debian/control: Depend on python-virtinst >= 0.300.2-0ubuntu4 to make
          virtio.patch work properly.
        - qemu-system-by-default.patch:
          + Automatcially add qemu:///system to the list of hypervisors if the user
            has write access to the UNIX socket. (LP #226899)
        - application_name_glade.patch:
          + Change attribute type in About dialog's glade file to correctly show the
            name of the application. (LP #206891)
        - test_kvm_perms.patch:
          + Test read/write access to /dev/kvm before trying to create a new virtual
            machine and h/w acceleration is enabled, display a message about missing
            group membership if rw access fails.  (LP #187048)
        - Add dh_gconf call to postinst to properly register the schemas.
    
    virt-manager (0.5.4-2) unstable; urgency=low
    
      * add XS-Python-Version and XB-Python-Version fields so we don't
        escape another python transition  (Closes: #480738) - thanks to
        Andreas B. Mundt
      * depend on recent virtinst (API change) and python-gtk-vnc for
        scaling
      * fix homepage URL
      * add Vcs-{Git,Browser} and Homepage fields
    
     -- Soren Hansen <email address hidden>   Thu, 26 Jun 2008 10:05:33 +0200