forked from pool/virtualbox
Accepting request 157152 from home:mseben:branches:Virtualization
update to vbox 4.2.8 OBS-URL: https://build.opensuse.org/request/show/157152 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=115
This commit is contained in:
parent
9d4991ea75
commit
73f9d07160
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e054c1704cf87e28cac18f68eb75299321184b11fe767adfc7ee7885a8ee82e1
|
||||
size 48754759
|
3
VirtualBox-4.2.8-patched.tar.bz2
Normal file
3
VirtualBox-4.2.8-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:204e2cdb9ef210a2de1890b80a41b8961610d3751c49020df4bd2d0afe45cf83
|
||||
size 48907587
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc4fd7bb46870d48f409fbd990692882f2f30fb309ec60eeaf5fd4f9d771f5d2
|
||||
size 6124390
|
3
virtualbox-4.2.8-UserManual.pdf
Normal file
3
virtualbox-4.2.8-UserManual.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e076aa9835e5de8b9ddf2ab72b945ed878d9f2d748610f6d32b90ff705226a9
|
||||
size 6133610
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 11:19:44 UTC 2013 - mseben@gmail.com
|
||||
|
||||
- updated to virtualbox 4.2.8
|
||||
* VMM: fixed guest crash with huge amount of guest RAM on VT-x hosts (bug #11306)
|
||||
* GUI: fixed a layout bug in the Mac OS X clone VM dialog (bug #10982)
|
||||
* GUI: not all the translation tags were taken into account during the language switch (bug #11342)
|
||||
* GUI: take guest screenshot dialog sometimes had no keyboard input available on Windows host
|
||||
* Main/Machine: fix generation of spurious event for inaccessible VMs which triggered an endless event generation loop in cooperation with the GUI which became unresponsive (4.2.6 regression, bug #11323)
|
||||
* Main/Display: fix for an access violation under certain conditions in multi-monitor configurations (bug #10539)
|
||||
* Main/Metrics: network metrics are now collected for active (up) interfaces only, the state of an interface being evaluated when the associated metric is enabled via setupMetrics
|
||||
* Snapshots: reduce the time for merging snapshots under certain conditions
|
||||
* Storage: fixed data corruption after resizing a VDI image under certain circumstances (bug #11344)
|
||||
* Storage: fixed non working online merging of snapshots (4.2.6 regression, bug #11359)
|
||||
* Storage: fixed crash when connecting to certain QNAP iSCSI targets
|
||||
* Storage: fixed incompatibility of VHD differencing images with Hyper-V (bug #5990)
|
||||
* Bridged Networking: fixed TCP pseudo header checksum computation for IPv6 (bug #9380)
|
||||
* 3D support: fix Battlefield 1942 game crashes (bug #11369)
|
||||
* Settings: really sanitize the name of VM folders and settings file, the code was disabled before (bug #10549)
|
||||
* Settings: allow to change VRDE settings for saved VMs
|
||||
* VBoxManage: don't crash during screenshotpng if there is no display (bug #11363)
|
||||
* Linux hosts: work around gcc bug 55940 which might lead to wrong kernel module code if gcc 4.7 is used to compile the 32-bit Linux host kernel (bug #11035)
|
||||
* Linux hosts: fixed inconsistent lock state and deadlock warnings on module load and VM startup when CONFIG_PROVE_LOCKING is enabled (bug #11318)
|
||||
* Linux hosts: made "]" key work again on Japanese keyboards
|
||||
* Mac OS X hosts: don't crash the kernel during dtrace if the VBox kernel extensions are loaded (10.6 hosts only; bug #11273)
|
||||
* Solaris / Mac OS X hosts: machine CPU load metrics now report 100% when all cores are fully utilized (used to be a single core)
|
||||
* Solaris 11 host installer: wait for any services left over from a previous installation to be terminated to avoid confusing SMF.
|
||||
* Guest Additions: don't block signals for processes executed via guest control
|
||||
* Guest Additions: fixed a small memory leak in VBoxService (bug #10970)
|
||||
* Windows Additions: fixed shared folder issue with large reads/writes on 64 bit Windows guests (bug #11115)
|
||||
* Linux Additions: Linux 3.8 compile fixes (bug #11036)
|
||||
* X11 Additions: fixed blocked SIGALRM in 3D desktop sessions (bug #10987)
|
||||
* X11 Additions: fixed an unresolved reference in vboxvideo_drv for X.org 6.8 guests and before (e.g. RHEL4; 4.2.0 regression)
|
||||
* X11 Additions: fixed screen automatic resizing for guests with X.org 1.3 or older (4.2.0 regression)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 22:07:32 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -82,7 +82,7 @@ BuildRequires: xorg-x11-libXt-devel-32bit
|
||||
%endif
|
||||
#
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
Version: 4.2.6
|
||||
Version: 4.2.8
|
||||
Release: 0
|
||||
Summary: VirtualBox is an Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user