VirtualBox

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

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

Changelog.

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