VirtualBox

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

Last change on this file since 76284 was 76284, checked in by vboxsync, 6 years ago

Changelog: more 6.0.0 updates.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 6.1 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.0.0 (2018-12-18)</title>
39
40 <para>This is a major update. The following major new features
41 were added:</para>
42
43 <itemizedlist>
44
45 <listitem>
46 <para>Implemented support for exporting a virtual machine to Oracle
47 Cloud Infrastructure</para>
48 </listitem>
49
50 <listitem>
51 <para>User interface: greatly improved HiDPI and scaling support,
52 including better detection and per-machine configuration</para>
53 </listitem>
54
55 <listitem>
56 <para>Major rework of user interface with simpler and more powerful
57 application and virtual machine set-up</para>
58 </listitem>
59
60 <listitem>
61 <para>User interface: a new file manager enabling user to control
62 the guest file system and copy files between host and guest.</para>
63 </listitem>
64
65 <listitem>
66 <para>Graphics: major update of 3D graphics support for Windows guests,
67 and VMSVGA 3D graphics device emulation on Linux and Solaris guests
68 </para>
69 </listitem>
70
71 <listitem>
72 <para>Added support for surround speaker setups (as used by
73 Windows 10 Build 1809)</para>
74 </listitem>
75
76 <listitem>
77 <para>Added utility <computeroutput>vboximg-mount</computeroutput>
78 on Apple hosts to access the content of guest disks on the host
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <para>In addition, the following items were fixed and/or added:</para>
84
85 <itemizedlist>
86
87 <listitem>
88 <para>Execution core: fixed single-stepping in certain circumstances
89 (bug #17316)</para>
90 </listitem>
91
92 <listitem>
93 <para>User interface: video and audio recording can now be separately
94 enabled</para>
95 </listitem>
96
97 <listitem>
98 <para>Audio/Video recording fixes and improvements</para>
99 </listitem>
100
101 <listitem>
102 <para>Audio: better support for attaching and detaching remote desktop
103 connections</para>
104 </listitem>
105
106 <listitem>
107 <para>Serial port emulation fixes</para>
108 </listitem>
109
110 <listitem>
111 <para>Serial ports: allow changing the serial port attachment while a
112 machine is running (bug #6115)</para>
113 </listitem>
114
115 <listitem>
116 <para>Networking: Added a workaround for older guests which do not enable
117 bus mastering for the virtio PCI device</para>
118 </listitem>
119
120 <listitem>
121 <para>iSCSI: In cases where there is no ambiguity, the LUN of an iSCSI
122 target is automatically determined, for targets with non-zero LUNs
123 </para>
124 </listitem>
125
126 <listitem>
127 <para>Transparently resize disk images when merging if possible</para>
128 </listitem>
129
130 <listitem>
131 <para>VBoxManage: support for DHCP options</para>
132 </listitem>
133
134 <listitem>
135 <para>Guest Control: various new interfaces and features
136 (see SDK documentation)</para>
137 </listitem>
138
139 <listitem>
140 <para>Linux hosts: support Linux 4.20 (thank you Larry Finger)</para>
141 </listitem>
142
143 <listitem>
144 <para>Solaris: installer fixes</para>
145 </listitem>
146
147 <listitem>
148 <para>Shared folders: performance improvements</para>
149 </listitem>
150
151 <listitem>
152 <para>Guest Additions: improved shared folder auto-mounting</para>
153 </listitem>
154
155 <listitem>
156 <para>Windows Guest Additions: fix incorrect tablet co-ordinate
157 handling with recent Windows 10 builds</para>
158 </listitem>
159
160 <listitem>
161 <para>Linux Additions: fix for building vboxvideo on EL 7.6 standard
162 kernel, contributed by Robert Conde (bug #18093)</para>
163 </listitem>
164
165 <listitem>
166 <para>Linux guests: support Linux 4.20 (thank you Larry Finger)</para>
167 </listitem>
168
169 <listitem>
170 <para>Linux guests: support VMSVGA in the Linux and X11 Additions</para>
171 </listitem>
172
173 <listitem>
174 <para>MacOS Guest Additions: initial support</para>
175 </listitem>
176
177 <listitem>
178 <para>OS/2 Guest Additions: initial shared folder support</para>
179 </listitem>
180
181 <listitem>
182 <para>BIOS fixes</para>
183 </listitem>
184
185 <listitem>
186 <para>ACPI: Up to four custom ACPI tables can now be configured for a VM
187 </para>
188 </listitem>
189 </itemizedlist>
190 </sect1>
191
192</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