VirtualBox

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

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

changelog

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