VirtualBox

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

Last change on this file since 82077 was 82077, checked in by vboxsync, 5 years ago

FE/Qt changelog for rc1

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 10.3 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.1.0_RC1 (2019-11-xx)</title>
39
40 <para>
41 In addition, the following items were fixed and/or added:
42 </para>
43
44 <itemizedlist>
45
46 <listitem>
47 <para>VBoxSDL frontend: Fixed running on Windows hosts</para>
48 </listitem>
49
50 <listitem>
51 <para>
52 Shared Clipboard: Implemented experimental support for file transfers
53 for Linux hosts on Windows guests (disabled by default)
54 </para>
55 </listitem>
56
57 <listitem>
58 <para>
59 GUI: some of issues related to mouse integration cursor scaling were
60 addressed (bug #14366), more to go
61 </para>
62 </listitem>
63
64 <listitem>
65 <para>
66 GUI: a bit of usability related fixes for export appliance wizard
67 </para>
68 </listitem>
69
70 <listitem>
71 <para>
72 GUI: fixed crash in cloud related wizards happened with accessibility
73 stuff enabled
74 </para>
75 </listitem>
76
77 </itemizedlist>
78 </sect1>
79
80 <sect1>
81 <title>Version 6.1.0_BETA2 (2019-10-23)</title>
82
83 <para>
84 In addition, the following items were fixed and/or added:
85 </para>
86
87 <itemizedlist>
88
89 <listitem>
90 <para>
91 Virtualization core: Improvements for nested hardware-virtualization
92 on Intel CPUs, Windows works now on outer VM (needs beta VirtualBox)
93 </para>
94 </listitem>
95
96 <listitem>
97 <para>
98 Virtualization core: Drop recompiler, i.e. running VMs now needs
99 a CPU supporting hardware virtualization
100 </para>
101 </listitem>
102
103 <listitem>
104 <para>
105 Runtime: Works now on hosts with many CPUs (limit now 1024)
106 </para>
107 </listitem>
108
109 <listitem>
110 <para>
111 GUI: Storage and Network settings pages bug-fixes and usability optimization
112 </para>
113 </listitem>
114
115 <listitem>
116 <para>
117 GUI: Show VM CPU load as part of status bar CPU indicator
118 </para>
119 </listitem>
120
121 <listitem>
122 <para>
123 GUI: Media enumeration fixes
124 </para>
125 </listitem>
126
127 <listitem>
128 <para>
129 GUI: Popup messages mouse click fix
130 </para>
131 </listitem>
132
133 <listitem>
134 <para>
135 GUI: Details pane fixes
136 </para>
137 </listitem>
138
139 <listitem>
140 <para>
141 GUI: Added multimedia keys to soft keyboard and other improvements
142 </para>
143 </listitem>
144
145 <listitem>
146 <para>
147 GUI: Fix and unify geometry save/restore in various dialogs
148 </para>
149 </listitem>
150
151 <listitem>
152 <para>
153 Cloud: More flexibility in VM export and import to Oracle Cloud
154 Infrastructure, add free-form tags to cloud images
155 </para>
156 </listitem>
157
158 <listitem>
159 <para>
160 Graphics: Remove 3D support for VBoxVGA (old one deprecated with 6.0)
161 </para>
162 </listitem>
163
164 <listitem>
165 <para>
166 Graphics: Additional texture format supportd on Windows host
167 </para>
168 </listitem>
169
170 <listitem>
171 <para>
172 Graphics: Improved fix for flickering on Windows host
173 </para>
174 </listitem>
175
176 <listitem>
177 <para>
178 NAT: Fix TFTP OACK response, send only if request has options
179 </para>
180 </listitem>
181
182 <listitem>
183 <para>
184 API: Reduce the amount of leftovers from Move VM function
185 </para>
186 </listitem>
187
188 <listitem>
189 <para>
190 Audio: Allow changing the host audio backend while the VM is
191 in saved state
192 </para>
193 </listitem>
194
195 <listitem>
196 <para>vboximg-mount: Now also available on Linux host
197 </para>
198 </listitem>
199
200 <listitem>
201 <para>
202 VBoxManage: More cloud functionality coverage, e.g. starting
203 a cloud instance
204 </para>
205 </listitem>
206
207 <listitem>
208 <para>
209 VBoxManage: As part of the guest control feature support moving
210 multiple source files/directories to a target directory
211 </para>
212 </listitem>
213
214 <listitem>
215 <para>
216 macOS host: Fix VM crashes (most visible on macOS Catalina)
217 </para>
218 </listitem>
219
220 <listitem>
221 <para>
222 Windows host: Improve USB device capturing accuracy
223 </para>
224 </listitem>
225
226 <listitem>
227 <para>
228 EFI: Switch to newer firmware code base and add NVRAM support,
229 should improve compatibility with OSes significantly
230 </para>
231 </listitem>
232
233 </itemizedlist>
234
235 </sect1>
236
237 <sect1>
238 <title>Version 6.1.0_BETA1 (2019-09-12)</title>
239
240 <para>
241 This is a major update. The following major new features were
242 added:
243 </para>
244
245 <itemizedlist>
246
247 <listitem>
248 <para>
249 Implemented support for importing a virtual machine from Oracle
250 Cloud Infrastructure
251 </para>
252 </listitem>
253
254 <listitem>
255 <para>
256 Extended support for exporting a virtual machine to Oracle
257 Cloud Infrastructure, allowing the creation of multiple
258 virtual machines without re-uploading. Also added option to
259 export a VM to the cloud using the more efficient variant
260 "paravirtialized"
261 </para>
262 </listitem>
263
264 <listitem>
265 <para>
266 Virtualization core: Support for nested hardware-virtualization
267 on Intel CPUs (starting with 5th generation Core i, codename
268 Broadwell)
269 </para>
270 </listitem>
271
272 <listitem>
273 <para>
274 Graphics: New style 3D support (with VBoxSVGA and VMSVGA) remains,
275 old style 3D support (with VBoxVGA) has been completely removed
276 </para>
277 </listitem>
278
279 <listitem>
280 <para>
281 Shared Clipboard: Implemented experimental support for file transfers
282 (Windows hosts/guests only at the moment). Needs to be enabled via
283 VBoxManage (disabled by default).
284 </para>
285 </listitem>
286
287 </itemizedlist>
288
289 <para>
290 In addition, the following items were fixed and/or added:
291 </para>
292
293 <itemizedlist>
294
295 <listitem>
296 <para>
297 GUI: Improved the VISO creation and file manager dialogs
298 </para>
299 </listitem>
300
301 <listitem>
302 <para>
303 GUI: Virtual machine list of VirtualBox Manager was improved. Machine
304 groups are now more obvious visually and VM search functionality
305 has been improved. Global Tools element can now be pinned in place,
306 to avoid scrolling it with rest of machine list
307 </para>
308 </listitem>
309
310 <listitem>
311 <para>
312 GUI: Virtual machine details pane is now extended with embedded editors
313 for certain VM attributes which we decided as the most
314 important, allowing user to edit them on-the-fly by clicking corresponding
315 hyper-links without opening VM settings dialog
316 </para>
317 </listitem>
318
319 <listitem>
320 <para>
321 GUI: Internal medium enumeration routines were optimized to reduce the load
322 and optimize the performance in cases when user have lots
323 of media registered. Also, we again allowed to add existing media (and create new)
324 via Virtual Media Manager
325 </para>
326 </listitem>
327
328 <listitem>
329 <para>
330 GUI: VM storage settings page was adjusted a bit in usability regard. User is now
331 allowed to change controller bus type and can move attachments between the controllers
332 by using drag and drop
333 </para>
334 </listitem>
335
336 <listitem>
337 <para>
338 GUI: Added a new soft (virtual) keyboard enabling keyboard inputs to guests
339 </para>
340 </listitem>
341
342 <listitem>
343 <para>
344 GUI: Improved and extended the Session Information dialog
345 </para>
346 </listitem>
347
348 <listitem>
349 <para>Input: Added support for horizontal scrolling in the PS/2 mouse
350 device using the IntelliMouse Explorer protocol. Note that this support
351 is automatically used by Linux guests but not by Windows guests
352 </para>
353 </listitem>
354
355 <listitem>
356 <para>vboximg-mount: Experimental support for direct read-only access
357 to NTFS, FAT and ext2/3/4 filesystems inside a disk image without
358 the need for support on the host
359 </para>
360 </listitem>
361
362 <listitem>
363 <para>Guest Control/VBoxManage: Added support for specifying multiple sources
364 when renaming guest files
365 </para>
366 </listitem>
367
368 </itemizedlist>
369
370 </sect1>
371
372</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