Search
j0ke.net Open Build Service
>
Projects
>
virtualization
>
virt-manager
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Added
virt-manager.changes
@@ -0,0 +1,286 @@ +------------------------------------------------------------------- +Tue Apr 29 17:52:16 MDT 2008 - dpmerrill@novell.com + +- Corrected gconf calls in spec file to fix build errors + +------------------------------------------------------------------- +Tue Apr 29 11:53:16 MDT 2008 - dpmerrill@novell.com + +- Added needsrootforbuild to spec file to fix build errors + +------------------------------------------------------------------- +Fri Apr 25 16:16:08 MDT 2008 - dpmerrill@novell.com + +- Fixed SendKey "PrintScreen" option + +------------------------------------------------------------------- +Thu Apr 24 16:42:16 MDT 2008 - dpmerrill@novell.com + +- Added python-gtk-devel and python-gobject2-devel to spec file + to reflect changes in OpenSuse11.0 + +------------------------------------------------------------------- +Tue Apr 22 13:57:10 MDT 2008 - dpmerrill@novell.com + +- Changed desktop file for starting from KDE (bnc#377277) + +------------------------------------------------------------------- +Mon Apr 21 15:57:47 MDT 2008 - dpmerrill@novell.com + +- Changed "SendKey" to send "Delete" instead of "Del" (bnc#381897) + +------------------------------------------------------------------- +Fri Apr 18 15:51:50 MDT 2008 - dpmerrill@novell.com + +- Added vncViewerMaxRetries to prevent showing expected libvirt + exceptions from cluttering the error log (bnc#366792) + +------------------------------------------------------------------- +Wed Apr 9 11:07:56 MDT 2008 - dpmerrill@novell.com + +- Changed vnc settings to prevent screen-saver lockup (bnc#253264) +- Added read-only option in Details->Hardware for adding cdroms + to prevent libvirt exceptions. (bnc#368204) (bnc#361990) + +------------------------------------------------------------------- +Fri Apr 4 17:52:11 MDT 2008 - dpmerrill@novell.com + +- Removed Virtual Network tab from host details page (bnc#364514) + +------------------------------------------------------------------- +Wed Apr 2 11:28:02 MDT 2008 - dpmerrill@novell.com + +- Fixed adding a virtual network to a vm (bnc#302663) + Also fixed errors caused by new dbus-1 release + +------------------------------------------------------------------- +Wed Mar 12 11:36:51 MDT 2008 - dpmerrill@novell.com + +- Added warning for attempting multiple installs (bnc#368278) + +------------------------------------------------------------------- +Wed Feb 20 13:59:20 MST 2008 - dpmerrill@novell.com + +- Added virtman-timewatch to minimize window after +- inactivity to work around memory leaks in GTK and DBus +- bnc#287366 (L3) + +------------------------------------------------------------------- +Thu Feb 14 16:38:43 MST 2008 - dpmerrill@novell.com + +- Changed virtman-xen-uri to correct the case where no +- connection param is passed in and uri is None +- bnc#362013 + +------------------------------------------------------------------- +Tue Feb 12 17:14:08 MST 2008 - dpmerrill@novell.com + +- Changed virtman-desktop and virtman-xen-uri to correct invalid +- parms being passed in from YaST - now sends "-c xen:///" +- bnc#361334 + +------------------------------------------------------------------- +Tue Feb 12 11:39:00 MST 2008 - dpmerrill@novell.com + +- Added virtman-detect to delay Hal signal connection until +- after device detection to prevent start-up delay +- bnc#361202 + +------------------------------------------------------------------- +Mon Feb 11 14:33:45 MST 2008 - dpmerrill@novell.com + +- Added virtman-pointer to set vnc to show only one pointer +- bnc#359799 + +------------------------------------------------------------------- +Sun Feb 3 17:59:22 MST 2008 - dpmerrill@novell.com + +- Added virtman-vminstall for connecting to vm-install +- and changed virtman-xen-uri.diff to force "xen:///" +- bnc#358400 + +------------------------------------------------------------------- +Sun Feb 3 14:13:14 MST 2008 - dpmerrill@novell.com + +- Added virtman-xen-uri.diff to fix problem starting vnc. +- virtman was getting confused between "xen" and "xen:///" uris. +- bnc#358397 + +------------------------------------------------------------------- +Sat Feb 2 02:02:30 MST 2008 - dpmerrill@novell.com + +- Added virtman-dbus-query.diff to work around a hal/dbus +- bug that crashes on QueryCapabilities() +- bnc#358324 + +------------------------------------------------------------------- +Thu Jan 31 10:27:51 MST 2008 - dpmerrill@novell.com + +- Added virtinst to finish resolving run-time dependencies +- bnc#355826 +- bnc#356999 + +------------------------------------------------------------------- +Wed Jan 23 14:13:42 MST 2008 - dpmerrill@novell.com + +- Changed package requirements in spec file Requires section. +- pygtk2 -> python-gtk +- gnome-python2-gconf -> python-gnome +- dbus-python -> dbus-1-python +- gnome-python2-gnomekeyring -> removed +- gnome-python2-gnomevfs -> removed +- python-virtinst -> removed +- pygtk2-libglade -> removed +- gtk-vnc-python -> python-gtk-vnc + +------------------------------------------------------------------- +Sat Jan 19 15:53:27 MST 2008 - dpmerrill@novell.com + +- Added new virt-manager version (0.5.3) to sle10-sp2-i386 +- (FATE Feature #302140) +------------------------------------------------------------------- +Thu Aug 16 16:24:39 MDT 2007 - ccoffing@novell.com + +- Update virt-manager to match vm-install changes due to #279153. + +------------------------------------------------------------------- +Mon Jul 9 13:19:09 MDT 2007 - ccoffing@novell.com + +- Properly attach and detach CDs to running VM. (#289393) + +------------------------------------------------------------------- +Wed May 9 15:40:00 MDT 2007 - ccoffing@novell.com + +- Update .desktop with proper group. (#258600) + +------------------------------------------------------------------- +Fri May 4 11:54:18 MDT 2007 - ccoffing@novell.com + +- Fix syntax error ("NOne" should be "None"), which caused + unnecessary VNC connection failures in virt-manager. (#237406) + +------------------------------------------------------------------- +Wed May 2 09:24:21 MDT 2007 - ccoffing@novell.com + +- Drop virtman-xenstored-thrashing.diff, to change the default + refresh rate from 5 seconds back to 1 second. It is more + important to have up-to-date knowledge of VMs (to ensure consoles + can be opened, etc) rather than trying to lessen virt-manager's + processor load. (#270761) + +------------------------------------------------------------------- +Tue Apr 10 14:19:36 MDT 2007 - ccoffing@novell.com + +- Remove code that (incorrectly) guesses the vnc port. (#259692) +- Do not refresh GUI every second (which causes xenstored to not + thrash so badly, which makes virt-manager more responsive and + less likely to time out or lock up). Partial fix for #237406. +- Import changeset 440, which makes virt-manager honor dom0's + keymap. (#241149) +- Revert patch for bug #244772, because it causes lockups, as + noted in bug #261110. +- Fix attaching disks to running VM. (#238986) + +------------------------------------------------------------------- +Wed Mar 28 11:37:48 MDT 2007 - ccoffing@novell.com + +- Update icon filename. + +------------------------------------------------------------------- +Tue Mar 13 15:25:13 MDT 2007 - ccoffing@novell.com + +- Import threading and timer tick patches from upstream to improve + stability. (#237406 and others) +- Do not offer QEMU option. (#254083) + +------------------------------------------------------------------- +Mon Mar 12 08:44:33 MDT 2007 - ccoffing@novell.com + +- Update virt-manager to match changes in vm-install's disk class,