forked from pool/virtualbox
Accepting request 98373 from Virtualization
update virtualbox to 4.1.8 OBS-URL: https://build.opensuse.org/request/show/98373 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=45
This commit is contained in:
commit
45897ca5fc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd4c63d64d1dc77e2b52eb665005577ee65bc052fbf4b50b46230f5ee4564d5f
|
||||
size 5036327
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85348056dea26819d604580bce4af1d174e49cdd71e622ca8d765ad5b9ebc8ae
|
||||
size 46586780
|
3
VirtualBox-4.1.8-UserManual.pdf
Normal file
3
VirtualBox-4.1.8-UserManual.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae9ca5321e88f4ff654402732112c3ac75302277559a6fbeed014358642642da
|
||||
size 5045126
|
3
VirtualBox-4.1.8-patched.tar.bz2
Normal file
3
VirtualBox-4.1.8-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0410bbe69fc9ff2c8be0639110c2b55b1f31fa424a026008f8b58c191f8ca624
|
||||
size 46582650
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 28 11:01:04 UTC 2011 - mseben@gmail.com
|
||||
|
||||
- update to virtualbox 4.1.8
|
||||
* VMM: fixed VERR_MAP_FAILED during savestate under certain circumstances (bug #7929)
|
||||
* GUI: stop updating the VM status icons when the VM is paused (bug #8368)
|
||||
* VBoxManage: fixed wrong return code after startvm (bug #9642)
|
||||
* BIOS: fixed hang at launch of DOS applications generated by Clipper 5.3 (note that hardware virtualization may be required)
|
||||
* USB: fixed OS/2 boot hang when using recent USB drivers
|
||||
* NAT: increase maximum number of parallel connections making connections with port forwarding more robust (#8471)
|
||||
* Metrics: fixed potential problem with invalid access in guest metrics collection upon VM destruction
|
||||
* Main: don't crash if a medium is ejected twice (bug #9922)
|
||||
* VBoxSVC: fixed crash under rare circumstances (e.g. client crash)
|
||||
* VRDP: fixed screen freeze (bug #9620)
|
||||
* OVF/OVA: fixed broken disk images on import under rare circumstances
|
||||
* OVF/OVA: better error message when importing corrupted appliances
|
||||
* VMDK/VHD: fixed a possible corruption with host cache disabled when using snapshots under rare circumstances (bug #9749)
|
||||
* 3D Support: Fixed fullscreen mode issues for ATI graphics (bug #9775),
|
||||
* 3D Support: Windows Media Player rendering for XPDM-based Direct3D support (bug #8341).
|
||||
* 3D Support: Multiple fixes to XPDM and WDDM - based 3D support for Windows Guests and for 3D support in general
|
||||
* Linux hosts: fixes for Fedoras Linux 2.6.41 (bug #9948)
|
||||
* Linux hosts/guests: fixes for Linux 3.2 (bug #9743)
|
||||
* Solaris Additions: various shared folder fixes (bugs #9856, #9862, #9917)
|
||||
* Windows Additions: various fixes for Direct3D support (un)installation, added detection of missing or wrong Direct3D system files
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 10:39:02 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _vbox_instdir /usr/lib/virtualbox
|
||||
|
||||
Name: virtualbox
|
||||
@ -71,7 +72,7 @@ BuildRequires: gcc-c++-32bit
|
||||
%endif
|
||||
#
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
Version: 4.1.6
|
||||
Version: 4.1.8
|
||||
Release: 0
|
||||
Summary: VirtualBox is an Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user