From a9bf4d948bea3fcb87301c316a881517245436a80757117ab1f4e02539076b1a Mon Sep 17 00:00:00 2001 From: Michal Seben Date: Thu, 23 Dec 2010 17:54:32 +0000 Subject: [PATCH] =?UTF-8?q?-=20Redesigned=20user=20interface=20with=20gues?= =?UTF-8?q?t=20window=20preview=20(also=20for=20screenshots)=20=20=20=20?= =?UTF-8?q?=20-=20New=20=E2=80=9Cscale=E2=80=9D=20display=20mode=20with=20?= =?UTF-8?q?scaled=20guest=20display=20=20=20=20=20-=20Support=20for=20crea?= =?UTF-8?q?ting=20and=20starting=20.vbox=20desktop=20shortcuts=20(bug=20#1?= =?UTF-8?q?889)=20=20=20=20=20-=20The=20VM=20list=20is=20now=20sortable=20?= =?UTF-8?q?=20=20=20=20-=20Machines=20can=20now=20be=20deleted=20easily=20?= =?UTF-8?q?without=20a=20trace=20including=20snapshots=20and=20saved=20sta?= =?UTF-8?q?tes,=20=20=20=20=20=20=20and=20optionally=20including=20attache?= =?UTF-8?q?d=20disk=20images=20(bug=20#5511;=20also,=20VBoxManage=20unregi?= =?UTF-8?q?stervm=20--delete=20can=20do=20the=20same=20now)=20=20=20=20=20?= =?UTF-8?q?-=20Intel=20ICH9=20chipset=20with=20three=20PCI=20buses,=20PCI?= =?UTF-8?q?=20Express=20and=20Message=20Signaled=20Interrupts=20(MSI)=20?= =?UTF-8?q?=20=20=20=20-=20Intel=20HD=20Audio,=20for=20better=20support=20?= =?UTF-8?q?of=20modern=20guest=20operating=20systems=20(e.g.=2064-bit=20Wi?= =?UTF-8?q?ndows;=20bug=20#2785)=20=20=20*=20Improvements=20to=20OVF=20sup?= =?UTF-8?q?port=20:=20=20=20=20=20-=20Open=20Virtualization=20Format=20Arc?= =?UTF-8?q?hive=20(OVA)=20support=20=20=20=20=20-=20Significant=20performa?= =?UTF-8?q?nce=20improvements=20during=20export=20and=20import=20=20=20=20?= =?UTF-8?q?=20-=20Creation=20of=20the=20manifest=20file=20on=20export=20is?= =?UTF-8?q?=20optional=20now=20=20=20=20=20-=20Imported=20disks=20can=20ha?= =?UTF-8?q?ve=20formats=20other=20than=20VMDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=6 --- virtualbox.changes | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/virtualbox.changes b/virtualbox.changes index e6aeedd..14250b2 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -6,22 +6,22 @@ Thu Dec 23 17:43:05 UTC 2010 - mseben@gmail.com * Reorganization of VirtualBox into a base package and Extension Packs * New settings/disk file layout for VM portability; see chapter 10.1, Where VirtualBox stores its files * Major rework of the GUI (now called “VirtualBox Manager”): - * Redesigned user interface with guest window preview (also for screenshots) - * New “scale” display mode with scaled guest display - * Support for creating and starting .vbox desktop shortcuts (bug #1889) - * The VM list is now sortable - * Machines can now be deleted easily without a trace including snapshots and saved states, - and optionally including attached disk images (bug #5511; also, VBoxManage unregistervm --delete can do the same now) + - Redesigned user interface with guest window preview (also for screenshots) + - New “scale” display mode with scaled guest display + - Support for creating and starting .vbox desktop shortcuts (bug #1889) + - The VM list is now sortable + - Machines can now be deleted easily without a trace including snapshots and saved states, + and optionally including attached disk images (bug #5511; also, VBoxManage unregistervm --delete can do the same now) * Built-in creation of desktop file shortcuts to start VMs on double click (bug #2322) * VMM: support more than 1.5/2 GB guest RAM on 32-bit hosts * New virtual hardware: - * Intel ICH9 chipset with three PCI buses, PCI Express and Message Signaled Interrupts (MSI) - * Intel HD Audio, for better support of modern guest operating systems (e.g. 64-bit Windows; bug #2785) - * Improvements to OVF support - * Open Virtualization Format Archive (OVA) support - * Significant performance improvements during export and import - * Creation of the manifest file on export is optional now - * Imported disks can have formats other than VMDK + - Intel ICH9 chipset with three PCI buses, PCI Express and Message Signaled Interrupts (MSI) + - Intel HD Audio, for better support of modern guest operating systems (e.g. 64-bit Windows; bug #2785) + * Improvements to OVF support : + - Open Virtualization Format Archive (OVA) support + - Significant performance improvements during export and import + - Creation of the manifest file on export is optional now + - Imported disks can have formats other than VMDK * Resource control: added support for limiting a VM’s CPU time and IO bandwidth * Storage: support asynchronous I/O for iSCSI, VMDK, VHD and Parallels images * Storage: support for resizing VDI and VHD images.