diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-01-17 11:00:48 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-01-17 11:00:48 +0000 |
commit | a398e33dbd864d45a734edc5e9e70e5b67416f8b (patch) | |
tree | 911b81f2b647767928ab65583160363357666ff0 /doc | |
parent | 18d7526ed57c8e45c07c745e5922cc74bfc15039 (diff) | |
download | VirtualBox-svn-a398e33dbd864d45a734edc5e9e70e5b67416f8b.tar.gz |
Changelog: merge 5.2.6 and 5.1.32.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@70609 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/user_ChangeLogImpl.xml | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/doc/manual/user_ChangeLogImpl.xml b/doc/manual/user_ChangeLogImpl.xml index a76cee8a276..46b7ae7ffe6 100644 --- a/doc/manual/user_ChangeLogImpl.xml +++ b/doc/manual/user_ChangeLogImpl.xml @@ -54,6 +54,51 @@ are ordered as follows: </sect1> <sect1> + <title>Version 5.2.6 (2018-01-15)</title> + + <para>This is a maintenance release. The following items were fixed and/or + added:</para> + + <itemizedlist> + + <listitem> + <para>GUI: fixed occasional screen corruption when host screen resolutio +n + is changed</para> + </listitem> + + <listitem> + <para>User interface: increase proposed disk size when creating new VMs + for Windows 7 and newer</para> + </listitem> + + <listitem> + <para>User interface: various improvements for high resolution + screens</para> + </listitem> + + <listitem> + <para>VMM: Fixed problems using 256MB VRAM in raw-mode VMs</para> + </listitem> + + <listitem> + <para>Audio: implemented support for audio playback and recording for + macOS guests</para> + </listitem> + + <listitem> + <para>Audio: further timing improvements for Windows 10 guests</para> + </listitem> + + <listitem> + <para>Linux hosts: fixed problem accessing mini-toolbar under + XFCE (bug #17280, contributed by Dusan Gallo)</para> + </listitem> + + </itemizedlist> + </sect1> + + <sect1> <title>Version 5.2.4 (2017-12-19)</title> <para>This is a maintenance release. The following items were fixed and/or @@ -347,6 +392,64 @@ are ordered as follows: </sect1> <sect1> + <title>Version 5.1.32 (2018-01-15)</title> + + <para>This is a maintenance release. The following items were fixed and/or + added:</para> + + <itemizedlist> + + <listitem> + <para>GUI: fixed occasional screen corruption when host screen resolution + is changed</para> + </listitem> + + <listitem> + <para>User interface: increase proposed disk size when creating new VMs + for Windows 7 and newer</para> + </listitem> + + <listitem> + <para>Serial: fixed broken communication with certain devices on Linux + hosts</para> + </listitem> + + <listitem> + <para>VMM: Fixed problems using 256MB VRAM in raw-mode VMs</para> + </listitem> + + <listitem> + <para>Audio: added HDA support for more exotic guests (e.g. Haiku)</para> + </listitem> + + <listitem> + <para>Audio: fixed playback with ALSA backend (5.1.28 regression)</para> + </listitem> + + <listitem> + <para>USB/OHCI: fixed a problem where OHCI emulation might sporadically + drop data transfers</para> + </listitem> + + <listitem> + <para>Windows hosts: VirtualBoxManager in the Python API no longer calls + CoUninitialize when destroyed</para> + </listitem> + + <listitem> + <para>Linux hosts: fixed VBoxNetFlt kernel module compilation failure + with Linux kernel 4.14</para> + </listitem> + + <listitem> + <para>Linux guests: fixed kernel module compilation and other problems + with Linux kernel 4.14</para> + </listitem> + + </itemizedlist> + </sect1> + + <sect1> <title>Version 5.1.30 (2017-10-16)</title> <para>This is a maintenance release. The following items were fixed and/or |