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.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_BETA1 (2022-08-25)</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>GUI: Added a new top (of Linux) like utility which lists peformance statistics
|
---|
98 | (CPU usage, RAM usage, disk I/O rate, etc.) of running guests</para>
|
---|
99 | </listitem>
|
---|
100 |
|
---|
101 | <listitem>
|
---|
102 | <para>GUI: Reworked the new vm wizard to integrate the unattended
|
---|
103 | guest OS installation and to have a more streamlined work flow</para>
|
---|
104 | </listitem>
|
---|
105 |
|
---|
106 | <listitem>
|
---|
107 | <para>GUI: Added a new help viewer widget which enables the user manual to be navigated
|
---|
108 | and searched</para>
|
---|
109 | </listitem>
|
---|
110 |
|
---|
111 | <listitem>
|
---|
112 | <para>Audio recording: Now using Vorbis as the default audio format for WebM containers.
|
---|
113 | Opus is no longer being used.</para>
|
---|
114 | </listitem>
|
---|
115 |
|
---|
116 | <listitem>
|
---|
117 | <para>Audio: Added "default" host driver type to make it possible to move VMs (appliances) between different platforms
|
---|
118 | without the need of changing the audio driver explicitly. When the "default" driver is selected, the best audio backend
|
---|
119 | option for a platform will be used. This is the default for newly created VMs.</para>
|
---|
120 | </listitem>
|
---|
121 |
|
---|
122 | <listitem>
|
---|
123 | <para>Guest Control: Implemented initial support for automatic updating
|
---|
124 | of Guest Additions for Linux guests</para>
|
---|
125 | </listitem>
|
---|
126 |
|
---|
127 | <listitem>
|
---|
128 | <para>Guest Control: Implemented ability to wait for and/or reboot the
|
---|
129 | guest when updating Guest Additions via VBoxManage</para>
|
---|
130 | </listitem>
|
---|
131 |
|
---|
132 | <listitem>
|
---|
133 | <para>VBoxManage: Added Guest Control "waitrunlevel" sub-command to
|
---|
134 | make it possible to wait for a guest to reach a certain run level</para>
|
---|
135 | </listitem>
|
---|
136 |
|
---|
137 | <listitem>
|
---|
138 | <para>Windows hosts: Added experimental support of running autostarted VMs
|
---|
139 | in session 0, to allow running VMS even when a usser is not being logged
|
---|
140 | in (disabled by default, please consult the manual)</para>
|
---|
141 | </listitem>
|
---|
142 |
|
---|
143 | <listitem>
|
---|
144 | <para>Audio: Added "default" host driver type to make it possible to move VMs (appliances) between different platforms
|
---|
145 | without the need of changing the audio driver explicitly. When the "default" driver is selected, the best audio backend
|
---|
146 | option for a platform will be used. This is the default for newly created VMs.</para>
|
---|
147 | </listitem>
|
---|
148 |
|
---|
149 | <listitem>
|
---|
150 | <para>Guest Control: Implemented initial support for automatic updating
|
---|
151 | of Guest Additions for Linux guests</para>
|
---|
152 | </listitem>
|
---|
153 |
|
---|
154 | <listitem>
|
---|
155 | <para>Guest Control: Implemented ability to wait for and/or reboot the
|
---|
156 | guest when updating Guest Additions via VBoxManage</para>
|
---|
157 | </listitem>
|
---|
158 |
|
---|
159 | <listitem>
|
---|
160 | <para>VBoxManage: Added Guest Control "waitrunlevel" sub-command to
|
---|
161 | make it possible to wait for a guest to reach a certain run level</para>
|
---|
162 | </listitem>
|
---|
163 |
|
---|
164 | <listitem>
|
---|
165 | <para>Windows hosts: Added experimental support of running autostarted VMs
|
---|
166 | in session 0, to allow running VMS even when a usser is not being logged
|
---|
167 | in (disabled by default, please consult the manual)</para>
|
---|
168 | </listitem>
|
---|
169 |
|
---|
170 | <listitem>
|
---|
171 | <para>Linux Guest Additions: Reworked guest screen re-size functionality,
|
---|
172 | added basic integration with some of guest Desktop Environments</para>
|
---|
173 | </listitem>
|
---|
174 |
|
---|
175 | <listitem>
|
---|
176 | <para>Devices: Added virtual IOMMU support (Intel and AMD variant)</para>
|
---|
177 | </listitem>
|
---|
178 | </itemizedlist>
|
---|
179 |
|
---|
180 | <para>In addition, the following items were fixed and/or added:</para>
|
---|
181 |
|
---|
182 | <itemizedlist>
|
---|
183 |
|
---|
184 | <listitem>
|
---|
185 | <para>GUI: Improved behavior of the virtual machine list in case multiple items
|
---|
186 | are selected</para>
|
---|
187 | </listitem>
|
---|
188 |
|
---|
189 | <listitem>
|
---|
190 | <para>GUI: On available platforms, added a new option to disable the host's screensaver</para>
|
---|
191 | </listitem>
|
---|
192 |
|
---|
193 | <listitem>
|
---|
194 | <para>GUI: Reworked the wizards to improve stability and usability</para>
|
---|
195 | </listitem>
|
---|
196 |
|
---|
197 | <listitem>
|
---|
198 | <para>GUI: Improved accessibility</para>
|
---|
199 | </listitem>
|
---|
200 |
|
---|
201 | </itemizedlist>
|
---|
202 | </sect1>
|
---|
203 |
|
---|
204 | </chapter>
|
---|