forked from pool/virtualbox
Accepting request 235622 from Virtualization
update vbox to 4.3.12 (forwarded request 235621 from mseben) OBS-URL: https://build.opensuse.org/request/show/235622 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=85
This commit is contained in:
commit
13edb6b5e9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d04a3f1c11da844f18bc8f005594199877da232e5af9b20f9c619d6dc53b521
|
||||
size 62652920
|
3
VirtualBox-4.3.12-patched.tar.bz2
Normal file
3
VirtualBox-4.3.12-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d433a63e97c89984c711a447a60eca83ce727acc3f8c3ab86effb33f6c6db53b
|
||||
size 62665743
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0796a0043cb8a965695df75f0a245ff7645596c22c5832e06daa5cd1ba538461
|
||||
size 6270746
|
3
virtualbox-4.3.12-UserManual.pdf
Normal file
3
virtualbox-4.3.12-UserManual.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c6b8b4d2e80b81bf2eb0f8eb95a6c55fb490d4e2a2818ec3fa16dd83bd6ee06
|
||||
size 6276107
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 18:46:58 UTC 2014 - mseben@gmail.com
|
||||
|
||||
- Update ot version 4.3.12:
|
||||
+ VMM: fixed an occasional Guru Meditation (Mac OS X hosts only; bugs #12727, #12954)
|
||||
+ VMM: fixed a rare condition that would fail to invalidate guest TLB entries or would invalidate them when not required (Windows hosts only)
|
||||
+ VMM: fixed a VERR_NOT_SUPPORTED Guru Meditation seen with certain guests, e.g. OpenServer 5.0.7
|
||||
+ VMM: more fixes for MSR emulation on certain hardware (tickets #12240, #12875)
|
||||
+ GUI: fixed mouse positioning with mouse integration disabled and multiple guest screens (Windows hosts only; bug #9059)
|
||||
+ GUI: fixed crash in VM manager (bug #12878)
|
||||
+ GUI: fixed crash under rare conditions on entering/exiting fullscreen/seamless mode
|
||||
+ Shared Clipboard: don't stop working after taking a snapshot (bug #12700)
|
||||
+ AHCI: fixed a crash under rare circumstances
|
||||
+ API: fixed a hang during VM shutdown under rare conditions
|
||||
+ NAT: fixed generation of malformed ICMP error datagrams (4.3.10 regression)
|
||||
+ NAT: fixed potential crash in DNS proxy
|
||||
+ NAT Network: don't drop port forwarding rules after some time
|
||||
+ NAT: fixed ARP cache corruption and network loss in Windows guest caused by iSCSI service activity
|
||||
+ USB: improved check if a storage device is currently mounted to the host when the device is about to be attached to the VM (Mac OS X hosts only; #11038)
|
||||
+ 3D support: several fixes, including better support for Ubuntu 14.04
|
||||
+ VRDP: fixed a potential crash on client disconnect (bug #12858)
|
||||
+ VBoxSVC: fixed a race when a new client is started a few seconds after the last client terminated (Windows hosts only; bugs #11309, #12509)
|
||||
+ VBoxSVC: fixed VirtualBox.xml registry corruption after VM renaming
|
||||
+ VBoxSVC: fixed a potential crash caused by incorrect USB device filter (Mac OS X hosts only; #11038)
|
||||
+ Windows hosts: partly support 32-bit COM on 64-bit systems
|
||||
+ Windows host installer: implemented merge module (msm) support
|
||||
+ Linux hosts: fixed dependency of boot script on older Debian systems (bug #12262)
|
||||
+ Linux guests: fix symbolic link to shared folder helper (bug #12879)
|
||||
+ Linux Additions: don't crash VBoxService during guest execute for users without a password (bug #12994)
|
||||
+ Linux Additions: fixed a bug in guest execution where the guest process terminated with VERR_INTERRUPTED to the host
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 21:52:39 UTC 2014 - speilicke@suse.com
|
||||
|
||||
|
@ -94,7 +94,7 @@ BuildRequires: xorg-x11-libXt-devel-32bit
|
||||
%endif
|
||||
#
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
Version: 4.3.10
|
||||
Version: 4.3.12
|
||||
Release: 0
|
||||
Summary: VirtualBox is an Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user