1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- Release change log structure
|
---|
3 |
|
---|
4 | Each release has a matching log of changes which were made for that and
|
---|
5 | earlier releases. Earlier releases means anything with a lower number (e.g.
|
---|
6 | 5.0.18 is lower than 5.1.2) which was released before this one. The log is
|
---|
7 | kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning,
|
---|
8 | particularly new features and fixed bugs, with a trac bug number if possible,
|
---|
9 | should be added to the top of the change log (that is, the section for the
|
---|
10 | upcoming release) for the branch in which it first appears - stable or
|
---|
11 | development - before the next release. If you back-port it to older branches
|
---|
12 | please add an entry there too. When a new major release is made, change log
|
---|
13 | sections for earlier releases are merged in.
|
---|
14 |
|
---|
15 | Change log sections are split into two groups: major new features (normally
|
---|
16 | only for dot zero releases) and fixes. In addition, the entries in each group
|
---|
17 | are ordered as follows:
|
---|
18 |
|
---|
19 | VMM-related entries (most important)
|
---|
20 | GUI-related entries (most visible for users)
|
---|
21 | Device-related entries
|
---|
22 | VBoxManage/API/Main-related entries
|
---|
23 | Host-related entries
|
---|
24 | Guest-related entries
|
---|
25 | BIOS/EFI/ACPI-related entries
|
---|
26 |
|
---|
27 | Please do further ordering as seems appropriate by importance and visibility for
|
---|
28 | users, e.g. audio before serial ports and generally Windows before Linux. Please
|
---|
29 | also try to describe the user impact, not the technical details, and only use
|
---|
30 | technical terms if no non-technical ones are clear enough.
|
---|
31 | -->
|
---|
32 | <chapter>
|
---|
33 |
|
---|
34 | <!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
|
---|
35 | So, we use chapter and xpointer="xpointer(/chapter/)" with xi:include. -->
|
---|
36 |
|
---|
37 | <sect1>
|
---|
38 |
|
---|
39 | <title>Version 6.0.97 (2019-xx-xx)</title>
|
---|
40 |
|
---|
41 | <para>
|
---|
42 | This is a major update. The following major new features were
|
---|
43 | added:
|
---|
44 | </para>
|
---|
45 |
|
---|
46 | <itemizedlist>
|
---|
47 |
|
---|
48 | <listitem>
|
---|
49 | <para>dummy</para>
|
---|
50 | </listitem>
|
---|
51 |
|
---|
52 | </itemizedlist>
|
---|
53 |
|
---|
54 | <para>
|
---|
55 | In addition, the following items were fixed and/or added:
|
---|
56 | </para>
|
---|
57 |
|
---|
58 | <itemizedlist>
|
---|
59 |
|
---|
60 | <listitem>
|
---|
61 | <para>dummy</para>
|
---|
62 | </listitem>
|
---|
63 |
|
---|
64 | </itemizedlist>
|
---|
65 |
|
---|
66 | </sect1>
|
---|
67 |
|
---|
68 | </chapter>
|
---|