VirtualBox

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

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

scm

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