From bbedbc1903e6aad2b49a0bc8716e7c443d2cef70f2c7fb5cc3356675070108f1 Mon Sep 17 00:00:00 2001 From: Michal Seben Date: Fri, 10 May 2013 12:57:35 +0000 Subject: [PATCH] Accepting request 174971 from home:mseben:branches:Virtualization update to 4.2.12 OBS-URL: https://build.opensuse.org/request/show/174971 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=127 --- VirtualBox-4.2.10-patched.tar.bz2 | 3 --- VirtualBox-4.2.12-patched.tar.bz2 | 3 +++ virtualbox-4.2.10-UserManual.pdf | 3 --- virtualbox-4.2.12-UserManual.pdf | 3 +++ virtualbox.changes | 35 +++++++++++++++++++++++++++++++ virtualbox.spec | 2 +- 6 files changed, 42 insertions(+), 7 deletions(-) delete mode 100644 VirtualBox-4.2.10-patched.tar.bz2 create mode 100644 VirtualBox-4.2.12-patched.tar.bz2 delete mode 100644 virtualbox-4.2.10-UserManual.pdf create mode 100644 virtualbox-4.2.12-UserManual.pdf diff --git a/VirtualBox-4.2.10-patched.tar.bz2 b/VirtualBox-4.2.10-patched.tar.bz2 deleted file mode 100644 index 7523a9f..0000000 --- a/VirtualBox-4.2.10-patched.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:906b954c9c952c6cf43f91ff5833449624d8c984dc0a37dab22e5be44f2030c6 -size 48899142 diff --git a/VirtualBox-4.2.12-patched.tar.bz2 b/VirtualBox-4.2.12-patched.tar.bz2 new file mode 100644 index 0000000..d86f8d9 --- /dev/null +++ b/VirtualBox-4.2.12-patched.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2960cd8fe46d61db5c492bbba5dc21430fd2993a6fff4da8746d27d5af245ad +size 49411106 diff --git a/virtualbox-4.2.10-UserManual.pdf b/virtualbox-4.2.10-UserManual.pdf deleted file mode 100644 index 79a76ee..0000000 --- a/virtualbox-4.2.10-UserManual.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c810c90f5c25b7461ef6c97abfdcf92aefe360f2216d27d2ee114bbc3e789fe1 -size 6130142 diff --git a/virtualbox-4.2.12-UserManual.pdf b/virtualbox-4.2.12-UserManual.pdf new file mode 100644 index 0000000..fec9452 --- /dev/null +++ b/virtualbox-4.2.12-UserManual.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17813c7b044aa0d83cee00c22df30b02e4971cc2b921e6fca15bd019c06cdf0 +size 6169530 diff --git a/virtualbox.changes b/virtualbox.changes index 7506f21..ec650c4 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Fri May 3 19:41:51 UTC 2013 - mseben@gmail.com + +- updated to virtualbox 4.2.12 + * VMM: fixed a Guru Meditation on putting Linux guest CPU online if nested paging is disabled + * VMM: invalidate TLB entries even for non-present pages + * GUI: Multi-screen support: fixed a crash on visual-mode change + * GUI: Multi-screen support: disabled guest-screens should now remain disabled on visual-mode change + * GUI: Multi-screen support: handle host/guest screen plugging/unplugging in different visual-modes + * GUI: Multi-screen support: seamless mode: fixed a bug when empty seamless screens were represented by fullscreen windows + * GUI: Multi-screen support: each machine window in multi-screen configuration should have correct menu-bar now (Mac OS X hosts) + * GUI: Multi-screen support: machine window View menu should have correct content in seamless/fullscreen mode now (Mac OS X hosts) + * GUI: VM manager: vertical scroll-bars should be now updated on content/window resize + * GUI: VM settings: fixed crash on machine state-change event + * GUI: don't show warnings about enabled or disabled mouse integration if the VM was restored from a saved state + * Virtio-net: properly announce that the guest has to handle partial TCP checksums (bug #9380) + * Storage: Fixed incorrect alignment of VDI images causing disk size changes when using snapshots (bug #11597) + * Audio: fixed broken ALSA & PulseAudio on some Linux hosts due to invalid symbol resolution (bug #11615) + * PS/2 keyboard: re-apply keyboard repeat delay and rate after a VM was restored from a saved state (bug #10933) + * BIOS: updated DMI processor information table (type 4): corrected L1 & L2 cache table handles + * Timekeeping: fix several issues which can lead to incorrect time, Solaris guests sporadically showed time going briefly back to Jan 1 1970 + * Main/Metrics: disk metrics are collected properly when software RAID, symbolic links or rootfs are used on Linux hosts + * VBoxManage: don't stay paused after a snapshot was created and the VM was running before + * VBoxManage: introduced controlvm nicpromisc (bug #11423) + * VBoxManage: don't crash on controlvm guestmemoryballoon if the VM isn't running (bug #11639) + * VBoxHeadless: don't filter guest property events as this would affect all clients (bug #11644) + * Guest control: prevent double CR in the output generated by guest commands and do NLS conversion + * Linux hosts / guests: fixed build errors on Linux 3.5 and newer kernels if the CONFIG_UIDGID_STRICT_TYPE_CHECKS config option is enabled (bug #11664) + * Linux Additions: handle fall-back to VESA driver on RedHat-based guests if vboxvideo cannot be loaded + * Linux Additions: RHEL/OEL/CentOS 6.4 compile fix (bug #11586) + * Linux Additions: Debian Linux kernel 3.2.0-4 (3.2.39) compile fix (bug #11634) + * Linux Additions: added auto-logon support for Linux guests using LightDM as the display manager + * Windows Additions: Support for multimonitor. Dynamic enable/disable of secondary virtual monitors. Support for XPDM/WDDM based guests + * X11 Additions: support X.Org Server 1.14 (bug #11609) + ------------------------------------------------------------------- Fri Apr 26 08:10:58 UTC 2013 - fcrozat@suse.com diff --git a/virtualbox.spec b/virtualbox.spec index 6c1438a..d8149e3 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -92,7 +92,7 @@ BuildRequires: xorg-x11-libXt-devel-32bit %endif # ExclusiveArch: %ix86 x86_64 -Version: 4.2.10 +Version: 4.2.12 Release: 0 Summary: VirtualBox is an Emulator License: GPL-2.0+