VirtualBox

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

Last change on this file since 76283 was 76283, 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.2 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>New BusLogic ISA device variant</para>
108 </listitem>
109
110 <listitem>
111 <para>Serial port emulation fixes</para>
112 </listitem>
113
114 <listitem>
115 <para>Serial ports: allow changing the serial port attachment while a
116 machine is running (bug #6115)</para>
117 </listitem>
118
119 <listitem>
120 <para>Networking: Added a workaround for older guests which do not enable
121 bus mastering for the virtio PCI device</para>
122 </listitem>
123
124 <listitem>
125 <para>iSCSI: In cases where there is no ambiguity, the LUN of an iSCSI
126 target is automatically determined, for targets with non-zero LUNs
127 </para>
128 </listitem>
129
130 <listitem>
131 <para>Transparently resize disk images when merging if possible</para>
132 </listitem>
133
134 <listitem>
135 <para>VBoxManage: support for DHCP options</para>
136 </listitem>
137
138 <listitem>
139 <para>Guest Control: various new interfaces and features
140 (see SDK documentation)</para>
141 </listitem>
142
143 <listitem>
144 <para>Linux hosts: support Linux 4.20 (thank you Larry Finger)</para>
145 </listitem>
146
147 <listitem>
148 <para>Solaris: installer fixes</para>
149 </listitem>
150
151 <listitem>
152 <para>Shared folders: performance improvements</para>
153 </listitem>
154
155 <listitem>
156 <para>Guest Additions: improved shared folder auto-mounting</para>
157 </listitem>
158
159 <listitem>
160 <para>Windows Guest Additions: fix incorrect tablet co-ordinate
161 handling with recent Windows 10 builds</para>
162 </listitem>
163
164 <listitem>
165 <para>Linux Additions: fix for building vboxvideo on EL 7.6 standard
166 kernel, contributed by Robert Conde (bug #18093)</para>
167 </listitem>
168
169 <listitem>
170 <para>Linux guests: support Linux 4.20 (thank you Larry Finger)</para>
171 </listitem>
172
173 <listitem>
174 <para>Linux guests: support VMSVGA in the Linux and X11 Additions</para>
175 </listitem>
176
177 <listitem>
178 <para>MacOS Guest Additions: initial support</para>
179 </listitem>
180
181 <listitem>
182 <para>OS/2 Guest Additions: initial shared folder support</para>
183 </listitem>
184
185 <listitem>
186 <para>BIOS fixes</para>
187 </listitem>
188
189 <listitem>
190 <para>ACPI: Up to four custom ACPI tables can now be configured for a VM
191 </para>
192 </listitem>
193 </itemizedlist>
194 </sect1>
195
196</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