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 | <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.1.x (2019-xx-xx)</title>
|
---|
39 |
|
---|
40 | <para>
|
---|
41 | In addition, the following items were fixed and/or added:
|
---|
42 | </para>
|
---|
43 |
|
---|
44 | <itemizedlist>
|
---|
45 |
|
---|
46 | <listitem>
|
---|
47 | <para>
|
---|
48 | </para>
|
---|
49 | </listitem>
|
---|
50 |
|
---|
51 | </itemizedlist>
|
---|
52 | </sect1>
|
---|
53 |
|
---|
54 | <sect1>
|
---|
55 | <title>Version 6.1.0_RC1 (2019-11-22)</title>
|
---|
56 |
|
---|
57 | <para>
|
---|
58 | In addition, the following items were fixed and/or added:
|
---|
59 | </para>
|
---|
60 |
|
---|
61 | <itemizedlist>
|
---|
62 |
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | GUI: Some issues related to mouse integration cursor scaling were
|
---|
66 | addressed (bug #14366), more to go
|
---|
67 | </para>
|
---|
68 | </listitem>
|
---|
69 |
|
---|
70 | <listitem>
|
---|
71 | <para>
|
---|
72 | GUI: Few usability related fixes for export appliance wizard
|
---|
73 | </para>
|
---|
74 | </listitem>
|
---|
75 |
|
---|
76 | <listitem>
|
---|
77 | <para>
|
---|
78 | GUI: Fixed/improved mouse pointer scaling
|
---|
79 | </para>
|
---|
80 | </listitem>
|
---|
81 |
|
---|
82 | <listitem>
|
---|
83 | <para>
|
---|
84 | GUI: Fixed crash in cloud related wizards when accessibility
|
---|
85 | functionality was enabled
|
---|
86 | </para>
|
---|
87 | </listitem>
|
---|
88 |
|
---|
89 | <listitem>
|
---|
90 | <para>
|
---|
91 | GUI: Soft keyboard visual improvements, and fix crash for first use
|
---|
92 | </para>
|
---|
93 | </listitem>
|
---|
94 |
|
---|
95 | <listitem>
|
---|
96 | <para>
|
---|
97 | GUI: Added the missing restriction options for disabling new
|
---|
98 | functionality such as the VISO creator
|
---|
99 | </para>
|
---|
100 | </listitem>
|
---|
101 |
|
---|
102 | <listitem>
|
---|
103 | <para>
|
---|
104 | GUI: More consistent medium selection (both showing known images
|
---|
105 | and allowing to select using the file picker)
|
---|
106 | </para>
|
---|
107 | </listitem>
|
---|
108 |
|
---|
109 | <listitem>
|
---|
110 | <para>
|
---|
111 | Documentation: updated supported host operating systems, added few
|
---|
112 | new manual pages (more to come later)
|
---|
113 | </para>
|
---|
114 | </listitem>
|
---|
115 |
|
---|
116 | <listitem>
|
---|
117 | <para>
|
---|
118 | Virtualization core: Improvements for nested hardware-virtualization
|
---|
119 | on Intel CPUs
|
---|
120 | </para>
|
---|
121 | </listitem>
|
---|
122 |
|
---|
123 | <listitem>
|
---|
124 | <para>
|
---|
125 | VBoxSVGA/VMSVGA: Support YUV2 and related texture formats with hosts
|
---|
126 | using OpenGL (macOS and Linux), which accelerates video playback
|
---|
127 | when 3D is enabled by delegating the color space conversion to the
|
---|
128 | host GPU
|
---|
129 | </para>
|
---|
130 | </listitem>
|
---|
131 |
|
---|
132 | <listitem>
|
---|
133 | <para>
|
---|
134 | VBoxSVGA/VMSVGA: Several drawing fixes for the 3D case
|
---|
135 | </para>
|
---|
136 | </listitem>
|
---|
137 |
|
---|
138 | <listitem>
|
---|
139 | <para>
|
---|
140 | USB: Improvements for EHCI controller implementation
|
---|
141 | </para>
|
---|
142 | </listitem>
|
---|
143 |
|
---|
144 | <listitem>
|
---|
145 | <para>
|
---|
146 | USB: Filter can now specify port path, uniquely identifying a port
|
---|
147 | in a system
|
---|
148 | </para>
|
---|
149 | </listitem>
|
---|
150 |
|
---|
151 | <listitem>
|
---|
152 | <para>
|
---|
153 | NAT Network: Use non-blocking sockets on Linux for accepted
|
---|
154 | incoming connections (port forwarding)
|
---|
155 | </para>
|
---|
156 | </listitem>
|
---|
157 |
|
---|
158 | <listitem>
|
---|
159 | <para>
|
---|
160 | PCnet-ISA: Added new network adapter type, currently CLI only
|
---|
161 | </para>
|
---|
162 | </listitem>
|
---|
163 |
|
---|
164 | <listitem>
|
---|
165 | <para>
|
---|
166 | SMBIOS: Store system UUID in little endian format which is the
|
---|
167 | default for new VMs, while existing VMs stick to the old VirtualBox
|
---|
168 | behavior of storing them in big endian format for backwards
|
---|
169 | compatibility to avoid breaking the activation status of Windows VMs
|
---|
170 | </para>
|
---|
171 | </listitem>
|
---|
172 |
|
---|
173 | <listitem>
|
---|
174 | <para>VBoxSDL frontend: Fixed running on Windows hosts</para>
|
---|
175 | </listitem>
|
---|
176 |
|
---|
177 | <listitem>
|
---|
178 | <para>VBoxManage: show "unrestricted guest" and "nested HW
|
---|
179 | virtualization" CPU features when listing the host information</para>
|
---|
180 | </listitem>
|
---|
181 |
|
---|
182 | <listitem>
|
---|
183 | <para>
|
---|
184 | Shared Clipboard: Implemented experimental support for file transfers
|
---|
185 | for Linux hosts on Windows guests (disabled by default)
|
---|
186 | </para>
|
---|
187 | </listitem>
|
---|
188 |
|
---|
189 | <listitem>
|
---|
190 | <para>Linux host and guest: Support Linux 5.4 (bug #18945)</para>
|
---|
191 | </listitem>
|
---|
192 |
|
---|
193 | <listitem>
|
---|
194 | <para>Linux host and guest: Force disabling of kernel module signing
|
---|
195 | during build (user can do it afterwards)</para>
|
---|
196 | </listitem>
|
---|
197 |
|
---|
198 | <listitem>
|
---|
199 | <para>
|
---|
200 | Windows Guest Additions: Many fixes for drawing problems in the
|
---|
201 | driver for VBoxSVGA
|
---|
202 | </para>
|
---|
203 | </listitem>
|
---|
204 |
|
---|
205 | <listitem>
|
---|
206 | <para>
|
---|
207 | Windows Guest Additions: Fixes for legacy VBoxVGA adapter, restore
|
---|
208 | previously working cases
|
---|
209 | </para>
|
---|
210 | </listitem>
|
---|
211 |
|
---|
212 | <listitem>
|
---|
213 | <para>
|
---|
214 | Windows Guest Additions: Restore VHWA functionality for VBoxSVGA
|
---|
215 | </para>
|
---|
216 | </listitem>
|
---|
217 |
|
---|
218 | </itemizedlist>
|
---|
219 | </sect1>
|
---|
220 |
|
---|
221 | <sect1>
|
---|
222 | <title>Version 6.1.0_BETA2 (2019-10-23)</title>
|
---|
223 |
|
---|
224 | <para>
|
---|
225 | In addition, the following items were fixed and/or added:
|
---|
226 | </para>
|
---|
227 |
|
---|
228 | <itemizedlist>
|
---|
229 |
|
---|
230 | <listitem>
|
---|
231 | <para>
|
---|
232 | Virtualization core: Improvements for nested hardware-virtualization
|
---|
233 | on Intel CPUs, Windows works now on outer VM (needs beta VirtualBox)
|
---|
234 | </para>
|
---|
235 | </listitem>
|
---|
236 |
|
---|
237 | <listitem>
|
---|
238 | <para>
|
---|
239 | Virtualization core: Drop recompiler, i.e. running VMs now needs
|
---|
240 | a CPU supporting hardware virtualization
|
---|
241 | </para>
|
---|
242 | </listitem>
|
---|
243 |
|
---|
244 | <listitem>
|
---|
245 | <para>
|
---|
246 | Runtime: Works now on hosts with many CPUs (limit now 1024)
|
---|
247 | </para>
|
---|
248 | </listitem>
|
---|
249 |
|
---|
250 | <listitem>
|
---|
251 | <para>
|
---|
252 | GUI: Storage and Network settings pages bug-fixes and usability optimization
|
---|
253 | </para>
|
---|
254 | </listitem>
|
---|
255 |
|
---|
256 | <listitem>
|
---|
257 | <para>
|
---|
258 | GUI: Show VM CPU load as part of status bar CPU indicator
|
---|
259 | </para>
|
---|
260 | </listitem>
|
---|
261 |
|
---|
262 | <listitem>
|
---|
263 | <para>
|
---|
264 | GUI: Media enumeration fixes
|
---|
265 | </para>
|
---|
266 | </listitem>
|
---|
267 |
|
---|
268 | <listitem>
|
---|
269 | <para>
|
---|
270 | GUI: Popup messages mouse click fix
|
---|
271 | </para>
|
---|
272 | </listitem>
|
---|
273 |
|
---|
274 | <listitem>
|
---|
275 | <para>
|
---|
276 | GUI: Details pane fixes
|
---|
277 | </para>
|
---|
278 | </listitem>
|
---|
279 |
|
---|
280 | <listitem>
|
---|
281 | <para>
|
---|
282 | GUI: Added multimedia keys to soft keyboard and other improvements
|
---|
283 | </para>
|
---|
284 | </listitem>
|
---|
285 |
|
---|
286 | <listitem>
|
---|
287 | <para>
|
---|
288 | GUI: Fix and unify geometry save/restore in various dialogs
|
---|
289 | </para>
|
---|
290 | </listitem>
|
---|
291 |
|
---|
292 | <listitem>
|
---|
293 | <para>
|
---|
294 | Cloud: More flexibility in VM export and import to Oracle Cloud
|
---|
295 | Infrastructure, add free-form tags to cloud images
|
---|
296 | </para>
|
---|
297 | </listitem>
|
---|
298 |
|
---|
299 | <listitem>
|
---|
300 | <para>
|
---|
301 | Graphics: Remove 3D support for VBoxVGA (old one deprecated with 6.0)
|
---|
302 | </para>
|
---|
303 | </listitem>
|
---|
304 |
|
---|
305 | <listitem>
|
---|
306 | <para>
|
---|
307 | Graphics: Additional texture format supportd on Windows host
|
---|
308 | </para>
|
---|
309 | </listitem>
|
---|
310 |
|
---|
311 | <listitem>
|
---|
312 | <para>
|
---|
313 | Graphics: Improved fix for flickering on Windows host
|
---|
314 | </para>
|
---|
315 | </listitem>
|
---|
316 |
|
---|
317 | <listitem>
|
---|
318 | <para>
|
---|
319 | NAT: Fix TFTP OACK response, send only if request has options
|
---|
320 | </para>
|
---|
321 | </listitem>
|
---|
322 |
|
---|
323 | <listitem>
|
---|
324 | <para>
|
---|
325 | API: Reduce the amount of leftovers from Move VM function
|
---|
326 | </para>
|
---|
327 | </listitem>
|
---|
328 |
|
---|
329 | <listitem>
|
---|
330 | <para>
|
---|
331 | Audio: Allow changing the host audio backend while the VM is
|
---|
332 | in saved state
|
---|
333 | </para>
|
---|
334 | </listitem>
|
---|
335 |
|
---|
336 | <listitem>
|
---|
337 | <para>vboximg-mount: Now also available on Linux host
|
---|
338 | </para>
|
---|
339 | </listitem>
|
---|
340 |
|
---|
341 | <listitem>
|
---|
342 | <para>
|
---|
343 | VBoxManage: More cloud functionality coverage, e.g. starting
|
---|
344 | a cloud instance
|
---|
345 | </para>
|
---|
346 | </listitem>
|
---|
347 |
|
---|
348 | <listitem>
|
---|
349 | <para>
|
---|
350 | VBoxManage: As part of the guest control feature support moving
|
---|
351 | multiple source files/directories to a target directory
|
---|
352 | </para>
|
---|
353 | </listitem>
|
---|
354 |
|
---|
355 | <listitem>
|
---|
356 | <para>
|
---|
357 | macOS host: Fix VM crashes (most visible on macOS Catalina)
|
---|
358 | </para>
|
---|
359 | </listitem>
|
---|
360 |
|
---|
361 | <listitem>
|
---|
362 | <para>
|
---|
363 | Windows host: Improve USB device capturing accuracy
|
---|
364 | </para>
|
---|
365 | </listitem>
|
---|
366 |
|
---|
367 | <listitem>
|
---|
368 | <para>
|
---|
369 | EFI: Switch to newer firmware code base and add NVRAM support,
|
---|
370 | should improve compatibility with OSes significantly
|
---|
371 | </para>
|
---|
372 | </listitem>
|
---|
373 |
|
---|
374 | </itemizedlist>
|
---|
375 |
|
---|
376 | </sect1>
|
---|
377 |
|
---|
378 | <sect1>
|
---|
379 | <title>Version 6.1.0_BETA1 (2019-09-12)</title>
|
---|
380 |
|
---|
381 | <para>
|
---|
382 | This is a major update. The following major new features were
|
---|
383 | added:
|
---|
384 | </para>
|
---|
385 |
|
---|
386 | <itemizedlist>
|
---|
387 |
|
---|
388 | <listitem>
|
---|
389 | <para>
|
---|
390 | Implemented support for importing a virtual machine from Oracle
|
---|
391 | Cloud Infrastructure
|
---|
392 | </para>
|
---|
393 | </listitem>
|
---|
394 |
|
---|
395 | <listitem>
|
---|
396 | <para>
|
---|
397 | Extended support for exporting a virtual machine to Oracle
|
---|
398 | Cloud Infrastructure, allowing the creation of multiple
|
---|
399 | virtual machines without re-uploading. Also added option to
|
---|
400 | export a VM to the cloud using the more efficient variant
|
---|
401 | "paravirtialized"
|
---|
402 | </para>
|
---|
403 | </listitem>
|
---|
404 |
|
---|
405 | <listitem>
|
---|
406 | <para>
|
---|
407 | Virtualization core: Support for nested hardware-virtualization
|
---|
408 | on Intel CPUs (starting with 5th generation Core i, codename
|
---|
409 | Broadwell)
|
---|
410 | </para>
|
---|
411 | </listitem>
|
---|
412 |
|
---|
413 | <listitem>
|
---|
414 | <para>
|
---|
415 | Graphics: New style 3D support (with VBoxSVGA and VMSVGA) remains,
|
---|
416 | old style 3D support (with VBoxVGA) has been completely removed
|
---|
417 | </para>
|
---|
418 | </listitem>
|
---|
419 |
|
---|
420 | <listitem>
|
---|
421 | <para>
|
---|
422 | Shared Clipboard: Implemented experimental support for file transfers
|
---|
423 | (Windows hosts/guests only at the moment). Needs to be enabled via
|
---|
424 | VBoxManage (disabled by default).
|
---|
425 | </para>
|
---|
426 | </listitem>
|
---|
427 |
|
---|
428 | </itemizedlist>
|
---|
429 |
|
---|
430 | <para>
|
---|
431 | In addition, the following items were fixed and/or added:
|
---|
432 | </para>
|
---|
433 |
|
---|
434 | <itemizedlist>
|
---|
435 |
|
---|
436 | <listitem>
|
---|
437 | <para>
|
---|
438 | GUI: Improved the VISO creation and file manager dialogs
|
---|
439 | </para>
|
---|
440 | </listitem>
|
---|
441 |
|
---|
442 | <listitem>
|
---|
443 | <para>
|
---|
444 | GUI: Virtual machine list of VirtualBox Manager was improved. Machine
|
---|
445 | groups are now more obvious visually and VM search functionality
|
---|
446 | has been improved. Global Tools element can now be pinned in place,
|
---|
447 | to avoid scrolling it with rest of machine list
|
---|
448 | </para>
|
---|
449 | </listitem>
|
---|
450 |
|
---|
451 | <listitem>
|
---|
452 | <para>
|
---|
453 | GUI: Virtual machine details pane is now extended with embedded editors
|
---|
454 | for certain VM attributes which we decided as the most
|
---|
455 | important, allowing user to edit them on-the-fly by clicking corresponding
|
---|
456 | hyper-links without opening VM settings dialog
|
---|
457 | </para>
|
---|
458 | </listitem>
|
---|
459 |
|
---|
460 | <listitem>
|
---|
461 | <para>
|
---|
462 | GUI: Internal medium enumeration routines were optimized to reduce the load
|
---|
463 | and optimize the performance in cases when user have lots
|
---|
464 | of media registered. Also, we again allowed to add existing media (and create new)
|
---|
465 | via Virtual Media Manager
|
---|
466 | </para>
|
---|
467 | </listitem>
|
---|
468 |
|
---|
469 | <listitem>
|
---|
470 | <para>
|
---|
471 | GUI: VM storage settings page was adjusted a bit in usability regard. User is now
|
---|
472 | allowed to change controller bus type and can move attachments between the controllers
|
---|
473 | by using drag and drop
|
---|
474 | </para>
|
---|
475 | </listitem>
|
---|
476 |
|
---|
477 | <listitem>
|
---|
478 | <para>
|
---|
479 | GUI: Added a new soft (virtual) keyboard enabling keyboard inputs to guests
|
---|
480 | </para>
|
---|
481 | </listitem>
|
---|
482 |
|
---|
483 | <listitem>
|
---|
484 | <para>
|
---|
485 | GUI: Improved and extended the Session Information dialog
|
---|
486 | </para>
|
---|
487 | </listitem>
|
---|
488 |
|
---|
489 | <listitem>
|
---|
490 | <para>Input: Added support for horizontal scrolling in the PS/2 mouse
|
---|
491 | device using the IntelliMouse Explorer protocol. Note that this support
|
---|
492 | is automatically used by Linux guests but not by Windows guests
|
---|
493 | </para>
|
---|
494 | </listitem>
|
---|
495 |
|
---|
496 | <listitem>
|
---|
497 | <para>vboximg-mount: Experimental support for direct read-only access
|
---|
498 | to NTFS, FAT and ext2/3/4 filesystems inside a disk image without
|
---|
499 | the need for support on the host
|
---|
500 | </para>
|
---|
501 | </listitem>
|
---|
502 |
|
---|
503 | <listitem>
|
---|
504 | <para>Guest Control/VBoxManage: Added support for specifying multiple sources
|
---|
505 | when renaming guest files
|
---|
506 | </para>
|
---|
507 | </listitem>
|
---|
508 |
|
---|
509 | </itemizedlist>
|
---|
510 |
|
---|
511 | </sect1>
|
---|
512 |
|
---|
513 | </chapter>
|
---|