From f62bb80d4bf3b900e37da80e09456aafe00a5b61f3535bbecfd72b14681e9965 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Wed, 21 Dec 2016 03:24:03 +0000 Subject: [PATCH] - Version bump to 5.1.12 (released 2016-12-20 by Oracle) This is a maintenance release. The following items were fixed and/or added: VMM: fixed VERR_IEM_ASPECT_NOT_IMPLEMENTED Guru Meditations with certain Linux guests if KVM paravirtualization is enabled (5.1 regression; bugs #15613 and #16251) VMM: fixed VERR_VMX_UNABLE_TO_START_VM Guru Meditations under rare conditions GUI: prevent a crash under certain conditions if the VM is terminated very early GUI: fixed certain keyboard capture issues (5.1.10 regression; Mac OS X hosts only; bug #16150) GUI: fixed dragging guest windows in seamless mode with the keyboard captured (X11 hosts only; bug #15837) GUI: fixed a problem where the new version detected dialog was covered by the appliance import dialog (Mac OS X hosts only; bug #16238) Storage: fixed NVMe reset processing when doing rmmod nvme; modprobe nvme in a Linux guest (bug #16080) Storage: fixed creating a snapshot when the VM is running and an NVMe controller is present Storage: fixed a problem with the LsiLogic SCSI controller where requests could be lost with SMP guests E1000: fixed "cable disconnected" issue (Mac OS X guests only; 5.1.10 regression; bug #16260) E1000: fixed "TX unit hang" issue (Linux guests only; 5.1.10 regression; bug #16221) API: don't crash when sanitizing certain VM names (bug #16299) Linux hosts: automatically disable asynchronous I/O on Linux 2.6.18 kernels as high I/O load may trigger kernel oopses on these kernels if this feature is enabled Linux hosts / guests: Linux 2.6.28 compile fix (bug #16267) Linux hosts: compile Linux 4.9 compile fix (bug #16286) Linux Additions: warn the user about a known bug with older Linux guests (e.g. Debian 7) requiring manual work to get 3D working (bug #15319) Linux Additions: fix the graphics driver build with Linux 4.10 and later (bug #16298) Windows Additions: fixed a crash in the WDDM driver under certain conditions OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=301 --- UserManual.pdf | 4 ++-- VirtualBox-5.1.10-patched.tar.bz2 | 3 --- VirtualBox-5.1.12-patched.tar.bz2 | 3 +++ _constraints | 2 +- virtualbox.changes | 26 ++++++++++++++++++++++++++ virtualbox.spec | 2 +- 6 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 VirtualBox-5.1.10-patched.tar.bz2 create mode 100644 VirtualBox-5.1.12-patched.tar.bz2 diff --git a/UserManual.pdf b/UserManual.pdf index 093f7ab..b9d761f 100644 --- a/UserManual.pdf +++ b/UserManual.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f235abffb94c8e057ce7770863a628b4218f0defd62f4b09ba3c40c356f801b5 -size 4354675 +oid sha256:40d625bf41b86bc7c6c6895e29c0ce50e5dd0697bf18b56c5b810eeeb3a912a4 +size 4357657 diff --git a/VirtualBox-5.1.10-patched.tar.bz2 b/VirtualBox-5.1.10-patched.tar.bz2 deleted file mode 100644 index aad9ba4..0000000 --- a/VirtualBox-5.1.10-patched.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43de72609db33633b0bd857c689e5594b6f3c1d96c7e985a41874729d740402f -size 80265447 diff --git a/VirtualBox-5.1.12-patched.tar.bz2 b/VirtualBox-5.1.12-patched.tar.bz2 new file mode 100644 index 0000000..58fcc26 --- /dev/null +++ b/VirtualBox-5.1.12-patched.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212ff0b27e892df670be694627a0ad968f3abbebcfa770bebc33cc976a76a9e5 +size 80300379 diff --git a/_constraints b/_constraints index 56d0a62..56c3463 100644 --- a/_constraints +++ b/_constraints @@ -2,7 +2,7 @@ - 12000 + 8000 diff --git a/virtualbox.changes b/virtualbox.changes index f3e17e0..4c824d3 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Dec 21 03:19:26 UTC 2016 - Larry.Finger@lwfinger.net + +- Version bump to 5.1.12 (released 2016-12-20 by Oracle) + +This is a maintenance release. The following items were fixed and/or added: + + VMM: fixed VERR_IEM_ASPECT_NOT_IMPLEMENTED Guru Meditations with certain Linux guests if KVM paravirtualization is enabled (5.1 regression; bugs #15613 and #16251) + VMM: fixed VERR_VMX_UNABLE_TO_START_VM Guru Meditations under rare conditions + GUI: prevent a crash under certain conditions if the VM is terminated very early + GUI: fixed certain keyboard capture issues (5.1.10 regression; Mac OS X hosts only; bug #16150) + GUI: fixed dragging guest windows in seamless mode with the keyboard captured (X11 hosts only; bug #15837) + GUI: fixed a problem where the new version detected dialog was covered by the appliance import dialog (Mac OS X hosts only; bug #16238) + Storage: fixed NVMe reset processing when doing rmmod nvme; modprobe nvme in a Linux guest (bug #16080) + Storage: fixed creating a snapshot when the VM is running and an NVMe controller is present + Storage: fixed a problem with the LsiLogic SCSI controller where requests could be lost with SMP guests + E1000: fixed "cable disconnected" issue (Mac OS X guests only; 5.1.10 regression; bug #16260) + E1000: fixed "TX unit hang" issue (Linux guests only; 5.1.10 regression; bug #16221) + API: don't crash when sanitizing certain VM names (bug #16299) + Linux hosts: automatically disable asynchronous I/O on Linux 2.6.18 kernels as high I/O load may trigger kernel oopses on these kernels if this feature is enabled + Linux hosts / guests: Linux 2.6.28 compile fix (bug #16267) + Linux hosts: compile Linux 4.9 compile fix (bug #16286) + Linux Additions: warn the user about a known bug with older Linux guests (e.g. Debian 7) requiring manual work to get 3D working (bug #15319) + Linux Additions: fix the graphics driver build with Linux 4.10 and later (bug #16298) + Windows Additions: fixed a crash in the WDDM driver under certain conditions + ------------------------------------------------------------------- Mon Dec 12 16:27:28 UTC 2016 - Larry.Finger@lwfinger.net diff --git a/virtualbox.spec b/virtualbox.spec index 68bd134..38fa38f 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -19,7 +19,7 @@ %define _vbox_instdir %{_libexecdir}/virtualbox %define _udevrulesdir %{_libexecdir}/udev/rules.d Name: virtualbox -Version: 5.1.10 +Version: 5.1.12 Release: 0 Summary: VirtualBox is an Emulator License: GPL-2.0+