1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Release change log structure
Each release has a matching log of changes which were made for that and
earlier releases. Earlier releases means anything with a lower number (e.g.
5.0.18 is lower than 5.1.2) which was released before this one. The log is
kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning,
particularly new features and fixed bugs, with a trac bug number if possible,
should be added to the top of the change log (that is, the section for the
upcoming release) for the branch in which it first appears - stable or
development - before the next release. If you back-port it to older branches
please add an entry there too. When a new major release is made, change log
sections for earlier releases are merged in.
Change log sections are split into two groups: major new features (normally
only for dot zero releases) and fixes. In addition, the entries in each group
are ordered as follows:
VMM-related entries (most important)
GUI-related entries (most visible for users)
Device-related entries
VBoxManage/API/Main-related entries
Host-related entries
Guest-related entries
BIOS/EFI/ACPI-related entries
Please do further ordering as seems appropriate by importance and visibility for
users, e.g. audio before serial ports and generally Windows before Linux. Please
also try to describe the user impact, not the technical details, and only use
technical terms if no non-technical ones are clear enough.
-->
<chapter>
<!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
<sect1>
<title>Version 6.0.4 (2019-01-28)</title>
<para>This is a maintenance release. The following items were fixed and/or
added:</para>
<itemizedlist>
<listitem>
<para>Virtualization core: support Shanghai/Zhaoxin CPUs.</para>
</listitem>
<listitem>
<para>User interface: handle command line arguments to VirtualBox correctly
(bugs #18206 and #18197)</para>
</listitem>
<listitem>
<para>User interface: improvements to machine manager window, virtual
optical disk creator, storage selector window and log viewer window
</para>
</listitem>
<listitem>
<para>User interface: various small fixes and improvements</para>
</listitem>
<listitem>
<para>Audio: implemented time scheduling for the AC'97 device emulation
to keep audio and video in sync</para>
</listitem>
<listitem>
<para>Graphics: basic support for VMSVGA graphics device in virtual
machines using EFI</para>
</listitem>
<listitem>
<para>Network: fix occasional NATNet crashes (bug #13899)</para>
</listitem>
<listitem>
<para>Network: worked around problems in certain PCnet drivers
on old operating systems</para>
</listitem>
<listitem>
<para>Serial: fixed connecting to pseudo terminals on POSIX hosts
(6.0.0 regression; bug #18319)</para>
</listitem>
<listitem>
<para>Linux hosts and guests: fix for building kernel modules
against Linux 5.0. Thank you Kyle Laker</para>
</listitem>
</itemizedlist>
</sect1>
<sect1>
<title>Version 6.0.2 (2019-01-15)</title>
<para>
This is a maintenance release. The following items were fixed
and/or added:
</para>
<itemizedlist>
<listitem>
<para>
User interface: fixed creation of desktop shortcuts for
starting virtual machines (bug #18207)
</para>
</listitem>
<listitem>
<para>
User interface: allow the first run window to selecting host drives
(bug #18230)
</para>
</listitem>
<listitem>
<para>
User interface: fixed attaching empty host optical drives (bug #18223)
</para>
</listitem>
<listitem>
<para>
User interface: implemented a new virtual optical disk creation
window
</para>
</listitem>
<listitem>
<para>
USB: modified Linux backends to reset USB devices (previously, most
guest attempts to reset USB devices were ignored)
</para>
</listitem>
<listitem>
<para>
PCnet: fixed a regression which caused some PCnet PCI guest
drivers to not detect the emulated hardware (bug #18286)
</para>
</listitem>
<listitem>
<para>Linux hosts: Skip device enumeration if PulseAudio interface is
not available</para>
</listitem>
<listitem>
<para>
Linux hosts: fixed conflict between Debian and Oracle build desktop
files (bug #18264)
</para>
</listitem>
<listitem>
<para>
Linux and MacOS hosts: VirtualBoxVM command not accessible (bug #18257)
</para>
</listitem>
<listitem>
<para>
Windows guests: multiple monitor fixes with VBoxSVGA graphics
</para>
</listitem>
<listitem>
<para>
Windows guests: black screen with VBoxSVGA graphics when 3D is
disabled (bug #18205)
</para>
</listitem>
<listitem>
<para>
Linux guests: fixed building drivers on SLES 12.4 (bug #18213)
</para>
</listitem>
<listitem>
<para>
Linux guests: fixed building shared folder driver with older
kernels (bug #18238)
</para>
</listitem>
<listitem>
<para>
OS/2 shared folders: fixed write regression introduced in 6.0.0 GA
</para>
</listitem>
</itemizedlist>
</sect1>
<sect1>
<title>Version 6.0.0 (2018-12-18)</title>
<para>
This is a major update. The following major new features were
added:
</para>
<itemizedlist>
<listitem>
<para>
Implemented support for exporting a virtual machine to Oracle
Cloud Infrastructure
</para>
</listitem>
<listitem>
<para>
User interface: greatly improved HiDPI and scaling support,
including better detection and per-machine configuration
</para>
</listitem>
<listitem>
<para>
Major rework of user interface with simpler and more powerful
application and virtual machine set-up
</para>
</listitem>
<listitem>
<para>
User interface: a new file manager enabling user to control
the guest file system and copy files between host and guest.
</para>
</listitem>
<listitem>
<para>
Graphics: major update of 3D graphics support for Windows
guests, and VMSVGA 3D graphics device emulation on Linux and
Solaris guests
</para>
</listitem>
<listitem>
<para>
Added support for surround speaker setups (as used by Windows
10 Build 1809)
</para>
</listitem>
<listitem>
<para>
Added utility <computeroutput>vboximg-mount</computeroutput>
on Apple hosts to access the content of guest disks on the
host
</para>
</listitem>
<listitem>
<para>
Added support for using Hyper-V as the fallback execution core
on Windows host, to avoid inability to run VMs at the price of
reduced performance
</para>
</listitem>
</itemizedlist>
<para>
In addition, the following items were fixed and/or added:
</para>
<itemizedlist>
<listitem>
<para>
Execution core: fixed single-stepping in certain circumstances
(bug #17316)
</para>
</listitem>
<listitem>
<para>
User interface: video and audio recording can now be
separately enabled
</para>
</listitem>
<listitem>
<para>
Audio/Video recording fixes and improvements
</para>
</listitem>
<listitem>
<para>
Audio: better support for attaching and detaching remote
desktop connections
</para>
</listitem>
<listitem>
<para>
Serial port emulation fixes
</para>
</listitem>
<listitem>
<para>
Serial ports: allow changing the serial port attachment while
a machine is running (bug #6115)
</para>
</listitem>
<listitem>
<para>
Networking: Added a workaround for older guests which do not
enable bus mastering for the virtio PCI device
</para>
</listitem>
<listitem>
<para>
Networking: fixed wrong RCODE from DNS AAAA query with
--natdnshostresolver1 (bug #18171)
</para>
</listitem>
<listitem>
<para>
iSCSI: In cases where there is no ambiguity, the LUN of an
iSCSI target is automatically determined, for targets with
non-zero LUNs
</para>
</listitem>
<listitem>
<para>
Transparently resize disk images when merging if possible
</para>
</listitem>
<listitem>
<para>
VBoxManage: support for DHCP options
</para>
</listitem>
<listitem>
<para>
Fixed VNC/RDP (bug #18153)
</para>
</listitem>
<listitem>
<para>
Guest Control: various new interfaces and features (see SDK
documentation)
</para>
</listitem>
<listitem>
<para>
Linux hosts: support Linux 4.20 (thank you Larry Finger)
</para>
</listitem>
<listitem>
<para>
Solaris: installer fixes
</para>
</listitem>
<listitem>
<para>
Shared folders: performance improvements
</para>
</listitem>
<listitem>
<para>
Guest Additions: improved shared folder auto-mounting
</para>
</listitem>
<listitem>
<para>
Windows Guest Additions: fix incorrect tablet co-ordinate
handling with recent Windows 10 builds
</para>
</listitem>
<listitem>
<para>
Linux Additions: fix for building vboxvideo on EL 7.6 standard
kernel, contributed by Robert Conde (bug #18093)
</para>
</listitem>
<listitem>
<para>
Linux guests: support Linux 4.20 (thank you Larry Finger)
</para>
</listitem>
<listitem>
<para>
Linux guests: support VMSVGA in the Linux and X11 Additions
</para>
</listitem>
<listitem>
<para>
MacOS Guest Additions: initial support
</para>
</listitem>
<listitem>
<para>
OS/2 Guest Additions: initial shared folder support
</para>
</listitem>
<listitem>
<para>
BIOS fixes
</para>
</listitem>
<listitem>
<para>
ACPI: Up to four custom ACPI tables can now be configured for
a VM
</para>
</listitem>
</itemizedlist>
</sect1>
</chapter>
|