VirtualBox

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

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

Changelog nits.

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