VirtualBox

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

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

Changelog: Added VMM single-step fix.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 8.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<chapter>
26
27<!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
28 So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
29
30 <sect1>
31 <title>Version 6.0.0 release candidate 2 (2018-xx-xx)</title>
32
33 <para>This is a major update. The following major new features
34 were added:</para>
35
36 <itemizedlist>
37
38 <listitem>
39 <para>Dummy entry</para>
40 </listitem>
41
42 </itemizedlist>
43
44 <para>In addition, the following items were fixed and/or added:</para>
45
46 <itemizedlist>
47
48 <listitem>
49 <para>VMM: fixed single-stepping of certain instructions when falling
50 back from HM execution to the interpreter (bug #17316)</para>
51 </listitem>
52
53 </itemizedlist>
54 </sect1>
55
56 <sect1>
57
58 <title>Version 6.0.0 release candidate 1 (2018-12-10)</title>
59
60 <para>
61 This is a major update. The following major new features were
62 added:
63 </para>
64
65 <itemizedlist>
66
67 <listitem>
68 <para>Audio: added support for surround speaker setups (e.g. used by
69 Windows 10 Build 1809)</para>
70 </listitem>
71
72 <listitem>
73 <para>Storage: added utility <computeroutput>vboximg-mount</computeroutput>
74 on OS X to access the content of disk images on the host.</para>
75 </listitem>
76
77 </itemizedlist>
78
79 <para>
80 In addition, the following items were fixed or added:
81 </para>
82
83 <itemizedlist>
84
85 <listitem>
86 <para>Linux Additions: fix for building vboxvideo on EL 7.6 standard
87 kernel, contributed by Robert Conde (bug #18093)</para>
88 </listitem>
89
90 <listitem>
91 <para>Shared folders: performance improvements</para>
92 </listitem>
93
94 </itemizedlist>
95
96 </sect1>
97 <sect1>
98 <title>Version 6.0.0_BETA3 (2018-11-30)</title>
99
100 <para>This is a beta release. The following major new features
101 were added:</para>
102
103 <itemizedlist>
104
105 <listitem>
106 <para>OCI integration: exporting a VM is now possible from the command line
107 interface (VBoxManage)</para>
108 </listitem>
109
110 <listitem>
111 <para>OCI integration: all virtualized shapes are supported, e.g.
112 VM.Standard2.*</para>
113 </listitem>
114
115 <listitem>
116 <para>Devices/graphics: enable support for VMSVGA graphics device emulation
117 by default</para>
118 </listitem>
119
120 <listitem>
121 <para>VBoxManage: support for DHCP options</para>
122 </listitem>
123
124 <listitem>
125 <para>Windows guests: support VMSVGA in the Windows Additions</para>
126 </listitem>
127
128 </itemizedlist>
129
130 <para>In addition, the following items were fixed and/or added:</para>
131
132 <itemizedlist>
133
134 <listitem>
135 <para>Serial: allow changing the serial port attachment while the
136 VM is running (bug #6115)</para>
137 </listitem>
138
139 <listitem>
140 <para>Linux hosts: support Linux 4.20 (thank you Larry Finger)</para>
141 </listitem>
142
143 <listitem>
144 <para>Linux guests: support Linux 4.20 (thank you Larry Finger)</para>
145 </listitem>
146
147 <listitem>
148 <para>Linux guests: support VMSVGA in the Linux and X11 Additions</para>
149 </listitem>
150
151 </itemizedlist>
152 </sect1>
153
154 <sect1>
155 <title>Version 6.0.0_BETA2 (2018-11-15)</title>
156
157 <para>This is a beta release. The following major new features
158 were added:</para>
159
160 <itemizedlist>
161
162 <listitem>
163 <para>User interface: a new file manager enabling user to control the guest file system and copy file objects between host and guest.</para>
164 </listitem>
165
166 </itemizedlist>
167
168 <para>In addition, the following items were fixed and/or added:</para>
169
170 <itemizedlist>
171
172 <listitem>
173 <para>Oracle Cloud integration fixes and improvements</para>
174 </listitem>
175
176 <listitem>
177 <para>User interface: many improvements</para>
178 </listitem>
179
180 <listitem>
181 <para>Audio/Video recording fixes and improvements</para>
182 </listitem>
183
184 <listitem>
185 <para>Devices: new BusLogic ISA variant</para>
186 </listitem>
187
188 <listitem>
189 <para>Devices: serial port fixes</para>
190 </listitem>
191
192 <listitem>
193 <para>BIOS: fixes</para>
194 </listitem>
195
196 <listitem>
197 <para>API: transparently resize disk images when merging if
198 possible</para>
199 </listitem>
200
201 <listitem>
202 <para>Solaris: installer fixes</para>
203 </listitem>
204
205 <listitem>
206 <para>Windows Guest Additions: fix incorrect tablet co-ordinate
207 handling with recent Windows 10 builds</para>
208 </listitem>
209
210 <listitem>
211 <para>Guest Additions: improved shared folder auto-mounting</para>
212 </listitem>
213
214 <listitem>
215 <para>OS/2 Guest Additions: initial shared folder support</para>
216 </listitem>
217
218 </itemizedlist>
219 </sect1>
220
221 <sect1>
222 <title>Version 6.0.0_BETA1 (2018-10-22)</title>
223
224 <para>This is a beta release. The following major new features
225 were added:</para>
226
227 <itemizedlist>
228
229 <listitem>
230 <para>OCI Integration: implemented support for exporting a VM to
231 Oracle Cloud Infrastructure</para>
232 </listitem>
233
234 <listitem>
235 <para>User interface: greatly improved HiDPI and scaling support,
236 including better using host HiDPI support, HiDPI icons,
237 improved detection and per-machine configuration</para>
238 </listitem>
239
240 <listitem>
241 <para>User interface: major rework of interface style with improved
242 ease of access for application and machine set-up</para>
243 </listitem>
244
245 <listitem>
246 <para>User interface: an improved logviewer widget.</para>
247 </listitem>
248
249 <listitem>
250 <para>User interface: several improvements to import appliance and clone virtual machine wizards including (not limited to) enabling user to select non-default folders per machine.</para>
251 </listitem>
252
253 <listitem>
254 <para>User interface: a new floppy disk creation widget enabling user to create/add a (optionally formatted) floppy disk.</para>
255 </listitem>
256
257 <listitem>
258 <para>User interface: a new media selection widget enabling the user to select one of the already known media or select a disk image file.</para>
259 </listitem>
260
261 </itemizedlist>
262
263 <para>In addition, the following items were fixed and/or added:</para>
264
265 <itemizedlist>
266
267 <listitem>
268 <para>User interface: video and audio recording can now be separately
269 enabled</para>
270 </listitem>
271
272 <listitem>
273 <para>Audio: implemented support for attaching / detaching VRDE
274 audio drivers at runtime</para>
275 </listitem>
276
277 <listitem>
278 <para>Guest Control: various new APIs and features were implemented
279 (see SDK documentation for more)</para>
280 </listitem>
281
282 <listitem>
283 <para>Networking: Added a workaround for older guests which do not enable
284 bus mastering for the virtio PCI device</para>
285 </listitem>
286
287 <listitem>
288 <para>iSCSI: In cases where there is no ambiguity, the LUN of an iSCSI
289 target is automatically determined; this makes eases the use of iSCSI
290 targets with LUNs other than zero
291 </para>
292 </listitem>
293
294 <listitem>
295 <para>ACPI: Up to four custom ACPI tables can now be configured for a VM
296 </para>
297 </listitem>
298
299 </itemizedlist>
300 </sect1>
301
302</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