1
0
forked from pool/virtualbox

- Version bump to 5.1.18 (released 2017-08-15 by Oracle)

This is a maintenance release. The following items were fixed and/or added:
    Shared Folders: fixed case insensitive filename access (5.1.16 regression; Windows guests only; bug #16549)
    Shared Folders: fixed access to long pathes (5.1.16 regression; Windows guests only; bugs #14651, #16564)
    API: fixed snapshot handling of medium attachments and PCI device attachments (bug #16545)
    API: make 32-bit Windows guests in raw mode boot again if the ICH9 chipset is used (5.1.16 regression)
    VBoxBugReport: fixed VM log collection issue
    Linux hosts: fixed autostart service script (bug #14955)
    Windows Additions: fixed automatic logins for Windows Vista and newer (5.1.4 regression; bug #15904)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=320
This commit is contained in:
Larry Finger
2017-03-16 02:58:18 +00:00
committed by Git OBS Bridge
parent 4be1f2dff3
commit c567714e96
5 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 16 02:54:50 UTC 2017 - Larry.Finger@lwfinger.net
- Version bump to 5.1.18 (released 2017-08-15 by Oracle)
This is a maintenance release. The following items were fixed and/or added:
Shared Folders: fixed case insensitive filename access (5.1.16 regression; Windows guests only; bug #16549)
Shared Folders: fixed access to long pathes (5.1.16 regression; Windows guests only; bugs #14651, #16564)
API: fixed snapshot handling of medium attachments and PCI device attachments (bug #16545)
API: make 32-bit Windows guests in raw mode boot again if the ICH9 chipset is used (5.1.16 regression)
VBoxBugReport: fixed VM log collection issue
Linux hosts: fixed autostart service script (bug #14955)
Windows Additions: fixed automatic logins for Windows Vista and newer (5.1.4 regression; bug #15904)
-------------------------------------------------------------------
Thu Mar 9 18:54:31 UTC 2017 - Larry.Finger@lwfinger.net