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 | </itemizedlist>
|
---|
47 |
|
---|
48 | <para>
|
---|
49 | In addition, the following items were fixed or added:
|
---|
50 | </para>
|
---|
51 |
|
---|
52 | <itemizedlist>
|
---|
53 |
|
---|
54 | <listitem>
|
---|
55 | <para>Dummy entry</para>
|
---|
56 | </listitem>
|
---|
57 |
|
---|
58 | </itemizedlist>
|
---|
59 |
|
---|
60 | </sect1>
|
---|
61 | <sect1>
|
---|
62 | <title>Version 6.0.0_BETA3 (2018-11-30)</title>
|
---|
63 |
|
---|
64 | <para>This is a beta release. The following major new features
|
---|
65 | were added:</para>
|
---|
66 |
|
---|
67 | <itemizedlist>
|
---|
68 |
|
---|
69 | <listitem>
|
---|
70 | <para>OCI integration: exporting a VM is now possible from the command line
|
---|
71 | interface (VBoxManage)</para>
|
---|
72 | </listitem>
|
---|
73 |
|
---|
74 | <listitem>
|
---|
75 | <para>OCI integration: all virtualized shapes are supported, e.g.
|
---|
76 | VM.Standard2.*</para>
|
---|
77 | </listitem>
|
---|
78 |
|
---|
79 | <listitem>
|
---|
80 | <para>Devices/graphics: enable support for VMSVGA graphics device emulation
|
---|
81 | by default</para>
|
---|
82 | </listitem>
|
---|
83 |
|
---|
84 | <listitem>
|
---|
85 | <para>VBoxManage: support for DHCP options</para>
|
---|
86 | </listitem>
|
---|
87 |
|
---|
88 | <listitem>
|
---|
89 | <para>Windows guests: support VMSVGA in the Windows Additions</para>
|
---|
90 | </listitem>
|
---|
91 |
|
---|
92 | </itemizedlist>
|
---|
93 |
|
---|
94 | <para>In addition, the following items were fixed and/or added:</para>
|
---|
95 |
|
---|
96 | <itemizedlist>
|
---|
97 |
|
---|
98 | <listitem>
|
---|
99 | <para>Serial: allow changing the serial port attachment while the
|
---|
100 | VM is running (bug #6115)</para>
|
---|
101 | </listitem>
|
---|
102 |
|
---|
103 | <listitem>
|
---|
104 | <para>Linux hosts: support Linux 4.20 (thank you Larry Finger)</para>
|
---|
105 | </listitem>
|
---|
106 |
|
---|
107 | <listitem>
|
---|
108 | <para>Linux guests: support Linux 4.20 (thank you Larry Finger)</para>
|
---|
109 | </listitem>
|
---|
110 |
|
---|
111 | <listitem>
|
---|
112 | <para>Linux guests: support VMSVGA in the Linux and X11 Additions</para>
|
---|
113 | </listitem>
|
---|
114 |
|
---|
115 | </itemizedlist>
|
---|
116 | </sect1>
|
---|
117 |
|
---|
118 | <sect1>
|
---|
119 | <title>Version 6.0.0_BETA2 (2018-11-15)</title>
|
---|
120 |
|
---|
121 | <para>This is a beta release. The following major new features
|
---|
122 | were added:</para>
|
---|
123 |
|
---|
124 | <itemizedlist>
|
---|
125 |
|
---|
126 | <listitem>
|
---|
127 | <para>User interface: a new file manager enabling user to control the guest file system and copy file objects between host and guest.</para>
|
---|
128 | </listitem>
|
---|
129 |
|
---|
130 | </itemizedlist>
|
---|
131 |
|
---|
132 | <para>In addition, the following items were fixed and/or added:</para>
|
---|
133 |
|
---|
134 | <itemizedlist>
|
---|
135 |
|
---|
136 | <listitem>
|
---|
137 | <para>Oracle Cloud integration fixes and improvements</para>
|
---|
138 | </listitem>
|
---|
139 |
|
---|
140 | <listitem>
|
---|
141 | <para>User interface: many improvements</para>
|
---|
142 | </listitem>
|
---|
143 |
|
---|
144 | <listitem>
|
---|
145 | <para>Audio/Video recording fixes and improvements</para>
|
---|
146 | </listitem>
|
---|
147 |
|
---|
148 | <listitem>
|
---|
149 | <para>Devices: new BusLogic ISA variant</para>
|
---|
150 | </listitem>
|
---|
151 |
|
---|
152 | <listitem>
|
---|
153 | <para>Devices: serial port fixes</para>
|
---|
154 | </listitem>
|
---|
155 |
|
---|
156 | <listitem>
|
---|
157 | <para>BIOS: fixes</para>
|
---|
158 | </listitem>
|
---|
159 |
|
---|
160 | <listitem>
|
---|
161 | <para>API: transparently resize disk images when merging if
|
---|
162 | possible</para>
|
---|
163 | </listitem>
|
---|
164 |
|
---|
165 | <listitem>
|
---|
166 | <para>Solaris: installer fixes</para>
|
---|
167 | </listitem>
|
---|
168 |
|
---|
169 | <listitem>
|
---|
170 | <para>Windows Guest Additions: fix incorrect tablet co-ordinate
|
---|
171 | handling with recent Windows 10 builds</para>
|
---|
172 | </listitem>
|
---|
173 |
|
---|
174 | <listitem>
|
---|
175 | <para>Guest Additions: improved shared folder auto-mounting</para>
|
---|
176 | </listitem>
|
---|
177 |
|
---|
178 | <listitem>
|
---|
179 | <para>OS/2 Guest Additions: initial shared folder support</para>
|
---|
180 | </listitem>
|
---|
181 |
|
---|
182 | </itemizedlist>
|
---|
183 | </sect1>
|
---|
184 |
|
---|
185 | <sect1>
|
---|
186 | <title>Version 6.0.0_BETA1 (2018-10-22)</title>
|
---|
187 |
|
---|
188 | <para>This is a beta release. The following major new features
|
---|
189 | were added:</para>
|
---|
190 |
|
---|
191 | <itemizedlist>
|
---|
192 |
|
---|
193 | <listitem>
|
---|
194 | <para>OCI Integration: implemented support for exporting a VM to
|
---|
195 | Oracle Cloud Infrastructure</para>
|
---|
196 | </listitem>
|
---|
197 |
|
---|
198 | <listitem>
|
---|
199 | <para>User interface: greatly improved HiDPI and scaling support,
|
---|
200 | including better using host HiDPI support, HiDPI icons,
|
---|
201 | improved detection and per-machine configuration</para>
|
---|
202 | </listitem>
|
---|
203 |
|
---|
204 | <listitem>
|
---|
205 | <para>User interface: major rework of interface style with improved
|
---|
206 | ease of access for application and machine set-up</para>
|
---|
207 | </listitem>
|
---|
208 |
|
---|
209 | <listitem>
|
---|
210 | <para>User interface: an improved logviewer widget.</para>
|
---|
211 | </listitem>
|
---|
212 |
|
---|
213 | <listitem>
|
---|
214 | <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>
|
---|
215 | </listitem>
|
---|
216 |
|
---|
217 | <listitem>
|
---|
218 | <para>User interface: a new floppy disk creation widget enabling user to create/add a (optionally formatted) floppy disk.</para>
|
---|
219 | </listitem>
|
---|
220 |
|
---|
221 | <listitem>
|
---|
222 | <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>
|
---|
223 | </listitem>
|
---|
224 |
|
---|
225 | </itemizedlist>
|
---|
226 |
|
---|
227 | <para>In addition, the following items were fixed and/or added:</para>
|
---|
228 |
|
---|
229 | <itemizedlist>
|
---|
230 |
|
---|
231 | <listitem>
|
---|
232 | <para>User interface: video and audio recording can now be separately
|
---|
233 | enabled</para>
|
---|
234 | </listitem>
|
---|
235 |
|
---|
236 | <listitem>
|
---|
237 | <para>Audio: implemented support for attaching / detaching VRDE
|
---|
238 | audio drivers at runtime</para>
|
---|
239 | </listitem>
|
---|
240 |
|
---|
241 | <listitem>
|
---|
242 | <para>Guest Control: various new APIs and features were implemented
|
---|
243 | (see SDK documentation for more)</para>
|
---|
244 | </listitem>
|
---|
245 |
|
---|
246 | <listitem>
|
---|
247 | <para>Networking: Added a workaround for older guests which do not enable
|
---|
248 | bus mastering for the virtio PCI device</para>
|
---|
249 | </listitem>
|
---|
250 |
|
---|
251 | <listitem>
|
---|
252 | <para>iSCSI: In cases where there is no ambiguity, the LUN of an iSCSI
|
---|
253 | target is automatically determined; this makes eases the use of iSCSI
|
---|
254 | targets with LUNs other than zero
|
---|
255 | </para>
|
---|
256 | </listitem>
|
---|
257 |
|
---|
258 | <listitem>
|
---|
259 | <para>ACPI: Up to four custom ACPI tables can now be configured for a VM
|
---|
260 | </para>
|
---|
261 | </listitem>
|
---|
262 |
|
---|
263 | </itemizedlist>
|
---|
264 | </sect1>
|
---|
265 |
|
---|
266 | </chapter>
|
---|