VirtualBox

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

Last change on this file was 106190, checked in by vboxsync, 5 weeks ago

EFI/Firmware: Include RngDxe to restore network boot support again (network boot support requires a strong RNG now after CVE-2023-45236 and CVE-2023-45237 which wasn't available in VirtualBox, requires hardware with the rdrand/rdseed instruction set extension), bugref:4643

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 9.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (C) 2006-2024 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<!--
25Release change log structure
26
27Each release has a matching log of changes which were made for that and
28earlier releases. Earlier releases means anything with a lower number (e.g.
295.0.18 is lower than 5.1.2) which was released before this one. The log is
30kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning,
31particularly new features and fixed bugs, with a trac bug number if possible,
32should be added to the top of the change log (that is, the section for the
33upcoming release) for the branch in which it first appears - stable or
34development - before the next release. If you back-port it to older branches
35please add an entry there too. When a new major release is made, change log
36sections for earlier releases are merged in.
37
38Change log sections are split into two groups: major new features (normally
39only for dot zero releases) and fixes. In addition, the entries in each group
40are 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
50Please do further ordering as seems appropriate by importance and visibility for
51users, e.g. audio before serial ports and generally Windows before Linux. Please
52also try to describe the user impact, not the technical details, and only use
53technical terms if no non-technical ones are clear enough.
54
55Rules 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 4. Use TWO (2) spaces for indentation
61 5. Use line breaks when hitting column 80
62
63 Full example:
64
65 <listitem>
66 <para>Foo: Fixed something really important, really really long line
67 with lots more text not fitting into 80 columns</para>
68 </listitem>
69-->
70<chapter>
71
72<!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
73 So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
74 <sect1>
75
76 <title>Version X.Y.Z (date tbd)</title>
77
78 <para>This is a maintenance release. The following items were fixed and/or
79 added:</para>
80
81 <itemizedlist>
82
83 <listitem>
84 <para>EFI: Include missing LsiLogic MPT SCSI driver again to fix booting
85 from devices attached to this device if the EFI firmware is used (7.1.0 regression)</para>
86 </listitem>
87
88 <listitem>
89 <para>EFI: Restored broken network boot support (7.1.0 regression)</para>
90 </listitem>
91
92 </itemizedlist>
93 </sect1>
94
95 <sect1>
96
97 <title>Version 7.1.2 (2024-09-26)</title>
98
99 <para>This is a maintenance release. The following items were fixed and/or
100 added:</para>
101
102 <itemizedlist>
103
104 <listitem>
105 <para>GUI: Added multiple window layout and translation related fixes</para>
106 </listitem>
107
108 <listitem>
109 <para>GUI: Fixed an issue that meant VMs created using Unattended Install
110 were not removed cleanly</para>
111 </listitem>
112
113 <listitem>
114 <para>GUI: Added an option to change the remote display security method</para>
115 </listitem>
116
117 <listitem>
118 <para>GUI: Removed the BETA label from the macOS/Arm UI</para>
119 </listitem>
120
121 <listitem>
122 <para>NAT: Fixed slow performance on Windows host (bugs #22164 and #22180)</para>
123 </listitem>
124
125 <listitem>
126 <para>NAT: Fixed DHCP problems with certain guests when domain is empty</para>
127 </listitem>
128
129 <listitem>
130 <para>3D: Fixed enabling 3D acceleration in the VM settings</para>
131 </listitem>
132
133 <listitem>
134 <para>3D: Fixed black screen with Windows VMs</para>
135 </listitem>
136
137 <listitem>
138 <para>3D: Fixed rendering issues caused by incorrect view handling</para>
139 </listitem>
140
141 <listitem>
142 <para>3D: Added possibility to enable 3D acceleration function for Arm platform VMs</para>
143 </listitem>
144
145 <listitem>
146 <para>GCM: Fixed problem with loading saved state created by 7.0.x</para>
147 </listitem>
148
149 <listitem>
150 <para>API: Fixed an issue with incorrect handling of NVRAM state with legacy BIOS
151 and its removal on VM deletion</para>
152 </listitem>
153
154 <listitem>
155 <para>API: Fixed UEFI Secure Boot state querying when the VM was never started</para>
156 </listitem>
157
158 <listitem>
159 <para>Guest Additions: Fixed error message on automatic upgrading</para>
160 </listitem>
161
162 <listitem>
163 <para>SDK: Fixed building code using the XPCOM bindings (bug #22174)</para>
164 </listitem>
165
166 </itemizedlist>
167 </sect1>
168
169 <sect1>
170
171 <title>Version 7.1.0 (2024-09-09)</title>
172
173 <para>This is a major update. The following new features were added:</para>
174
175 <itemizedlist>
176
177 <listitem>
178 <para>GUI: Modernized look and feel, offering a selection between Basic
179 and Experienced user level with reduced or full UI functionality</para>
180 </listitem>
181
182 <listitem>
183 <para>OCI Integration: Performance dashboard now shows resource usage for cloud VMs</para>
184 </listitem>
185
186 <listitem>
187 <para>OCI Integration: Clone compute instances</para>
188 </listitem>
189
190 <listitem>
191 <para>OCI Integration: Reset compute instances</para>
192 </listitem>
193
194 <listitem>
195 <para>Oracle VirtualBox Extension Pack: Update to the PUEL license,
196 removing the evaluation option. For evaluation use of the
197 Extension Pack, please download it from the Oracle Software Delivery Cloud</para>
198 </listitem>
199
200 <listitem>
201 <para>VRDE: If user does not set up TLS with custom certificates, enable it with
202 self-signed certificate, including issuing a new one before the old one expires</para>
203 </listitem>
204
205 <listitem>
206 <para>NAT: New engine with IPv6 support</para>
207 </listitem>
208
209 <listitem>
210 <para>macOS/Arm host: Arm virtualization for Linux and BSD VMs</para>
211 </listitem>
212
213 <listitem>
214 <para>Linux host and guest: Added Wayland support for Clipboard sharing
215 (bug #20808)</para>
216 </listitem>
217
218 <listitem>
219 <para>Shared Clipboard: Added initial support for transferring files on
220 Linux and Windows hosts / guests. This requires the 7.1 Guest Additions to
221 be installed. See User Guide for known limitations</para>
222 </listitem>
223
224 <listitem>
225 <para>Screen Recording: Significant performance improvements for the encoding
226 pipeline, resulting in less CPU usage while recording is active. This
227 requires 7.1 Guest Additions to be installed on Windows guests</para>
228 </listitem>
229
230 </itemizedlist>
231
232 <para>In addition, the following items were fixed and/or added:</para>
233
234 <itemizedlist>
235
236 <listitem>
237 <para>VMM: Fixed EFLAGS.TF handling for CPUID instructions when Hyper-V
238 is being used (bug #17961)</para>
239 </listitem>
240
241 <listitem>
242 <para>virtio-net: Follow up fixes for FreeBSD 12.3 and pfSense 2.6.0 (bug #21201)</para>
243 </listitem>
244
245 <listitem>
246 <para>EFI: Ability to add new Microsoft DB/KEX certificates to newly created VMs</para>
247 </listitem>
248
249 <listitem>
250 <para>Oracle Extension Pack: Fixed shipping the cryptographic support
251 module for full VM encryption</para>
252 </listitem>
253
254 <listitem>
255 <para>GUI: Improved overall accessibility</para>
256 </listitem>
257
258 <listitem>
259 <para>GUI: Update the version of Qt used</para>
260 </listitem>
261
262 <listitem>
263 <para>Unattended Installation: Added support for subiquity- / cloud-init-based installers;
264 this enables installing more modern Linux-based guest OSes in Unattended mode</para>
265 </listitem>
266
267 <listitem>
268 <para>Unattended Installation: Added support for specifying separate passwords for
269 the user and admin / root accounts</para>
270 </listitem>
271
272 <listitem>
273 <para>VBoxManage: Added ability to show and (re-)attach to a (video) recording progress
274 of a VM</para>
275 </listitem>
276
277 <listitem>
278 <para>VBoxManage: Added the ability to query the guest's mount points via a new "mount"
279 Guest Control sub command. Requires at least 7.1 Guest Additions</para>
280 </listitem>
281
282 <listitem>
283 <para>Python: Our API bindings for Python 2.x is now marked as being deprecated and will
284 be removed in a future version. Please upgrade your code to use Python 3</para>
285 </listitem>
286
287 <listitem>
288 <para>VBoxShell: Lots of smaller and bigger bugfixes + Python 3.x compatibility</para>
289 </listitem>
290
291 </itemizedlist>
292 </sect1>
293
294</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