1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | Copyright (C) 2006-2023 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 | 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 7.1.0 (date tbd)</title>
|
---|
77 |
|
---|
78 | <para>This is a major update. The following major new features were added:</para>
|
---|
79 |
|
---|
80 | <itemizedlist>
|
---|
81 |
|
---|
82 | <listitem>
|
---|
83 | <para>New product icon and wordmark, including minor product rename</para>
|
---|
84 | </listitem>
|
---|
85 |
|
---|
86 | <listitem>
|
---|
87 | <para>OCI: Performance dashboard shows resource usage like for local VMs</para>
|
---|
88 | </listitem>
|
---|
89 |
|
---|
90 | <listitem>
|
---|
91 | <para>OCI: Function to clone compute instances</para>
|
---|
92 | </listitem>
|
---|
93 |
|
---|
94 | <listitem>
|
---|
95 | <para>OCI: Function to reset compute instances</para>
|
---|
96 | </listitem>
|
---|
97 |
|
---|
98 | <listitem>
|
---|
99 | <para>GUI: Modernized look and feel, offering a selection between Basic and Experienced
|
---|
100 | user level with reduced or full UI functionality</para>
|
---|
101 | </listitem>
|
---|
102 |
|
---|
103 | <listitem>
|
---|
104 | <para>Oracle VirtualBox Extension Pack: Ajustment to the PUEL license, removing the
|
---|
105 | duplicated evaluation option, for limited time evaluation use please download it
|
---|
106 | from the Oracle Software Delivery Cloud</para>
|
---|
107 | </listitem>
|
---|
108 |
|
---|
109 | <listitem>
|
---|
110 | <para>NAT: new engine with IPv6 support</para>
|
---|
111 | </listitem>
|
---|
112 |
|
---|
113 | <listitem>
|
---|
114 | <para>Linux host and guest: added Wayland support for Clipboard sharing and Drag and Drop</para>
|
---|
115 | </listitem>
|
---|
116 |
|
---|
117 | </itemizedlist>
|
---|
118 |
|
---|
119 | <para>In addition, the following items were fixed and/or added:</para>
|
---|
120 |
|
---|
121 | <itemizedlist>
|
---|
122 |
|
---|
123 | <listitem>
|
---|
124 | <para>Screen recording: improve performance</para>
|
---|
125 | </listitem>
|
---|
126 |
|
---|
127 | <listitem>
|
---|
128 | <para>EFI: Added support for Secure Boot</para>
|
---|
129 | </listitem>
|
---|
130 |
|
---|
131 | <listitem>
|
---|
132 | <para>GUI: Improved overall accessibility</para>
|
---|
133 | </listitem>
|
---|
134 |
|
---|
135 | <listitem>
|
---|
136 | <para>GUI: Migration to recent Qt version.</para>
|
---|
137 | </listitem>
|
---|
138 |
|
---|
139 | </itemizedlist>
|
---|
140 | </sect1>
|
---|
141 |
|
---|
142 | </chapter>
|
---|