forked from pool/virtualbox
Accepting request 323675 from Virtualization
Version bump to 5.0.2 (released 2015-08-13 by Oracle) A number of problems were fixed and/or added. In particular, the artifically high load average problem reported as bsc#939299 has been fixed. The complete list follows: VMM: added support for guest crash report MSRs with Hyper-V paravirtualization VMM: fixed an issue causing artifically high load averages on Linux hosts VMM: fixed a kernel panic with thread-context hooks caused by incompatible changes made to Linux 4.2 kernels VMM: fixed a saved state issue with VT-x/AMD-V disabled (5.0 regression; bug #14304) VMM: fixed VERR_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED Guru Meditations on certain AMD CPUs (5.0 regression; bug #14370) VMM: fixed a crash while creating a guest core dumps via the VM debug facility (5.0 regression) VMM: This release has AVX2 passthrough disabled on every host and AVX passthrough disabled for 64-bit VMs on 32-bit hosts. This will be properly fixed in a future 5.0.x maintenance release (see e.g. bug #14262). GUI: fixed rare hang and crash on VM shutdown/poweroff GUI: X11: fixed few crashes caused by the Qt alien widgets feature GUI: X11: fixed various mini-toolbar geometry quirks like positioning, z-order, transiency issues on certain window managers (bug #14257) GUI: X11: fixed mini-toolbar minimize button issue under certain window managers (bug #14284) GUI: VM menu actions availability should now be properly updated on full-screen/seamless/scaled mode switches GUI: disk encryption password validation should be performed when user confirmed the password, not after each entered symbol GUI: do not change the VM/group selection in the VM Manager to the newly created VM if it was created by another client (e.g. VBoxManage) GUI: improve the quality in scaled mode under some circumstances (5.0 regression; bug #14303) VBoxManage: do not deny changing the network adapter type at VM runtime (5.0 regression; bug #14308) VRDP: allow Windows 10 RDP clients (bug #14216) Audio: fix a possible crash on VM process termination (5.0 regression) Storage: improved raw disk access on OS X by unmounting any accessed volume before first use and prevent any mount attempt by the host (bug #14219) 3D: basic support for saving/restoring display lists Shared Folders: fixed a problem with accessing CIFS shares (bug #14252) Shared Folders: improved path conversion between hosts and guests with different path separators (bug #14153) API: skip resetting of immutable media when the VM in saved state is started (bug #13957) API: fixed method for setting medium IDs which used zero (invalid) UUIDs instead random (valid) UUIDs if no UUIDs were passed (bug #14350) API: for Windows host fix detection of API client crashes which have a session open OVF: properly export all VBox features including the setting for paravirtualization (bug #14390) OBS-URL: https://build.opensuse.org/request/show/323675 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=104
This commit is contained in:
commit
2b007188d8
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26951845eebbee76a4a62b28687e74ad318ba1e790d1d8486cb8b37cf04d3cd0
|
||||
size 3446131
|
||||
oid sha256:7661cde9d0c563c7de9a4138547bcced0f167f7a1766359d5df6f77c11456cb0
|
||||
size 3451796
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9de1c7b7a4a0dc28aa61960e3f15c3f094d9a0e7c86c7fb5c0bb3baf81cf9fa
|
||||
size 75420734
|
3
VirtualBox-5.0.2-patched.tar.bz2
Normal file
3
VirtualBox-5.0.2-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:733ad025e85dd05c32b85edcec0e19f4626cb6c8e5943047a9f4c28c5be98347
|
||||
size 75506765
|
@ -2,7 +2,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="M">3800</size>
|
||||
<size unit="M">4000</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</constraints>
|
||||
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 14 13:23:25 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
Version bump to 5.0.2 (released 2015-08-13 by Oracle)
|
||||
|
||||
A number of problems were fixed and/or added. In particular, the artifically high load average
|
||||
problem reported as bsc#939299 has been fixed. The complete list follows:
|
||||
|
||||
VMM: added support for guest crash report MSRs with Hyper-V paravirtualization
|
||||
VMM: fixed an issue causing artifically high load averages on Linux hosts
|
||||
VMM: fixed a kernel panic with thread-context hooks caused by incompatible changes made to Linux 4.2 kernels
|
||||
VMM: fixed a saved state issue with VT-x/AMD-V disabled (5.0 regression; bug #14304)
|
||||
VMM: fixed VERR_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED Guru Meditations on certain AMD CPUs (5.0 regression; bug #14370)
|
||||
VMM: fixed a crash while creating a guest core dumps via the VM debug facility (5.0 regression)
|
||||
VMM: This release has AVX2 passthrough disabled on every host and AVX passthrough disabled for 64-bit VMs on 32-bit hosts.
|
||||
This will be properly fixed in a future 5.0.x maintenance release (see e.g. bug #14262).
|
||||
GUI: fixed rare hang and crash on VM shutdown/poweroff
|
||||
GUI: X11: fixed few crashes caused by the Qt alien widgets feature
|
||||
GUI: X11: fixed various mini-toolbar geometry quirks like positioning, z-order, transiency issues on certain window managers (bug #14257)
|
||||
GUI: X11: fixed mini-toolbar minimize button issue under certain window managers (bug #14284)
|
||||
GUI: VM menu actions availability should now be properly updated on full-screen/seamless/scaled mode switches
|
||||
GUI: disk encryption password validation should be performed when user confirmed the password, not after each entered symbol
|
||||
GUI: do not change the VM/group selection in the VM Manager to the newly created VM if it was created by another client (e.g. VBoxManage)
|
||||
GUI: improve the quality in scaled mode under some circumstances (5.0 regression; bug #14303)
|
||||
VBoxManage: do not deny changing the network adapter type at VM runtime (5.0 regression; bug #14308)
|
||||
VRDP: allow Windows 10 RDP clients (bug #14216)
|
||||
Audio: fix a possible crash on VM process termination (5.0 regression)
|
||||
Storage: improved raw disk access on OS X by unmounting any accessed volume before first use and prevent any mount attempt by the host (bug #14219)
|
||||
3D: basic support for saving/restoring display lists
|
||||
Shared Folders: fixed a problem with accessing CIFS shares (bug #14252)
|
||||
Shared Folders: improved path conversion between hosts and guests with different path separators (bug #14153)
|
||||
API: skip resetting of immutable media when the VM in saved state is started (bug #13957)
|
||||
API: fixed method for setting medium IDs which used zero (invalid) UUIDs instead random (valid) UUIDs if no UUIDs were passed (bug #14350)
|
||||
API: for Windows host fix detection of API client crashes which have a session open
|
||||
OVF: properly export all VBox features including the setting for paravirtualization (bug #14390)
|
||||
Linux hosts: more fixes for activated SMAP on Linux 3.19 and newer (Broadwell and later; bug #13961)
|
||||
Linux hosts: check then name space before attaching to a host network interface (bug #13795)
|
||||
Linux Additions: Linux 4.2 fixes (bug #14227)
|
||||
Linux Additions: improved the performance of stat() to speed up certain file operations on shared folders
|
||||
X11 Additions: various seamless mode fixes, including invisible windows under LXDE. -
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 15 18:41:47 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _vbox_instdir %{_libexecdir}/virtualbox
|
||||
%define _udevrulesdir %{_libexecdir}/udev/rules.d
|
||||
Name: virtualbox
|
||||
Version: 5.0.0
|
||||
Version: 5.0.2
|
||||
Release: 0
|
||||
Summary: VirtualBox is an Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user