1
0
forked from pool/virtualbox

Accepting request 162334 from home:mseben:branches:Virtualization

added VBoxCreateUSBNode.sh, updated vbox to 4.2.10 and few workarounds to fix build

OBS-URL: https://build.opensuse.org/request/show/162334
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=119
This commit is contained in:
Michal Seben
2013-04-03 07:17:07 +00:00
committed by Git OBS Bridge
parent ca8f9ea21a
commit 5f2f3974a4
9 changed files with 136 additions and 61 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Mar 31 06:49:28 UTC 2013 - mseben@gmail.com
- added vbox-deprec-gsoap-service-proxies.diff to fix deprecated old-style C++ service proxies (use soapcpp2 -z1 flag)
- added vbox-gsoapssl-deps.diff as workaround to fix build
-------------------------------------------------------------------
Fri Mar 29 14:07:28 UTC 2013 - mseben@gmail.com
- added VBoxCreateUSBNode.sh from vbox upstream for creating usb device nodes,
by default this feature is disabled so you have to enable it in vbox udev rules by hand (bnc#799741)
- updated to virtualbox 4.2.10
* GUI: fixed keyboard with XQuartz X server (bug #10664)
* Main/Display: fixed a crash with multi-monitors under certain conditions (Mac OS X hosts only)
* Main/Properties: fixed a crash under certain conditions, for example after wakeup from host hibernate (bug #11444)
* Settings: don't lose the internal network settings if they are not currently active
* Storage: another incompatibility fix for VHD differencing images with Hyper-V (bug #5990)
* VBoxManage: don't read beyond the end of the file specified with export --eulafile (bug #11528)
* Linux hosts / guests: Linux 3.9-rc0 compile fixes (bug #11529)
* Linux Additions: fixed two warnings in the shared folders guest kernel module (bug #11390)
* Linux Additions: don't crash VBoxService if libdbus is not available (bug #8638)
* Windows Additions: fixed upgrading MultiMedia Redirection (MMR) support
-------------------------------------------------------------------
Wed Mar 20 12:01:20 UTC 2013 - sndirsch@suse.com