VirtualBox

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

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

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