VirtualBox

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

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