VirtualBox

source: vbox/trunk/doc/manual/user_ChangeLogImpl.xml@ 82085

Last change on this file since 82085 was 82085, checked in by vboxsync, 5 years ago

6.1.0_RC1

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

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette