1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | Copyright (C) 2006-2022 Oracle and/or its affiliates.
|
---|
4 |
|
---|
5 | This file is part of VirtualBox base platform packages, as
|
---|
6 | available from https://www.virtualbox.org.
|
---|
7 |
|
---|
8 | This program is free software; you can redistribute it and/or
|
---|
9 | modify it under the terms of the GNU General Public License
|
---|
10 | as published by the Free Software Foundation, in version 3 of the
|
---|
11 | License.
|
---|
12 |
|
---|
13 | This program is distributed in the hope that it will be useful, but
|
---|
14 | WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
16 | General Public License for more details.
|
---|
17 |
|
---|
18 | You should have received a copy of the GNU General Public License
|
---|
19 | along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
20 |
|
---|
21 | SPDX-License-Identifier: GPL-3.0-only
|
---|
22 | -->
|
---|
23 |
|
---|
24 | <!--
|
---|
25 | Release change log structure
|
---|
26 |
|
---|
27 | Each release has a matching log of changes which were made for that and
|
---|
28 | earlier releases. Earlier releases means anything with a lower number (e.g.
|
---|
29 | 5.0.18 is lower than 5.1.2) which was released before this one. The log is
|
---|
30 | kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning,
|
---|
31 | particularly new features and fixed bugs, with a trac bug number if possible,
|
---|
32 | should be added to the top of the change log (that is, the section for the
|
---|
33 | upcoming release) for the branch in which it first appears - stable or
|
---|
34 | development - before the next release. If you back-port it to older branches
|
---|
35 | please add an entry there too. When a new major release is made, change log
|
---|
36 | sections for earlier releases are merged in.
|
---|
37 |
|
---|
38 | Change log sections are split into two groups: major new features (normally
|
---|
39 | only for dot zero releases) and fixes. In addition, the entries in each group
|
---|
40 | are ordered as follows:
|
---|
41 |
|
---|
42 | VMM-related entries (most important)
|
---|
43 | GUI-related entries (most visible for users)
|
---|
44 | Device-related entries
|
---|
45 | VBoxManage/API/Main-related entries
|
---|
46 | Host-related entries
|
---|
47 | Guest-related entries
|
---|
48 | BIOS/EFI/ACPI-related entries
|
---|
49 |
|
---|
50 | Please do further ordering as seems appropriate by importance and visibility for
|
---|
51 | users, e.g. audio before serial ports and generally Windows before Linux. Please
|
---|
52 | also try to describe the user impact, not the technical details, and only use
|
---|
53 | technical terms if no non-technical ones are clear enough.
|
---|
54 |
|
---|
55 | Rules for adding a changelog entry to make them look more uniform:
|
---|
56 |
|
---|
57 | 1. Begin the entry with an UPPERCASE letter, e.g. "Foo: Fixed" vs. "Foo: fixed"
|
---|
58 | 2. Use the past form of something, e.g. "Fixed ..." vs. "Fix ..."
|
---|
59 | 3. No dot (.) after the entry, e.g. "<para>Foo: Bar</para>" vs. "<para>Foo: Bar.</para>"
|
---|
60 |
|
---|
61 | Full example:
|
---|
62 |
|
---|
63 | <listitem>
|
---|
64 | <para>Foo: Fixed something really important</para>
|
---|
65 | </listitem>
|
---|
66 | -->
|
---|
67 | <chapter>
|
---|
68 |
|
---|
69 | <!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
|
---|
70 | So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
|
---|
71 |
|
---|
72 | <sect1>
|
---|
73 |
|
---|
74 | <title>Version 7.0.X (date tbd)</title>
|
---|
75 |
|
---|
76 | <para>This is a maintenance release. The following items were fixed and/or
|
---|
77 | added:</para>
|
---|
78 |
|
---|
79 | <itemizedlist>
|
---|
80 |
|
---|
81 | <listitem>
|
---|
82 | <para>Known issue: VMs having more than one vCPU configured will not work properly on macOS
|
---|
83 | Catalina due to an unknown memory corruption issue. Either lower the number of vCPUs to 1
|
---|
84 | or upgrade to BigSur or later where the issue does not occur.</para>
|
---|
85 | </listitem>
|
---|
86 |
|
---|
87 | <listitem>
|
---|
88 | <para>macOS hosts: Added workaround for a bug in the Hypervisor framework on Catalina causing
|
---|
89 | VERR_NEM_MAP_PAGES_FAILED errors when starting a VM. The workaround can cause
|
---|
90 | severe performance degradation depending on the guest and it is advised to upgrade to BigSur
|
---|
91 | or later as Apple is unlikely to fix the issue (bug #21128).</para>
|
---|
92 | </listitem>
|
---|
93 |
|
---|
94 | <listitem>
|
---|
95 | <para>macOS hosts: Re-introduced support for internal networking, this is considered a bit
|
---|
96 | experimental still.</para>
|
---|
97 | </listitem>
|
---|
98 |
|
---|
99 | <listitem>
|
---|
100 | <para>Linux Guest Additions: Introduce initial support for kernel 6.1</para>
|
---|
101 | </listitem>
|
---|
102 |
|
---|
103 | <listitem>
|
---|
104 | <para>GUI: Fixed a glitch in the log viewer which was causing wrong log file to be saved.</para>
|
---|
105 | </listitem>
|
---|
106 |
|
---|
107 | </itemizedlist>
|
---|
108 | </sect1>
|
---|
109 |
|
---|
110 | <sect1>
|
---|
111 |
|
---|
112 | <title>Version 7.0.0 (2022-10-10)</title>
|
---|
113 |
|
---|
114 | <para>This is a major update. The following major new features were added:</para>
|
---|
115 |
|
---|
116 | <itemizedlist>
|
---|
117 |
|
---|
118 | <listitem>
|
---|
119 | <para>Virtual machines can be fully encrypted now, including the VM config logs
|
---|
120 | and saved states (CLI only for now)</para>
|
---|
121 | </listitem>
|
---|
122 |
|
---|
123 | <listitem>
|
---|
124 | <para>OCI: Cloud virtual machines can be added to Virtual Machine Manager and controlled
|
---|
125 | as local VMs</para>
|
---|
126 | </listitem>
|
---|
127 |
|
---|
128 | <listitem>
|
---|
129 | <para>OCI: Cloud networks can now be configured via Network Manager tool same way as
|
---|
130 | it is done for Host-only and NAT networks</para>
|
---|
131 | </listitem>
|
---|
132 |
|
---|
133 | <listitem>
|
---|
134 | <para>GUI: Added a new utility similar to "top" or "resource monitor" which lists peformance statistics
|
---|
135 | (CPU usage, RAM usage, disk I/O rate, etc.) of running guests</para>
|
---|
136 | </listitem>
|
---|
137 |
|
---|
138 | <listitem>
|
---|
139 | <para>GUI: Reworked the new vm wizard to integrate the unattended
|
---|
140 | guest OS installation and to have a more streamlined work flow</para>
|
---|
141 | </listitem>
|
---|
142 |
|
---|
143 | <listitem>
|
---|
144 | <para>GUI: Added a new help viewer widget which enables the user manual to be navigated
|
---|
145 | and searched</para>
|
---|
146 | </listitem>
|
---|
147 |
|
---|
148 | <listitem>
|
---|
149 | <para>GUI: Adding new notification center unifying most of running progresses and error
|
---|
150 | reporting around the GUI</para>
|
---|
151 | </listitem>
|
---|
152 |
|
---|
153 | <listitem>
|
---|
154 | <para>GUI: Improved theme support on all platforms. Linux and macOS
|
---|
155 | use native engine while for Windows host it is separately implemented.</para>
|
---|
156 | </listitem>
|
---|
157 |
|
---|
158 | <listitem>
|
---|
159 | <para>GUI: Large icon update.</para>
|
---|
160 | </listitem>
|
---|
161 |
|
---|
162 | <listitem>
|
---|
163 | <para>Audio recording: Now using Vorbis as the default audio format for WebM containers.
|
---|
164 | Opus is no longer being used.</para>
|
---|
165 | </listitem>
|
---|
166 |
|
---|
167 | <listitem>
|
---|
168 | <para>Audio: Added "default" host driver type to make it possible to move VMs (appliances) between different platforms
|
---|
169 | without the need of changing the audio driver explicitly. When the "default" driver is selected, the best audio backend
|
---|
170 | option for a platform will be used. This is the default for newly created VMs.</para>
|
---|
171 | </listitem>
|
---|
172 |
|
---|
173 | <listitem>
|
---|
174 | <para>Guest Control: Implemented initial support for automatic updating
|
---|
175 | of Guest Additions for Linux guests</para>
|
---|
176 | </listitem>
|
---|
177 |
|
---|
178 | <listitem>
|
---|
179 | <para>Guest Control: Implemented ability to wait for and/or reboot the
|
---|
180 | guest when updating Guest Additions via VBoxManage</para>
|
---|
181 | </listitem>
|
---|
182 |
|
---|
183 | <listitem>
|
---|
184 | <para>VBoxManage: Added Guest Control "waitrunlevel" sub-command to
|
---|
185 | make it possible to wait for a guest to reach a certain run level</para>
|
---|
186 | </listitem>
|
---|
187 |
|
---|
188 | <listitem>
|
---|
189 | <para>Windows hosts: Added experimental support of running autostarted VMs
|
---|
190 | in session 0, to allow running VMS even when a usser is not being logged
|
---|
191 | in (disabled by default, please consult the manual)</para>
|
---|
192 | </listitem>
|
---|
193 |
|
---|
194 | <listitem>
|
---|
195 | <para>macOS host: Dropped all kernel extensions. VirtualBox relies fully on
|
---|
196 | the hypervisor and vmnet frameworks provided by Apple now. At the moment
|
---|
197 | the implementation lacks "Internal Networking" functionality. This will be
|
---|
198 | provided at a later date.</para>
|
---|
199 | </listitem>
|
---|
200 |
|
---|
201 | <listitem>
|
---|
202 | <para>macOS host: Providing a Developer Preview package for systems with
|
---|
203 | an Apple silicon CPU. This is unsupported work in progress, and is known
|
---|
204 | to have very modest performance.</para>
|
---|
205 | </listitem>
|
---|
206 |
|
---|
207 | <listitem>
|
---|
208 | <para>Linux Guest Additions: Reworked guest screen re-size functionality,
|
---|
209 | added basic integration with some of guest Desktop Environments</para>
|
---|
210 | </listitem>
|
---|
211 |
|
---|
212 | <listitem>
|
---|
213 | <para>Devices: Implemented new 3D support based on DirectX 11 (and DXVK
|
---|
214 | on non Windows hosts)</para>
|
---|
215 | </listitem>
|
---|
216 |
|
---|
217 | <listitem>
|
---|
218 | <para>Devices: Added virtual IOMMU devices (Intel and AMD variant)</para>
|
---|
219 | </listitem>
|
---|
220 |
|
---|
221 | <listitem>
|
---|
222 | <para>Devices: Added virtual TPM 1.2 and 2.0 devices</para>
|
---|
223 | </listitem>
|
---|
224 |
|
---|
225 | <listitem>
|
---|
226 | <para>Devices: The EHCI and XHCI USB controller devices are now part of the
|
---|
227 | open source base package</para>
|
---|
228 | </listitem>
|
---|
229 |
|
---|
230 | <listitem>
|
---|
231 | <para>EFI: Added support for Secure Boot</para>
|
---|
232 | </listitem>
|
---|
233 |
|
---|
234 | <listitem>
|
---|
235 | <para>Debugging: Added experimental support for guest debugging through
|
---|
236 | GDB and highly experimental support for guest debugging through KD/WinDbg</para>
|
---|
237 | </listitem>
|
---|
238 |
|
---|
239 | </itemizedlist>
|
---|
240 |
|
---|
241 | <para>In addition, the following items were fixed and/or added:</para>
|
---|
242 |
|
---|
243 | <itemizedlist>
|
---|
244 |
|
---|
245 | <listitem>
|
---|
246 | <para>OCI: Cloud networking functionality is enhanced for local VMs, now local VMs could
|
---|
247 | be connected to cloud networking</para>
|
---|
248 | </listitem>
|
---|
249 |
|
---|
250 | <listitem>
|
---|
251 | <para>GUI: Improved behavior of the virtual machine list and various VM related tools in case
|
---|
252 | multiple items are selected</para>
|
---|
253 | </listitem>
|
---|
254 |
|
---|
255 | <listitem>
|
---|
256 | <para>GUI: On available platforms, added a new option to disable the host's screensaver</para>
|
---|
257 | </listitem>
|
---|
258 |
|
---|
259 | <listitem>
|
---|
260 | <para>GUI: Reworked global preferences, machine settings and the wizards to improve stability
|
---|
261 | and usability</para>
|
---|
262 | </listitem>
|
---|
263 |
|
---|
264 | <listitem>
|
---|
265 | <para>GUI: Improving mouse handling in multi-monitor case on X11 platform</para>
|
---|
266 | </listitem>
|
---|
267 |
|
---|
268 | <listitem>
|
---|
269 | <para>GUI: Medium enumeration engine was reworked to improve permormance</para>
|
---|
270 | </listitem>
|
---|
271 |
|
---|
272 | <listitem>
|
---|
273 | <para>GUI: NAT Network stuff was moved from global preferences to global Network Manager tool</para>
|
---|
274 | </listitem>
|
---|
275 |
|
---|
276 | <listitem>
|
---|
277 | <para>GUI: Extension Pack Manager was moved from global preferences to global tools</para>
|
---|
278 | </listitem>
|
---|
279 |
|
---|
280 | <listitem>
|
---|
281 | <para>GUI: Improved overall accessibility</para>
|
---|
282 | </listitem>
|
---|
283 |
|
---|
284 | <listitem>
|
---|
285 | <para>GUI: Migrating to recent Qt versions.</para>
|
---|
286 | </listitem>
|
---|
287 |
|
---|
288 | </itemizedlist>
|
---|
289 | </sect1>
|
---|
290 |
|
---|
291 | </chapter>
|
---|