VirtualBox

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

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

Changelog.

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