VirtualBox

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

Last change on this file since 96927 was 96919, checked in by vboxsync, 2 years ago

After 7.0.0_BETA3

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 8.9 KB
Line 
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<!--
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
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.0_XXX (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>TBD</para>
83 </listitem>
84
85 </itemizedlist>
86 </sect1>
87
88 <sect1>
89
90 <title>Version 7.0.0_BETA3 (2022-09-28)</title>
91
92 <para>This is a major update. The following major new features were added:</para>
93
94 <itemizedlist>
95
96 <listitem>
97 <para>Virtual machines can be fully encrypted now, including the VM config logs
98 and saved states (CLI only for now)</para>
99 </listitem>
100
101 <listitem>
102 <para>OCI: Cloud virtual machines can be added to Virtual Machine Manager and controlled
103 as local VMs</para>
104 </listitem>
105
106 <listitem>
107 <para>OCI: Cloud networks can now be configured via Network Manager tool same way as
108 it is done for Host-only and NAT networks</para>
109 </listitem>
110
111 <listitem>
112 <para>GUI: Added a new utility similar to "top" or "resource monitor" which lists peformance statistics
113 (CPU usage, RAM usage, disk I/O rate, etc.) of running guests</para>
114 </listitem>
115
116 <listitem>
117 <para>GUI: Reworked the new vm wizard to integrate the unattended
118 guest OS installation and to have a more streamlined work flow</para>
119 </listitem>
120
121 <listitem>
122 <para>GUI: Added a new help viewer widget which enables the user manual to be navigated
123 and searched</para>
124 </listitem>
125
126 <listitem>
127 <para>GUI: Adding new notification center unifying most of running progresses and error
128 reporting around the GUI</para>
129 </listitem>
130
131 <listitem>
132 <para>GUI: Improved theme support on all platforms. Linux and macOS
133 got native engine while Windows host got it separately implemented.</para>
134 </listitem>
135
136 <listitem>
137 <para>GUI: Large icon update.</para>
138 </listitem>
139
140 <listitem>
141 <para>Audio recording: Now using Vorbis as the default audio format for WebM containers.
142 Opus is no longer being used.</para>
143 </listitem>
144
145 <listitem>
146 <para>Audio: Added "default" host driver type to make it possible to move VMs (appliances) between different platforms
147 without the need of changing the audio driver explicitly. When the "default" driver is selected, the best audio backend
148 option for a platform will be used. This is the default for newly created VMs.</para>
149 </listitem>
150
151 <listitem>
152 <para>Guest Control: Implemented initial support for automatic updating
153 of Guest Additions for Linux guests</para>
154 </listitem>
155
156 <listitem>
157 <para>Guest Control: Implemented ability to wait for and/or reboot the
158 guest when updating Guest Additions via VBoxManage</para>
159 </listitem>
160
161 <listitem>
162 <para>VBoxManage: Added Guest Control "waitrunlevel" sub-command to
163 make it possible to wait for a guest to reach a certain run level</para>
164 </listitem>
165
166 <listitem>
167 <para>Windows hosts: Added experimental support of running autostarted VMs
168 in session 0, to allow running VMS even when a usser is not being logged
169 in (disabled by default, please consult the manual)</para>
170 </listitem>
171
172 <listitem>
173 <para>macOS hosts: Dropped all kernel extensions. VirtualBox relies fully on
174 userland frameworks provided by Apple now.</para>
175 </listitem>
176
177 <listitem>
178 <para>Linux Guest Additions: Reworked guest screen re-size functionality,
179 added basic integration with some of guest Desktop Environments</para>
180 </listitem>
181
182 <listitem>
183 <para>Devices: Implemented new 3D support based on DirectX 11 (and DXVK
184 on non Windows hosts)</para>
185 </listitem>
186
187 <listitem>
188 <para>Devices: Added virtual IOMMU devices (Intel and AMD variant)</para>
189 </listitem>
190
191 <listitem>
192 <para>Devices: Added virtual TPM 1.2 and 2.0 devices</para>
193 </listitem>
194
195 <listitem>
196 <para>Devices: The EHCI and XHCI USB controller devices are now part of the
197 open source base package</para>
198 </listitem>
199
200 <listitem>
201 <para>EFI: Added support for Secure Boot</para>
202 </listitem>
203
204 <listitem>
205 <para>Debugging: Added experimental support for guest debugging through
206 GDB and highly experimental support for guest debugging through KD/WinDbg</para>
207 </listitem>
208
209 </itemizedlist>
210
211 <para>In addition, the following items were fixed and/or added:</para>
212
213 <itemizedlist>
214
215 <listitem>
216 <para>OCI: Cloud networking functionality is enhanced for local VMs, now local VMs could
217 be connected to cloud networking</para>
218 </listitem>
219
220 <listitem>
221 <para>GUI: Improved behavior of the virtual machine list and various VM related tools in case
222 multiple items are selected</para>
223 </listitem>
224
225 <listitem>
226 <para>GUI: On available platforms, added a new option to disable the host's screensaver</para>
227 </listitem>
228
229 <listitem>
230 <para>GUI: Reworked global preferences, machine settings and the wizards to improve stability
231 and usability</para>
232 </listitem>
233
234 <listitem>
235 <para>GUI: Improving mouse handling in multi-monitor case on X11 platform</para>
236 </listitem>
237
238 <listitem>
239 <para>GUI: Medium enumeration engine was reworked to improve permormance</para>
240 </listitem>
241
242 <listitem>
243 <para>GUI: NAT Network stuff was moved from global preferences to global Network Manager tool</para>
244 </listitem>
245
246 <listitem>
247 <para>GUI: Extension Pack Manager was moved from global preferences to global tools</para>
248 </listitem>
249
250 <listitem>
251 <para>GUI: Improved overall accessibility</para>
252 </listitem>
253
254 <listitem>
255 <para>GUI: Migrating to recent Qt versions.</para>
256 </listitem>
257
258 </itemizedlist>
259 </sect1>
260
261</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