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 | BIOS/EFI/ACPI-related entries
|
---|
26 |
|
---|
27 | Please do further ordering as seems appropriate by importance and visibility for
|
---|
28 | users, e.g. audio before serial ports and generally Windows before Linux. Please
|
---|
29 | also try to describe the user impact, not the technical details, and only use
|
---|
30 | technical terms if no non-technical ones are clear enough.
|
---|
31 |
|
---|
32 | Rules for adding a changelog entry to make them look more uniform:
|
---|
33 |
|
---|
34 | 1. Begin the entry with an UPPERCASE letter, e.g. "Foo: Fixed" vs. "Foo: fixed"
|
---|
35 | 2. Use the past form of something, e.g. "Fixed ..." vs. "Fix ..."
|
---|
36 | 3. No dot (.) after the entry, e.g. "<para>Foo: Bar</para>" vs. "<para>Foo: Bar.</para>"
|
---|
37 |
|
---|
38 | Full example:
|
---|
39 |
|
---|
40 | <listitem>
|
---|
41 | <para>Foo: Fixed something really important</para>
|
---|
42 | </listitem>
|
---|
43 | -->
|
---|
44 | <chapter>
|
---|
45 |
|
---|
46 | <!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
|
---|
47 | So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
|
---|
48 |
|
---|
49 |
|
---|
50 | <sect1>
|
---|
51 |
|
---|
52 | <title>Version 7.0.0_ALPHA1 (2022-05-18)</title>
|
---|
53 |
|
---|
54 | <para>This is a maintenance release. The following items were fixed and/or
|
---|
55 | added:</para>
|
---|
56 |
|
---|
57 | <itemizedlist>
|
---|
58 | <listitem>
|
---|
59 | <para>Guest Control: Implemented initial support for automatic updating
|
---|
60 | of Guest Additions for Linux guests</para>
|
---|
61 | </listitem>
|
---|
62 |
|
---|
63 | <listitem>
|
---|
64 | <para>Guest Control: Implemented ability to wait for and/or reboot the
|
---|
65 | guest when updating Guest Additions via VBoxManage</para>
|
---|
66 | </listitem>
|
---|
67 |
|
---|
68 | <listitem>
|
---|
69 | <para>VBoxManage: Added Guest Control "waitrunlevel" sub-command to
|
---|
70 | make it possible to wait for a guest to reach a certain run level</para>
|
---|
71 | </listitem>
|
---|
72 |
|
---|
73 | <listitem>
|
---|
74 | <para>Windows hosts: Added experimental support of running autostarted VMs
|
---|
75 | in session 0, to allow running VMS even when a usser is not being logged
|
---|
76 | in (disabled by default, please consult the manual)</para>
|
---|
77 | </listitem>
|
---|
78 |
|
---|
79 | </itemizedlist>
|
---|
80 | </sect1>
|
---|
81 |
|
---|
82 | <sect1>
|
---|
83 |
|
---|
84 | <title>Version 6.1.4 (2020-02-19)</title>
|
---|
85 |
|
---|
86 | <para>This is a maintenance release. The following items were fixed and/or
|
---|
87 | added:</para>
|
---|
88 |
|
---|
89 | <itemizedlist>
|
---|
90 | <listitem>
|
---|
91 | <para>Virtualization core: Fixed a rare issue with ICEBP instruction
|
---|
92 | causing guru meditations on Intel hosts (6.1.0 regression;
|
---|
93 | bug #19171)</para>
|
---|
94 | </listitem>
|
---|
95 |
|
---|
96 | <listitem>
|
---|
97 | <para>Virtualization core: Fixed macOS Catalina guests failing to boot
|
---|
98 | after upgrading to 10.15.2 onwards (bug #19188)</para>
|
---|
99 | </listitem>
|
---|
100 |
|
---|
101 | <listitem>
|
---|
102 | <para>GUI: recent NLS integration and bug fixes for GUI and Qt
|
---|
103 | translation tags</para>
|
---|
104 | </listitem>
|
---|
105 |
|
---|
106 | <listitem>
|
---|
107 | <para>USB: Fix isochronous transfers to the VM for xHCI</para>
|
---|
108 | </listitem>
|
---|
109 |
|
---|
110 | <listitem>
|
---|
111 | <para>Serial: Fix buffer handling, avoiding receiving stale data
|
---|
112 | when the receive queue is flushed (bug #18671)</para>
|
---|
113 | </listitem>
|
---|
114 |
|
---|
115 | <listitem>
|
---|
116 | <para>Serial: Improve host serial port passthrough handling on
|
---|
117 | Windows host</para>
|
---|
118 | </listitem>
|
---|
119 |
|
---|
120 | <listitem>
|
---|
121 | <para>VBoxManage: Restore old --clipboard option for modifyvm
|
---|
122 | command</para>
|
---|
123 | </listitem>
|
---|
124 |
|
---|
125 | <listitem>
|
---|
126 | <para>macOS host: Use hardened runtime and request the needed
|
---|
127 | entitlements, meeting latest notarization rules which also
|
---|
128 | required moving VirtualBoxVM executable</para>
|
---|
129 | </listitem>
|
---|
130 |
|
---|
131 | <listitem>
|
---|
132 | <para>macOS host: Update osxfuse to v3.10.4</para>
|
---|
133 | </listitem>
|
---|
134 |
|
---|
135 | <listitem>
|
---|
136 | <para>Windows host: Update Italian translation of installer</para>
|
---|
137 | </listitem>
|
---|
138 |
|
---|
139 | <listitem>
|
---|
140 | <para>Windows host: Improve shared folder compatibility with POSIX
|
---|
141 | append semantic (bug #19003)</para>
|
---|
142 | </listitem>
|
---|
143 |
|
---|
144 | <listitem>
|
---|
145 | <para>Windows host: Restore the ability to run VMs through Hyper-V,
|
---|
146 | at the expense of performance</para>
|
---|
147 | </listitem>
|
---|
148 |
|
---|
149 | <listitem>
|
---|
150 | <para>Linux guest: Support Linux 5.5 (bug #19145)</para>
|
---|
151 | </listitem>
|
---|
152 |
|
---|
153 | <listitem>
|
---|
154 | <para>Linux guest: Shared folder fix for loopback mounting of
|
---|
155 | images</para>
|
---|
156 | </listitem>
|
---|
157 |
|
---|
158 | <listitem>
|
---|
159 | <para>BIOS: Always report non-ATA disks as ready</para>
|
---|
160 | </listitem>
|
---|
161 |
|
---|
162 | <listitem>
|
---|
163 | <para>BIOS: Report EFI support through DMI table (bug 19144)</para>
|
---|
164 | </listitem>
|
---|
165 |
|
---|
166 | <listitem>
|
---|
167 | <para>VGA BIOS: Reduce stack space usage for INT 10h handlers</para>
|
---|
168 | </listitem>
|
---|
169 |
|
---|
170 | </itemizedlist>
|
---|
171 | </sect1>
|
---|
172 |
|
---|
173 | <sect1>
|
---|
174 | <title>Version 6.1.2 (2020-01-14)</title>
|
---|
175 |
|
---|
176 | <para>
|
---|
177 | This is a maintenance release. The following items were fixed and/or
|
---|
178 | added:
|
---|
179 | </para>
|
---|
180 |
|
---|
181 | <itemizedlist>
|
---|
182 |
|
---|
183 | <listitem>
|
---|
184 | <para>Virtualization core: Fixed performance issue observed with
|
---|
185 | Windows XP guests on AMD hosts (6.0.0 regression; bug #19152)</para>
|
---|
186 | </listitem>
|
---|
187 |
|
---|
188 | <listitem>
|
---|
189 | <para>Virtualization core: Consistent IBRS/IBPB CPUID feature
|
---|
190 | reporting, avoids crash of NetBSD 9.0 RC1 installer (bug
|
---|
191 | #19146)</para>
|
---|
192 | </listitem>
|
---|
193 |
|
---|
194 | <listitem>
|
---|
195 | <para>GUI: Fixed updating of runtime info</para>
|
---|
196 | </listitem>
|
---|
197 |
|
---|
198 | <listitem>
|
---|
199 | <para>GUI: In Display settings, do not show "2D video acceleration"
|
---|
200 | checkbox if it is meaningless for the selected graphics
|
---|
201 | adapter</para>
|
---|
202 | </listitem>
|
---|
203 |
|
---|
204 | <listitem>
|
---|
205 | <para>Audio: Fixed audio input handling when VRDE is enabled</para>
|
---|
206 | </listitem>
|
---|
207 |
|
---|
208 | <listitem>
|
---|
209 | <para>Audio: Fixed crash in the HDA emulation when using multi-speaker
|
---|
210 | configurations</para>
|
---|
211 | </listitem>
|
---|
212 |
|
---|
213 | <listitem>
|
---|
214 | <para>Storage: Fixed use of encrypted disks with snapshots involved
|
---|
215 | (6.1.0 regression; bug #19160)</para>
|
---|
216 | </listitem>
|
---|
217 |
|
---|
218 | <listitem>
|
---|
219 | <para>Storage: Improve performance of virtio-scsi</para>
|
---|
220 | </listitem>
|
---|
221 |
|
---|
222 | <listitem>
|
---|
223 | <para>Storage: Read-only support for compressed clusters in QCOW2
|
---|
224 | images</para>
|
---|
225 | </listitem>
|
---|
226 |
|
---|
227 | <listitem>
|
---|
228 | <para>Windows installer: Include unintentionally dropped vbox-img.exe
|
---|
229 | utility again</para>
|
---|
230 | </listitem>
|
---|
231 |
|
---|
232 | <listitem>
|
---|
233 | <para>Windows host: When installing or removing an extension pack,
|
---|
234 | retry the sometimes failing directory renaming (usually caused by
|
---|
235 | anti-virus software accessing the directory)</para>
|
---|
236 | </listitem>
|
---|
237 |
|
---|
238 | <listitem>
|
---|
239 | <para>Linux host: Support Linux 5.5 (guest additions not yet)</para>
|
---|
240 | </listitem>
|
---|
241 |
|
---|
242 | <listitem>
|
---|
243 | <para>Windows guest: Accelerate 2D video decoding (scaling and color
|
---|
244 | space conversion) if the VM is configured to use VBoxSVGA with 3D
|
---|
245 | enabled</para>
|
---|
246 | </listitem>
|
---|
247 |
|
---|
248 | <listitem>
|
---|
249 | <para>Windows guest: Fix guest additions installer to upgrade the mouse
|
---|
250 | filter driver reliably</para>
|
---|
251 | </listitem>
|
---|
252 |
|
---|
253 | <listitem>
|
---|
254 | <para>Windows guest: When uninstalling older Guest Additions with old
|
---|
255 | 3D support enabled try restoring original Direct3D files</para>
|
---|
256 | </listitem>
|
---|
257 |
|
---|
258 | <listitem>
|
---|
259 | <para>Linux guest: Improve resize and multi-monitor handling for VMs
|
---|
260 | using VMSVGA (known remaining issue: do not disable a monitor
|
---|
261 | "in the middle", causes confusion)</para>
|
---|
262 | </listitem>
|
---|
263 |
|
---|
264 | </itemizedlist>
|
---|
265 | </sect1>
|
---|
266 |
|
---|
267 | <sect1>
|
---|
268 | <title>Version 6.1.0 (2019-12-10)</title>
|
---|
269 |
|
---|
270 | <para>
|
---|
271 | This is a major update. The following major new features were
|
---|
272 | added:
|
---|
273 | </para>
|
---|
274 |
|
---|
275 | <itemizedlist>
|
---|
276 |
|
---|
277 | <listitem>
|
---|
278 | <para>
|
---|
279 | Implemented support for importing a virtual machine from Oracle
|
---|
280 | Cloud Infrastructure
|
---|
281 | </para>
|
---|
282 | </listitem>
|
---|
283 |
|
---|
284 | <listitem>
|
---|
285 | <para>
|
---|
286 | Extended support for exporting a virtual machine to Oracle
|
---|
287 | Cloud Infrastructure, allowing the creation of multiple
|
---|
288 | virtual machines without re-uploading. Also added option to
|
---|
289 | export a VM to the cloud using the more efficient variant
|
---|
290 | "paravirtialized", and to specify free-form tags for cloud
|
---|
291 | images
|
---|
292 | </para>
|
---|
293 | </listitem>
|
---|
294 |
|
---|
295 | <listitem>
|
---|
296 | <para>
|
---|
297 | Virtualization core: Support for nested hardware-virtualization
|
---|
298 | on Intel CPUs (starting with 5th generation Core i, codename
|
---|
299 | Broadwell), so far tested only with guest running VirtualBox
|
---|
300 | </para>
|
---|
301 | </listitem>
|
---|
302 |
|
---|
303 | <listitem>
|
---|
304 | <para>
|
---|
305 | Graphics: New style 3D support (with VBoxSVGA and VMSVGA) remains,
|
---|
306 | old style 3D support (with VBoxVGA) has been completely removed
|
---|
307 | </para>
|
---|
308 | </listitem>
|
---|
309 |
|
---|
310 | </itemizedlist>
|
---|
311 |
|
---|
312 | <para>
|
---|
313 | In addition, the following items were fixed and/or added:
|
---|
314 | </para>
|
---|
315 |
|
---|
316 | <itemizedlist>
|
---|
317 |
|
---|
318 | <listitem>
|
---|
319 | <para>
|
---|
320 | Virtualization core: Drop recompiler, i.e. running VMs now needs
|
---|
321 | a CPU supporting hardware virtualization
|
---|
322 | </para>
|
---|
323 | </listitem>
|
---|
324 |
|
---|
325 | <listitem>
|
---|
326 | <para>
|
---|
327 | Runtime: Works now on hosts with many CPUs (limit now 1024)
|
---|
328 | </para>
|
---|
329 | </listitem>
|
---|
330 |
|
---|
331 | <listitem>
|
---|
332 | <para>
|
---|
333 | Appliance and Cloud Import: Add field for defining firmware type (not
|
---|
334 | part of OVF spec and thus manual in the Appliance case, for OCI it is
|
---|
335 | automatically taken from the instance information)
|
---|
336 | </para>
|
---|
337 | </listitem>
|
---|
338 |
|
---|
339 | <listitem>
|
---|
340 | <para>
|
---|
341 | GUI: Improved the VISO creation and file manager dialogs
|
---|
342 | </para>
|
---|
343 | </listitem>
|
---|
344 |
|
---|
345 | <listitem>
|
---|
346 | <para>
|
---|
347 | GUI: Virtual machine list of VirtualBox Manager was improved. Machine
|
---|
348 | groups are now more obvious visually and VM search functionality
|
---|
349 | has been improved. Global Tools element can now be pinned in place,
|
---|
350 | to avoid scrolling it with rest of machine list
|
---|
351 | </para>
|
---|
352 | </listitem>
|
---|
353 |
|
---|
354 | <listitem>
|
---|
355 | <para>
|
---|
356 | GUI: Virtual machine details pane is now extended with embedded editors
|
---|
357 | for selected VM attributes, allowing user to edit them on-the-fly byi
|
---|
358 | clicking corresponding hyper-links without opening VM settings dialog
|
---|
359 | </para>
|
---|
360 | </listitem>
|
---|
361 |
|
---|
362 | <listitem>
|
---|
363 | <para>
|
---|
364 | GUI: Details pane provides more complete information
|
---|
365 | </para>
|
---|
366 | </listitem>
|
---|
367 |
|
---|
368 | <listitem>
|
---|
369 | <para>
|
---|
370 | GUI: Internal medium enumeration routines were optimized to reduce the load
|
---|
371 | and optimize the performance in cases when user have lots
|
---|
372 | of media registered. Also, we again allowed to add existing media (and create new)
|
---|
373 | via Virtual Media Manager
|
---|
374 | </para>
|
---|
375 | </listitem>
|
---|
376 |
|
---|
377 | <listitem>
|
---|
378 | <para>
|
---|
379 | GUI: More consistent medium selection (both showing known images
|
---|
380 | and allowing to select using the file picker)
|
---|
381 | </para>
|
---|
382 | </listitem>
|
---|
383 |
|
---|
384 | <listitem>
|
---|
385 | <para>
|
---|
386 | GUI: VM storage settings page was adjusted a bit in usability regard. User is now
|
---|
387 | allowed to change controller bus type and can move attachments between the controllers
|
---|
388 | by using drag and drop
|
---|
389 | </para>
|
---|
390 | </listitem>
|
---|
391 |
|
---|
392 | <listitem>
|
---|
393 | <para>
|
---|
394 | GUI: Storage and Network settings pages bug-fixes and usability optimization
|
---|
395 | </para>
|
---|
396 | </listitem>
|
---|
397 |
|
---|
398 | <listitem>
|
---|
399 | <para>
|
---|
400 | GUI: Added a new soft (virtual) keyboard enabling arbitrary keyboard input to guests,
|
---|
401 | including multimedia keys
|
---|
402 | </para>
|
---|
403 | </listitem>
|
---|
404 |
|
---|
405 | <listitem>
|
---|
406 | <para>
|
---|
407 | GUI: Fixed crash in cloud related wizards when accessibility
|
---|
408 | functionality was enabled
|
---|
409 | </para>
|
---|
410 | </listitem>
|
---|
411 |
|
---|
412 | <listitem>
|
---|
413 | <para>
|
---|
414 | GUI: Show VM CPU load as part of status bar CPU indicator
|
---|
415 | </para>
|
---|
416 | </listitem>
|
---|
417 |
|
---|
418 | <listitem>
|
---|
419 | <para>
|
---|
420 | GUI: Improved and extended the Session Information dialog
|
---|
421 | </para>
|
---|
422 | </listitem>
|
---|
423 |
|
---|
424 | <listitem>
|
---|
425 | <para>
|
---|
426 | GUI: Fixed/improved mouse pointer scaling
|
---|
427 | </para>
|
---|
428 | </listitem>
|
---|
429 |
|
---|
430 | <listitem>
|
---|
431 | <para>
|
---|
432 | GUI: Some issues related to mouse integration cursor scaling were
|
---|
433 | addressed (bug #14366), more to go
|
---|
434 | </para>
|
---|
435 | </listitem>
|
---|
436 |
|
---|
437 | <listitem>
|
---|
438 | <para>
|
---|
439 | GUI: Fix and unify geometry save/restore in various dialogs
|
---|
440 | </para>
|
---|
441 | </listitem>
|
---|
442 |
|
---|
443 | <listitem>
|
---|
444 | <para>
|
---|
445 | GUI: Added the missing restriction options for disabling new
|
---|
446 | functionality such as the VISO creator
|
---|
447 | </para>
|
---|
448 | </listitem>
|
---|
449 |
|
---|
450 | <listitem>
|
---|
451 | <para>
|
---|
452 | GUI: Popup messages mouse click fix
|
---|
453 | </para>
|
---|
454 | </listitem>
|
---|
455 |
|
---|
456 | <listitem>
|
---|
457 | <para>
|
---|
458 | Graphics: Remove 3D support for VBoxVGA (old one deprecated with 6.0)
|
---|
459 | </para>
|
---|
460 | </listitem>
|
---|
461 |
|
---|
462 | <listitem>
|
---|
463 | <para>
|
---|
464 | Graphics: Additional texture format support on Windows host
|
---|
465 | </para>
|
---|
466 | </listitem>
|
---|
467 |
|
---|
468 | <listitem>
|
---|
469 | <para>
|
---|
470 | Graphics: Improved fix for flickering on Windows host
|
---|
471 | </para>
|
---|
472 | </listitem>
|
---|
473 |
|
---|
474 | <listitem>
|
---|
475 | <para>Input: Added support for horizontal scrolling in the PS/2 mouse
|
---|
476 | device using the IntelliMouse Explorer protocol. Note that this support
|
---|
477 | is automatically used by Linux guests but not by Windows guests
|
---|
478 | </para>
|
---|
479 | </listitem>
|
---|
480 |
|
---|
481 | <listitem>
|
---|
482 | <para>vboximg-mount: Experimental support for direct read-only access
|
---|
483 | to NTFS, FAT and ext2/3/4 filesystems inside a disk image without
|
---|
484 | the need for support on the host
|
---|
485 | </para>
|
---|
486 | </listitem>
|
---|
487 |
|
---|
488 | <listitem>
|
---|
489 | <para>vboximg-mount: Now also available on Linux host
|
---|
490 | </para>
|
---|
491 | </listitem>
|
---|
492 |
|
---|
493 | <listitem>
|
---|
494 | <para>
|
---|
495 | Storage: Experimental support for virtio-scsi, for both hard disks and
|
---|
496 | optical drives (including boot support in BIOS)
|
---|
497 | </para>
|
---|
498 | </listitem>
|
---|
499 |
|
---|
500 | <listitem>
|
---|
501 | <para>
|
---|
502 | Storage: For optical drive emulation fix empty host drive crash
|
---|
503 | </para>
|
---|
504 | </listitem>
|
---|
505 |
|
---|
506 | <listitem>
|
---|
507 | <para>
|
---|
508 | USB: Improvements for EHCI controller implementation
|
---|
509 | </para>
|
---|
510 | </listitem>
|
---|
511 |
|
---|
512 | <listitem>
|
---|
513 | <para>
|
---|
514 | USB: Filter can now specify port path, uniquely identifying a port
|
---|
515 | in a system
|
---|
516 | </para>
|
---|
517 | </listitem>
|
---|
518 |
|
---|
519 | <listitem>
|
---|
520 | <para>
|
---|
521 | NAT: Fix TFTP OACK response, send only if request has options
|
---|
522 | </para>
|
---|
523 | </listitem>
|
---|
524 |
|
---|
525 | <listitem>
|
---|
526 | <para>
|
---|
527 | NAT Network: Use non-blocking sockets on Linux for accepted
|
---|
528 | incoming connections (port forwarding)
|
---|
529 | </para>
|
---|
530 | </listitem>
|
---|
531 |
|
---|
532 | <listitem>
|
---|
533 | <para>
|
---|
534 | PCnet-ISA: Added new network adapter type, currently CLI only
|
---|
535 | </para>
|
---|
536 | </listitem>
|
---|
537 |
|
---|
538 | <listitem>
|
---|
539 | <para>
|
---|
540 | Audio: Allow changing the host audio backend while the VM is
|
---|
541 | in saved state
|
---|
542 | </para>
|
---|
543 | </listitem>
|
---|
544 |
|
---|
545 | <listitem>
|
---|
546 | <para>
|
---|
547 | ACPI: Report NVMe controller
|
---|
548 | </para>
|
---|
549 | </listitem>
|
---|
550 |
|
---|
551 | <listitem>
|
---|
552 | <para>
|
---|
553 | VGA: Improve hardware and BIOS compatibility
|
---|
554 | </para>
|
---|
555 | </listitem>
|
---|
556 |
|
---|
557 | <listitem>
|
---|
558 | <para>
|
---|
559 | VBoxSVGA/VMSVGA: Support YUV2 and related texture formats with hosts
|
---|
560 | using OpenGL (macOS and Linux), which accelerates video playback
|
---|
561 | when 3D is enabled by delegating the color space conversion to the
|
---|
562 | host GPU
|
---|
563 | </para>
|
---|
564 | </listitem>
|
---|
565 |
|
---|
566 | <listitem>
|
---|
567 | <para>
|
---|
568 | VBoxSVGA/VMSVGA: Several drawing fixes for the 3D case
|
---|
569 | </para>
|
---|
570 | </listitem>
|
---|
571 |
|
---|
572 | <listitem>
|
---|
573 | <para>
|
---|
574 | VMSVGA 3D: Fixed OpenGL compressed textures
|
---|
575 | </para>
|
---|
576 | </listitem>
|
---|
577 |
|
---|
578 | <listitem>
|
---|
579 | <para>
|
---|
580 | VBoxManage: More cloud functionality coverage, e.g. starting
|
---|
581 | a cloud instance
|
---|
582 | </para>
|
---|
583 | </listitem>
|
---|
584 |
|
---|
585 | <listitem>
|
---|
586 | <para>
|
---|
587 | VBoxManage: As part of the guest control feature support moving
|
---|
588 | multiple source files/directories to a target directory
|
---|
589 | </para>
|
---|
590 | </listitem>
|
---|
591 |
|
---|
592 | <listitem>
|
---|
593 | <para>Guest Control/VBoxManage: Added support for specifying multiple sources
|
---|
594 | when renaming guest files
|
---|
595 | </para>
|
---|
596 | </listitem>
|
---|
597 |
|
---|
598 | <listitem>
|
---|
599 | <para>VBoxManage: Show "unrestricted guest" and "nested HW
|
---|
600 | virtualization" CPU features when listing the host information</para>
|
---|
601 | </listitem>
|
---|
602 |
|
---|
603 | <listitem>
|
---|
604 | <para>
|
---|
605 | API: Reduce the amount of leftovers from Move VM function
|
---|
606 | </para>
|
---|
607 | </listitem>
|
---|
608 |
|
---|
609 | <listitem>
|
---|
610 | <para>
|
---|
611 | Shared Clipboard: Implemented experimental support for file transfers
|
---|
612 | for Linux hosts on Windows guests (disabled by default)
|
---|
613 | </para>
|
---|
614 | </listitem>
|
---|
615 |
|
---|
616 | <listitem>
|
---|
617 | <para>
|
---|
618 | SMBIOS: Store system UUID in little endian format which is the
|
---|
619 | default for new VMs, while existing VMs stick to the old VirtualBox
|
---|
620 | behavior of storing them in big endian format for backwards
|
---|
621 | compatibility to avoid breaking the activation status of Windows VMs
|
---|
622 | </para>
|
---|
623 | </listitem>
|
---|
624 |
|
---|
625 | <listitem>
|
---|
626 | <para>VBoxSDL frontend: Fixed running on Windows hosts</para>
|
---|
627 | </listitem>
|
---|
628 |
|
---|
629 | <listitem>
|
---|
630 | <para>
|
---|
631 | macOS host: Fix VM crashes (most visible on macOS Catalina)
|
---|
632 | </para>
|
---|
633 | </listitem>
|
---|
634 |
|
---|
635 | <listitem>
|
---|
636 | <para>
|
---|
637 | Linux host: Improve vboxweb systemd service dependency information
|
---|
638 | </para>
|
---|
639 | </listitem>
|
---|
640 |
|
---|
641 | <listitem>
|
---|
642 | <para>
|
---|
643 | Linux host: Drop PCI passthrough, the current code is too incomplete
|
---|
644 | (cannot handle PCIe devices at all), i.e. not useful enough
|
---|
645 | </para>
|
---|
646 | </listitem>
|
---|
647 |
|
---|
648 | <listitem>
|
---|
649 | <para>Linux host and guest: Support Linux 5.4 (bug #18945)</para>
|
---|
650 | </listitem>
|
---|
651 |
|
---|
652 | <listitem>
|
---|
653 | <para>Linux host and guest: Force disabling of kernel module signing
|
---|
654 | during build (user can do it afterwards)</para>
|
---|
655 | </listitem>
|
---|
656 |
|
---|
657 | <listitem>
|
---|
658 | <para>
|
---|
659 | Windows host: When possible, distinguish USB devices by port number; helps
|
---|
660 | with accurate capturing of devices when multiple otherwise identical devices
|
---|
661 | are connected
|
---|
662 | </para>
|
---|
663 | </listitem>
|
---|
664 |
|
---|
665 | <listitem>
|
---|
666 | <para>
|
---|
667 | Windows Guest Additions: Many fixes for drawing problems in the
|
---|
668 | driver for VBoxSVGA
|
---|
669 | </para>
|
---|
670 | </listitem>
|
---|
671 |
|
---|
672 | <listitem>
|
---|
673 | <para>
|
---|
674 | Windows Guest Additions: Fixes for legacy VBoxVGA adapter, restore
|
---|
675 | previously working cases
|
---|
676 | </para>
|
---|
677 | </listitem>
|
---|
678 |
|
---|
679 | <listitem>
|
---|
680 | <para>
|
---|
681 | Windows Guest Additions: Restore VHWA functionality for VBoxSVGA
|
---|
682 | </para>
|
---|
683 | </listitem>
|
---|
684 |
|
---|
685 | <listitem>
|
---|
686 | <para>
|
---|
687 | Windows guest: DXVA implementation for WDDM driver
|
---|
688 | </para>
|
---|
689 | </listitem>
|
---|
690 |
|
---|
691 | <listitem>
|
---|
692 | <para>
|
---|
693 | Documentation: Updated supported host operating systems, added few
|
---|
694 | new manual pages (more to come later)
|
---|
695 | </para>
|
---|
696 | </listitem>
|
---|
697 |
|
---|
698 | <listitem>
|
---|
699 | <para>
|
---|
700 | EFI: Switch to newer firmware code base and add NVRAM support,
|
---|
701 | should improve compatibility with OSes significantly
|
---|
702 | </para>
|
---|
703 | </listitem>
|
---|
704 |
|
---|
705 | <listitem>
|
---|
706 | <para>
|
---|
707 | EFI: Added support for booting from APFS
|
---|
708 | </para>
|
---|
709 | </listitem>
|
---|
710 |
|
---|
711 | <listitem>
|
---|
712 | <para>
|
---|
713 | EFI: Added support for non-standard SATA and NVMe boot device paths
|
---|
714 | created by OS X
|
---|
715 | </para>
|
---|
716 | </listitem>
|
---|
717 |
|
---|
718 | <listitem>
|
---|
719 | <para>
|
---|
720 | EFI: Modified updated EFI code base to support older OS X guests again
|
---|
721 | </para>
|
---|
722 | </listitem>
|
---|
723 |
|
---|
724 | </itemizedlist>
|
---|
725 |
|
---|
726 | </sect1>
|
---|
727 |
|
---|
728 | </chapter>
|
---|