VirtualBox

source: vbox/trunk/doc/manual/user_ChangeLogImpl.xml@ 76282

Last change on this file since 76282 was 76282, checked in by vboxsync, 6 years ago

Changelog: 6.0.0 updates.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 6.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Release change log structure
3
4Each release has a matching log of changes which were made for that and
5earlier releases. Earlier releases means anything with a lower number (e.g.
65.0.18 is lower than 5.1.2) which was released before this one. The log is
7kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning,
8particularly new features and fixed bugs, with a trac bug number if possible,
9should be added to the top of the change log (that is, the section for the
10upcoming release) for the branch in which it first appears - stable or
11development - before the next release. If you back-port it to older branches
12please add an entry there too. When a new major release is made, change log
13sections for earlier releases are merged in.
14
15Change log sections are split into two groups: major new features (normally
16only for dot zero releases) and fixes. In addition, the entries in each group
17are ordered as follows:
18
19 VMM-related entries (most important)
20 GUI-related entries (most visible for users)
21 Device-related entries
22 VBoxManage/API/Main-related entries
23 Host-related entries
24 Guest-related entries
25 BIOS/EFI/ACPI-related entries
26
27Please do further ordering as seems appropriate by importance and visibility for
28users, e.g. audio before serial ports and generally Windows before Linux. Please
29also try to describe the user impact, not the technical details, and only use
30technical terms if no non-technical ones are clear enough.
31-->
32<chapter>
33
34<!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
35 So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
36
37 <sect1>
38 <title>Version 6.0.0 (2018-12-18)</title>
39
40 <para>This is a major update. The following major new features
41 were added:</para>
42
43 <itemizedlist>
44
45 <listitem>
46 <para>Implemented support for exporting a virtual machine to Oracle
47 Cloud Infrastructure</para>
48 </listitem>
49
50 <listitem>
51 <para>User interface: greatly improved HiDPI and scaling support,
52 including better detection and per-machine configuration</para>
53 </listitem>
54
55 <listitem>
56 <para>Major rework of user interface with simpler and more powerful
57 application and virtual machine set-up</para>
58 </listitem>
59
60 <listitem>
61 <para>User interface: a new file manager enabling user to control
62 the guest file system and copy files between host and guest.</para>
63 </listitem>
64
65 <listitem>
66 <para>Graphics: major update of 3D graphics support for Windows guests,
67 and VMSVGA 3D graphics device emulation on Linux and Solaris guests
68 </para>
69 </listitem>
70
71 <listitem>
72 <para>Added support for surround speaker setups (as used by
73 Windows 10 Build 1809)</para>
74 </listitem>
75
76 <listitem>
77 <para>Added utility <computeroutput>vboximg-mount</computeroutput>
78 on Apple hosts to access the content of guest disks on the host
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <para>In addition, the following items were fixed and/or added:</para>
84
85 <itemizedlist>
86
87 <listitem>
88 <para>User interface: video and audio recording can now be separately
89 enabled</para>
90 </listitem>
91
92 <listitem>
93 <para>Execution: fixed single-stepping in certain circumstances
94 (bug #17316)</para>
95 </listitem>
96
97 <listitem>
98 <para>Audio/Video recording fixes and improvements</para>
99 </listitem>
100
101 <listitem>
102 <para>Audio: better support for attaching and detaching remote desktop
103 connections</para>
104 </listitem>
105
106 <listitem>
107 <para>New BusLogic ISA device variant</para>
108 </listitem>
109
110 <listitem>
111 <para>Serial port emulation fixes</para>
112 </listitem>
113
114 <listitem>
115 <para>Serial ports: allow changing the serial port attachment while a
116 machine is running (bug #6115)</para>
117 </listitem>
118
119 <listitem>
120 <para>Networking: Added a workaround for older guests which do not enable
121 bus mastering for the virtio PCI device</para>
122 </listitem>
123
124 <listitem>
125 <para>iSCSI: In cases where there is no ambiguity, the LUN of an iSCSI
126 target is automatically determined, for targets with non-zero LUNs
127 </para>
128 </listitem>
129
130 <listitem>
131 <para>API: transparently resize disk images when merging if
132 possible</para>
133 </listitem>
134
135 <listitem>
136 <para>VBoxManage: support for DHCP options</para>
137 </listitem>
138
139 <listitem>
140 <para>Guest Control: various new interfaces and features
141 (see SDK documentation)</para>
142 </listitem>
143
144 <listitem>
145 <para>Linux hosts: support Linux 4.20 (thank you Larry Finger)</para>
146 </listitem>
147
148 <listitem>
149 <para>Solaris: installer fixes</para>
150 </listitem>
151
152 <listitem>
153 <para>Shared folders: performance improvements</para>
154 </listitem>
155
156 <listitem>
157 <para>Guest Additions: improved shared folder auto-mounting</para>
158 </listitem>
159
160 <listitem>
161 <para>Windows Guest Additions: fix incorrect tablet co-ordinate
162 handling with recent Windows 10 builds</para>
163 </listitem>
164
165 <listitem>
166 <para>Linux Additions: fix for building vboxvideo on EL 7.6 standard
167 kernel, contributed by Robert Conde (bug #18093)</para>
168 </listitem>
169
170 <listitem>
171 <para>Linux guests: support Linux 4.20 (thank you Larry Finger)</para>
172 </listitem>
173
174 <listitem>
175 <para>Linux guests: support VMSVGA in the Linux and X11 Additions</para>
176 </listitem>
177
178 <listitem>
179 <para>OS/2 Guest Additions: initial shared folder support</para>
180 </listitem>
181
182 <listitem>
183 <para>BIOS fixes</para>
184 </listitem>
185
186 <listitem>
187 <para>ACPI: Up to four custom ACPI tables can now be configured for a VM
188 </para>
189 </listitem>
190 </itemizedlist>
191 </sect1>
192
193</chapter>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette