VirtualBox

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

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

6.0.2: more change log entries.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 9.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
39 <title>Version 6.0.2 (2019-xx-xx)</title>
40
41 <para>
42 This is a maintenance release. The following items were fixed
43 and/or added:
44 </para>
45
46 <itemizedlist>
47
48 <listitem>
49 <para>
50 USB: modified Linux backends to reset USB devices (previously, most
51 guest attempts to reset USB devices were ignored)
52 </para>
53 </listitem>
54
55 <listitem>
56 <para>
57 PCnet: fixed a regression which caused some PCnet PCI guest
58 drivers to not detect the emulated hardware (bug #18286)
59 </para>
60 </listitem>
61
62 <listitem>
63 <para>
64 Linux installer: fixed symbolic links to VirtualBoxVM frontend
65 </para>
66 </listitem>
67
68 <listitem>
69 <para>
70 MacOS installer: added CLI wrapper for VirtualBoxVM frontend
71 </para>
72 </listitem>
73
74 <listitem>
75 <para>
76 User interface: fixed creation of desktop shortcuts for
77 starting virtual machines (bug #18207)
78 </para>
79 </listitem>
80
81 <listitem>
82 <para>
83 User interface: allow the first run window to selecting host drives
84 (bug #18230)
85 </para>
86 </listitem>
87
88 <listitem>
89 <para>
90 User interface: fixed attaching empty host optical drives (bug #18223)
91 </para>
92 </listitem>
93
94 <listitem>
95 <para>
96 Linux hosts: fixed conflict between Debian and Oracle build desktop
97 files (bug #18264)
98 </para>
99 </listitem>
100
101 <listitem>
102 <para>
103 Linux hosts: VirtualBoxVM command not accessible (bug #18257)
104 </para>
105 </listitem>
106
107 <listitem>
108 <para>
109 Linux Additions: fixed building drivers on SLES 12.4 (bug #18213)
110 </para>
111 </listitem>
112
113 <listitem>
114 <para>
115 Linux Additions: fixed building shared folder driver with older
116 kernels (bug #18238)
117 </para>
118 </listitem>
119
120 </itemizedlist>
121
122 </sect1>
123
124 <sect1>
125
126 <title>Version 6.0.0 (2018-12-18)</title>
127
128 <para>
129 This is a major update. The following major new features were
130 added:
131 </para>
132
133 <itemizedlist>
134
135 <listitem>
136 <para>
137 Implemented support for exporting a virtual machine to Oracle
138 Cloud Infrastructure
139 </para>
140 </listitem>
141
142 <listitem>
143 <para>
144 User interface: greatly improved HiDPI and scaling support,
145 including better detection and per-machine configuration
146 </para>
147 </listitem>
148
149 <listitem>
150 <para>
151 Major rework of user interface with simpler and more powerful
152 application and virtual machine set-up
153 </para>
154 </listitem>
155
156 <listitem>
157 <para>
158 User interface: a new file manager enabling user to control
159 the guest file system and copy files between host and guest.
160 </para>
161 </listitem>
162
163 <listitem>
164 <para>
165 Graphics: major update of 3D graphics support for Windows
166 guests, and VMSVGA 3D graphics device emulation on Linux and
167 Solaris guests
168 </para>
169 </listitem>
170
171 <listitem>
172 <para>
173 Added support for surround speaker setups (as used by Windows
174 10 Build 1809)
175 </para>
176 </listitem>
177
178 <listitem>
179 <para>
180 Added utility <computeroutput>vboximg-mount</computeroutput>
181 on Apple hosts to access the content of guest disks on the
182 host
183 </para>
184 </listitem>
185
186 <listitem>
187 <para>
188 Added support for using Hyper-V as the fallback execution core
189 on Windows host, to avoid inability to run VMs at the price of
190 reduced performance
191 </para>
192 </listitem>
193
194 </itemizedlist>
195
196 <para>
197 In addition, the following items were fixed and/or added:
198 </para>
199
200 <itemizedlist>
201
202 <listitem>
203 <para>
204 Execution core: fixed single-stepping in certain circumstances
205 (bug #17316)
206 </para>
207 </listitem>
208
209 <listitem>
210 <para>
211 User interface: video and audio recording can now be
212 separately enabled
213 </para>
214 </listitem>
215
216 <listitem>
217 <para>
218 Audio/Video recording fixes and improvements
219 </para>
220 </listitem>
221
222 <listitem>
223 <para>
224 Audio: better support for attaching and detaching remote
225 desktop connections
226 </para>
227 </listitem>
228
229 <listitem>
230 <para>
231 Serial port emulation fixes
232 </para>
233 </listitem>
234
235 <listitem>
236 <para>
237 Serial ports: allow changing the serial port attachment while
238 a machine is running (bug #6115)
239 </para>
240 </listitem>
241
242 <listitem>
243 <para>
244 Networking: Added a workaround for older guests which do not
245 enable bus mastering for the virtio PCI device
246 </para>
247 </listitem>
248
249 <listitem>
250 <para>
251 Networking: fixed wrong RCODE from DNS AAAA query with
252 --natdnshostresolver1 (bug #18171)
253 </para>
254 </listitem>
255
256 <listitem>
257 <para>
258 iSCSI: In cases where there is no ambiguity, the LUN of an
259 iSCSI target is automatically determined, for targets with
260 non-zero LUNs
261 </para>
262 </listitem>
263
264 <listitem>
265 <para>
266 Transparently resize disk images when merging if possible
267 </para>
268 </listitem>
269
270 <listitem>
271 <para>
272 VBoxManage: support for DHCP options
273 </para>
274 </listitem>
275
276 <listitem>
277 <para>
278 Fixed VNC/RDP (bug #18153)
279 </para>
280 </listitem>
281
282 <listitem>
283 <para>
284 Guest Control: various new interfaces and features (see SDK
285 documentation)
286 </para>
287 </listitem>
288
289 <listitem>
290 <para>
291 Linux hosts: support Linux 4.20 (thank you Larry Finger)
292 </para>
293 </listitem>
294
295 <listitem>
296 <para>
297 Solaris: installer fixes
298 </para>
299 </listitem>
300
301 <listitem>
302 <para>
303 Shared folders: performance improvements
304 </para>
305 </listitem>
306
307 <listitem>
308 <para>
309 Guest Additions: improved shared folder auto-mounting
310 </para>
311 </listitem>
312
313 <listitem>
314 <para>
315 Windows Guest Additions: fix incorrect tablet co-ordinate
316 handling with recent Windows 10 builds
317 </para>
318 </listitem>
319
320 <listitem>
321 <para>
322 Linux Additions: fix for building vboxvideo on EL 7.6 standard
323 kernel, contributed by Robert Conde (bug #18093)
324 </para>
325 </listitem>
326
327 <listitem>
328 <para>
329 Linux guests: support Linux 4.20 (thank you Larry Finger)
330 </para>
331 </listitem>
332
333 <listitem>
334 <para>
335 Linux guests: support VMSVGA in the Linux and X11 Additions
336 </para>
337 </listitem>
338
339 <listitem>
340 <para>
341 MacOS Guest Additions: initial support
342 </para>
343 </listitem>
344
345 <listitem>
346 <para>
347 OS/2 Guest Additions: initial shared folder support
348 </para>
349 </listitem>
350
351 <listitem>
352 <para>
353 BIOS fixes
354 </para>
355 </listitem>
356
357 <listitem>
358 <para>
359 ACPI: Up to four custom ACPI tables can now be configured for
360 a VM
361 </para>
362 </listitem>
363
364 </itemizedlist>
365
366 </sect1>
367
368</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