1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- Release change log structure
|
---|
3 |
|
---|
4 | Each release has a matching log of changes which were made for that and
|
---|
5 | earlier releases. Earlier releases means anything with a lower number (e.g.
|
---|
6 | 5.0.18 is lower than 5.1.2) which was released before this one. The log is
|
---|
7 | kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning,
|
---|
8 | particularly new features and fixed bugs, with a trac bug number if possible,
|
---|
9 | should be added to the top of the change log (that is, the section for the
|
---|
10 | upcoming release) for the branch in which it first appears - stable or
|
---|
11 | development - before the next release. If you back-port it to older branches
|
---|
12 | please add an entry there too. When a new major release is made, change log
|
---|
13 | sections for earlier releases are merged in.
|
---|
14 |
|
---|
15 | Change log sections are split into two groups: major new features (normally
|
---|
16 | only for dot zero releases) and fixes. In addition, the entries in each group
|
---|
17 | are 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 | <chapter>
|
---|
26 |
|
---|
27 | <!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
|
---|
28 | So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
|
---|
29 |
|
---|
30 | <sect1>
|
---|
31 |
|
---|
32 | <title>Version 6.0.0_RC1 (2018-xx-xx)</title>
|
---|
33 |
|
---|
34 | <para>
|
---|
35 | This is a major update. The following major new features were
|
---|
36 | added:
|
---|
37 | </para>
|
---|
38 |
|
---|
39 | <itemizedlist>
|
---|
40 |
|
---|
41 | <listitem>
|
---|
42 | <para>Audio: added support for surround speaker setups (e.g. used by
|
---|
43 | Windows 10 Build 1809)</para>
|
---|
44 | </listitem>
|
---|
45 |
|
---|
46 | <listitem>
|
---|
47 | <para>Storage: added utility <computeroutput>vboximg-mount</computeroutput>
|
---|
48 | on OS X to access the content of disk images on the host.</para>
|
---|
49 | </listitem>
|
---|
50 |
|
---|
51 | </itemizedlist>
|
---|
52 |
|
---|
53 | <para>
|
---|
54 | In addition, the following items were fixed or added:
|
---|
55 | </para>
|
---|
56 |
|
---|
57 | <itemizedlist>
|
---|
58 |
|
---|
59 | <listitem>
|
---|
60 | <para>Linux Additions: fix for building vboxvideo on EL 7.6 standard
|
---|
61 | kernel, contributed by Robert Conde (bug #18093)</para>
|
---|
62 | </listitem>
|
---|
63 |
|
---|
64 | <listitem>
|
---|
65 | <para>Shared folders: performance improvements</para>
|
---|
66 | </listitem>
|
---|
67 |
|
---|
68 | </itemizedlist>
|
---|
69 |
|
---|
70 | </sect1>
|
---|
71 | <sect1>
|
---|
72 | <title>Version 6.0.0_BETA3 (2018-11-30)</title>
|
---|
73 |
|
---|
74 | <para>This is a beta release. The following major new features
|
---|
75 | were added:</para>
|
---|
76 |
|
---|
77 | <itemizedlist>
|
---|
78 |
|
---|
79 | <listitem>
|
---|
80 | <para>OCI integration: exporting a VM is now possible from the command line
|
---|
81 | interface (VBoxManage)</para>
|
---|
82 | </listitem>
|
---|
83 |
|
---|
84 | <listitem>
|
---|
85 | <para>OCI integration: all virtualized shapes are supported, e.g.
|
---|
86 | VM.Standard2.*</para>
|
---|
87 | </listitem>
|
---|
88 |
|
---|
89 | <listitem>
|
---|
90 | <para>Devices/graphics: enable support for VMSVGA graphics device emulation
|
---|
91 | by default</para>
|
---|
92 | </listitem>
|
---|
93 |
|
---|
94 | <listitem>
|
---|
95 | <para>VBoxManage: support for DHCP options</para>
|
---|
96 | </listitem>
|
---|
97 |
|
---|
98 | <listitem>
|
---|
99 | <para>Windows guests: support VMSVGA in the Windows Additions</para>
|
---|
100 | </listitem>
|
---|
101 |
|
---|
102 | </itemizedlist>
|
---|
103 |
|
---|
104 | <para>In addition, the following items were fixed and/or added:</para>
|
---|
105 |
|
---|
106 | <itemizedlist>
|
---|
107 |
|
---|
108 | <listitem>
|
---|
109 | <para>Serial: allow changing the serial port attachment while the
|
---|
110 | VM is running (bug #6115)</para>
|
---|
111 | </listitem>
|
---|
112 |
|
---|
113 | <listitem>
|
---|
114 | <para>Linux hosts: support Linux 4.20 (thank you Larry Finger)</para>
|
---|
115 | </listitem>
|
---|
116 |
|
---|
117 | <listitem>
|
---|
118 | <para>Linux guests: support Linux 4.20 (thank you Larry Finger)</para>
|
---|
119 | </listitem>
|
---|
120 |
|
---|
121 | <listitem>
|
---|
122 | <para>Linux guests: support VMSVGA in the Linux and X11 Additions</para>
|
---|
123 | </listitem>
|
---|
124 |
|
---|
125 | </itemizedlist>
|
---|
126 | </sect1>
|
---|
127 |
|
---|
128 | <sect1>
|
---|
129 | <title>Version 6.0.0_BETA2 (2018-11-15)</title>
|
---|
130 |
|
---|
131 | <para>This is a beta release. The following major new features
|
---|
132 | were added:</para>
|
---|
133 |
|
---|
134 | <itemizedlist>
|
---|
135 |
|
---|
136 | <listitem>
|
---|
137 | <para>User interface: a new file manager enabling user to control the guest file system and copy file objects between host and guest.</para>
|
---|
138 | </listitem>
|
---|
139 |
|
---|
140 | </itemizedlist>
|
---|
141 |
|
---|
142 | <para>In addition, the following items were fixed and/or added:</para>
|
---|
143 |
|
---|
144 | <itemizedlist>
|
---|
145 |
|
---|
146 | <listitem>
|
---|
147 | <para>Oracle Cloud integration fixes and improvements</para>
|
---|
148 | </listitem>
|
---|
149 |
|
---|
150 | <listitem>
|
---|
151 | <para>User interface: many improvements</para>
|
---|
152 | </listitem>
|
---|
153 |
|
---|
154 | <listitem>
|
---|
155 | <para>Audio/Video recording fixes and improvements</para>
|
---|
156 | </listitem>
|
---|
157 |
|
---|
158 | <listitem>
|
---|
159 | <para>Devices: new BusLogic ISA variant</para>
|
---|
160 | </listitem>
|
---|
161 |
|
---|
162 | <listitem>
|
---|
163 | <para>Devices: serial port fixes</para>
|
---|
164 | </listitem>
|
---|
165 |
|
---|
166 | <listitem>
|
---|
167 | <para>BIOS: fixes</para>
|
---|
168 | </listitem>
|
---|
169 |
|
---|
170 | <listitem>
|
---|
171 | <para>API: transparently resize disk images when merging if
|
---|
172 | possible</para>
|
---|
173 | </listitem>
|
---|
174 |
|
---|
175 | <listitem>
|
---|
176 | <para>Solaris: installer fixes</para>
|
---|
177 | </listitem>
|
---|
178 |
|
---|
179 | <listitem>
|
---|
180 | <para>Windows Guest Additions: fix incorrect tablet co-ordinate
|
---|
181 | handling with recent Windows 10 builds</para>
|
---|
182 | </listitem>
|
---|
183 |
|
---|
184 | <listitem>
|
---|
185 | <para>Guest Additions: improved shared folder auto-mounting</para>
|
---|
186 | </listitem>
|
---|
187 |
|
---|
188 | <listitem>
|
---|
189 | <para>OS/2 Guest Additions: initial shared folder support</para>
|
---|
190 | </listitem>
|
---|
191 |
|
---|
192 | </itemizedlist>
|
---|
193 | </sect1>
|
---|
194 |
|
---|
195 | <sect1>
|
---|
196 | <title>Version 6.0.0_BETA1 (2018-10-22)</title>
|
---|
197 |
|
---|
198 | <para>This is a beta release. The following major new features
|
---|
199 | were added:</para>
|
---|
200 |
|
---|
201 | <itemizedlist>
|
---|
202 |
|
---|
203 | <listitem>
|
---|
204 | <para>OCI Integration: implemented support for exporting a VM to
|
---|
205 | Oracle Cloud Infrastructure</para>
|
---|
206 | </listitem>
|
---|
207 |
|
---|
208 | <listitem>
|
---|
209 | <para>User interface: greatly improved HiDPI and scaling support,
|
---|
210 | including better using host HiDPI support, HiDPI icons,
|
---|
211 | improved detection and per-machine configuration</para>
|
---|
212 | </listitem>
|
---|
213 |
|
---|
214 | <listitem>
|
---|
215 | <para>User interface: major rework of interface style with improved
|
---|
216 | ease of access for application and machine set-up</para>
|
---|
217 | </listitem>
|
---|
218 |
|
---|
219 | <listitem>
|
---|
220 | <para>User interface: an improved logviewer widget.</para>
|
---|
221 | </listitem>
|
---|
222 |
|
---|
223 | <listitem>
|
---|
224 | <para>User interface: several improvements to import appliance and clone virtual machine wizards including (not limited to) enabling user to select non-default folders per machine.</para>
|
---|
225 | </listitem>
|
---|
226 |
|
---|
227 | <listitem>
|
---|
228 | <para>User interface: a new floppy disk creation widget enabling user to create/add a (optionally formatted) floppy disk.</para>
|
---|
229 | </listitem>
|
---|
230 |
|
---|
231 | <listitem>
|
---|
232 | <para>User interface: a new media selection widget enabling the user to select one of the already known media or select a disk image file.</para>
|
---|
233 | </listitem>
|
---|
234 |
|
---|
235 | </itemizedlist>
|
---|
236 |
|
---|
237 | <para>In addition, the following items were fixed and/or added:</para>
|
---|
238 |
|
---|
239 | <itemizedlist>
|
---|
240 |
|
---|
241 | <listitem>
|
---|
242 | <para>User interface: video and audio recording can now be separately
|
---|
243 | enabled</para>
|
---|
244 | </listitem>
|
---|
245 |
|
---|
246 | <listitem>
|
---|
247 | <para>Audio: implemented support for attaching / detaching VRDE
|
---|
248 | audio drivers at runtime</para>
|
---|
249 | </listitem>
|
---|
250 |
|
---|
251 | <listitem>
|
---|
252 | <para>Guest Control: various new APIs and features were implemented
|
---|
253 | (see SDK documentation for more)</para>
|
---|
254 | </listitem>
|
---|
255 |
|
---|
256 | <listitem>
|
---|
257 | <para>Networking: Added a workaround for older guests which do not enable
|
---|
258 | bus mastering for the virtio PCI device</para>
|
---|
259 | </listitem>
|
---|
260 |
|
---|
261 | <listitem>
|
---|
262 | <para>iSCSI: In cases where there is no ambiguity, the LUN of an iSCSI
|
---|
263 | target is automatically determined; this makes eases the use of iSCSI
|
---|
264 | targets with LUNs other than zero
|
---|
265 | </para>
|
---|
266 | </listitem>
|
---|
267 |
|
---|
268 | <listitem>
|
---|
269 | <para>ACPI: Up to four custom ACPI tables can now be configured for a VM
|
---|
270 | </para>
|
---|
271 | </listitem>
|
---|
272 |
|
---|
273 | </itemizedlist>
|
---|
274 | </sect1>
|
---|
275 |
|
---|
276 | </chapter>
|
---|