1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- Release change log structure
|
---|
3 |
|
---|
4 | Each release has a matching log of changes which were made for that and
|
---|
5 | earlier releases. Earlier releases means anything with a lower number (e.g.
|
---|
6 | 5.0.18 is lower than 5.1.2) which was released before this one. The log is
|
---|
7 | kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning,
|
---|
8 | particularly new features and fixed bugs, with a trac bug number if possible,
|
---|
9 | should be added to the top of the change log (that is, the section for the
|
---|
10 | upcoming release) for the branch in which it first appears - stable or
|
---|
11 | development - before the next release. If you back-port it to older branches
|
---|
12 | please add an entry there too. When a new major release is made, change log
|
---|
13 | sections for earlier releases are merged in.
|
---|
14 |
|
---|
15 | Change log sections are split into two groups: major new features (normally
|
---|
16 | only for dot zero releases) and fixes. In addition, the entries in each group
|
---|
17 | are 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 |
|
---|
27 | Please do further ordering as seems appropriate by importance and visibility for
|
---|
28 | users, e.g. audio before serial ports and generally Windows before Linux. Please
|
---|
29 | also try to describe the user impact, not the technical details, and only use
|
---|
30 | technical 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 | This is a major update. The following major new features were
|
---|
42 | added:
|
---|
43 | </para>
|
---|
44 |
|
---|
45 | <itemizedlist>
|
---|
46 |
|
---|
47 | <listitem>
|
---|
48 | <para>
|
---|
49 | GUI: General rework directed to fix issues in various dialogs geometry save/restore.
|
---|
50 | </para>
|
---|
51 | </listitem>
|
---|
52 |
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | GUI: Storage and Network settings pages bug-fixes and usability optimization.
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 |
|
---|
59 | <listitem>
|
---|
60 | <para>
|
---|
61 | GUI: Media enumeration fixes.
|
---|
62 | </para>
|
---|
63 | </listitem>
|
---|
64 |
|
---|
65 | <listitem>
|
---|
66 | <para>
|
---|
67 | GUI: Popup messages mouse click fix.
|
---|
68 | </para>
|
---|
69 | </listitem>
|
---|
70 |
|
---|
71 | <listitem>
|
---|
72 | <para>
|
---|
73 | GUI: Details pane fixes.
|
---|
74 | </para>
|
---|
75 | </listitem>
|
---|
76 |
|
---|
77 | <listitem>
|
---|
78 | <para>
|
---|
79 | </para>
|
---|
80 | </listitem>
|
---|
81 |
|
---|
82 | <listitem>
|
---|
83 | <para>
|
---|
84 | </para>
|
---|
85 | </listitem>
|
---|
86 | </itemizedlist>
|
---|
87 | </sect1>
|
---|
88 |
|
---|
89 | <sect1>
|
---|
90 | <title>Version 6.1.0_BETA1 (2019-09-12)</title>
|
---|
91 |
|
---|
92 | <para>
|
---|
93 | This is a major update. The following major new features were
|
---|
94 | added:
|
---|
95 | </para>
|
---|
96 |
|
---|
97 | <itemizedlist>
|
---|
98 |
|
---|
99 | <listitem>
|
---|
100 | <para>
|
---|
101 | Implemented support for importing a virtual machine from Oracle
|
---|
102 | Cloud Infrastructure
|
---|
103 | </para>
|
---|
104 | </listitem>
|
---|
105 |
|
---|
106 | <listitem>
|
---|
107 | <para>
|
---|
108 | Extended support for exporting a virtual machine to Oracle
|
---|
109 | Cloud Infrastructure, allowing the creation of multiple
|
---|
110 | virtual machines without re-uploading. Also added option to
|
---|
111 | export a VM to the cloud using the more efficient variant
|
---|
112 | "paravirtialized"
|
---|
113 | </para>
|
---|
114 | </listitem>
|
---|
115 |
|
---|
116 | <listitem>
|
---|
117 | <para>
|
---|
118 | Virtualization core: Support for nested hardware-virtualization
|
---|
119 | on Intel CPUs (starting with 5th generation Core i, codename
|
---|
120 | Broadwell)
|
---|
121 | </para>
|
---|
122 | </listitem>
|
---|
123 |
|
---|
124 | <listitem>
|
---|
125 | <para>
|
---|
126 | Graphics: New style 3D support (with VBoxSVGA and VMSVGA) remains,
|
---|
127 | old style 3D support (with VBoxVGA) has been completely removed
|
---|
128 | </para>
|
---|
129 | </listitem>
|
---|
130 |
|
---|
131 | <listitem>
|
---|
132 | <para>
|
---|
133 | Shared Clipboard: Implemented experimental support for file transfers
|
---|
134 | (Windows hosts/guests only at the moment). Needs to be enabled via
|
---|
135 | VBoxManage (disabled by default).
|
---|
136 | </para>
|
---|
137 | </listitem>
|
---|
138 |
|
---|
139 | </itemizedlist>
|
---|
140 |
|
---|
141 | <para>
|
---|
142 | In addition, the following items were fixed and/or added:
|
---|
143 | </para>
|
---|
144 |
|
---|
145 | <itemizedlist>
|
---|
146 |
|
---|
147 | <listitem>
|
---|
148 | <para>
|
---|
149 | GUI: Improved the VISO creation and file manager dialogs
|
---|
150 | </para>
|
---|
151 | </listitem>
|
---|
152 |
|
---|
153 | <listitem>
|
---|
154 | <para>
|
---|
155 | GUI: Virtual machine list of VirtualBox Manager was improved. Machine
|
---|
156 | groups are now more obvious visually and VM search functionality
|
---|
157 | has been improved. Global Tools element can now be pinned in place,
|
---|
158 | to avoid scrolling it with rest of machine list
|
---|
159 | </para>
|
---|
160 | </listitem>
|
---|
161 |
|
---|
162 | <listitem>
|
---|
163 | <para>
|
---|
164 | GUI: Virtual machine details pane is now extended with embedded editors
|
---|
165 | for certain VM attributes which we decided as the most
|
---|
166 | important, allowing user to edit them on-the-fly by clicking corresponding
|
---|
167 | hyper-links without opening VM settings dialog
|
---|
168 | </para>
|
---|
169 | </listitem>
|
---|
170 |
|
---|
171 | <listitem>
|
---|
172 | <para>
|
---|
173 | GUI: Internal medium enumeration routines were optimized to reduce the load
|
---|
174 | and optimize the performance in cases when user have lots
|
---|
175 | of media registered. Also, we again allowed to add existing media (and create new)
|
---|
176 | via Virtual Media Manager
|
---|
177 | </para>
|
---|
178 | </listitem>
|
---|
179 |
|
---|
180 | <listitem>
|
---|
181 | <para>
|
---|
182 | GUI: VM storage settings page was adjusted a bit in usability regard. User is now
|
---|
183 | allowed to change controller bus type and can move attachments between the controllers
|
---|
184 | by using drag and drop
|
---|
185 | </para>
|
---|
186 | </listitem>
|
---|
187 |
|
---|
188 | <listitem>
|
---|
189 | <para>
|
---|
190 | GUI: Added a new soft (virtual) keyboard enabling keyboard inputs to guests
|
---|
191 | </para>
|
---|
192 | </listitem>
|
---|
193 |
|
---|
194 | <listitem>
|
---|
195 | <para>
|
---|
196 | GUI: Improved and extended the Session Information dialog
|
---|
197 | </para>
|
---|
198 | </listitem>
|
---|
199 |
|
---|
200 | <listitem>
|
---|
201 | <para>Input: Added support for horizontal scrolling in the PS/2 mouse
|
---|
202 | device using the IntelliMouse Explorer protocol. Note that this support
|
---|
203 | is automatically used by Linux guests but not by Windows guests
|
---|
204 | </para>
|
---|
205 | </listitem>
|
---|
206 |
|
---|
207 | <listitem>
|
---|
208 | <para>vboximg-mount: Experimental support for direct read-only access
|
---|
209 | to NTFS, FAT and ext2/3/4 filesystems inside a disk image without
|
---|
210 | the need for support on the host
|
---|
211 | </para>
|
---|
212 | </listitem>
|
---|
213 |
|
---|
214 | <listitem>
|
---|
215 | <para>Guest Control/VBoxManage: Added support for specifying multiple sources
|
---|
216 | when renaming guest files
|
---|
217 | </para>
|
---|
218 | </listitem>
|
---|
219 |
|
---|
220 | </itemizedlist>
|
---|
221 |
|
---|
222 | </sect1>
|
---|
223 |
|
---|
224 | </chapter>
|
---|