Last change
on this file since 74854 was 73276, checked in by vboxsync, 6 years ago |
doc/manual: Big build system overhaul, because the use of entities and catalogs eliminates the need to have placeholders in XML which previously needed separate preprocessing. Many cleanups, including replacing almost all pattern rules (since their dependencies had to be too generous) and using defines instead. Also integrated many cleanups for the user manual text (which needs careful review, couldn't check yet if it uses any additional tags which some of our XSLT would ignore).
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.2 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
|
---|
4 | <!ENTITY % all.entities SYSTEM "all-entities.ent">
|
---|
5 | %all.entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <chapter id="ChangeLog">
|
---|
9 | <title>Change Log</title>
|
---|
10 |
|
---|
11 | <para>This section summarizes the changes between VirtualBox versions. Note
|
---|
12 | that this change log is not exhaustive and not all changes are listed.</para>
|
---|
13 |
|
---|
14 | <para>VirtualBox version numbers consist of three numbers separated by dots
|
---|
15 | where the first and second number represent the major version and the 3rd number
|
---|
16 | the minor version. Minor version numbers of official releases are always even.
|
---|
17 | An odd minor version number represents an internal development or test build.
|
---|
18 | In addition, each build contains a revision number.</para>
|
---|
19 |
|
---|
20 | <xi:include href="user_ChangeLogImpl.xml" xpointer="xpointer(/chapter/*)"
|
---|
21 | xmlns:xi="http://www.w3.org/2001/XInclude" />
|
---|
22 |
|
---|
23 | <sect1 id="change-log-older">
|
---|
24 | <title>Older Change Log Details</title>
|
---|
25 | <para>With VirtualBox 5.0, changelog information for versions before 4.3
|
---|
26 | was removed in order to save space. To access this information, please
|
---|
27 | consult the User Manual of VirtualBox version 4.3 or earlier.</para>
|
---|
28 | </sect1>
|
---|
29 |
|
---|
30 | </chapter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.