Releases
Functional Changes
If the documenation wants to point out, that a feature has been added or some functionality changed in a specific version, use the following role:
If you want to point out a limitation in the Bareos functionality, the following formatting should be used:
:sinceVersion:`<version>: <Summary>`
- version
Bareos version number, e.g. ‘’18.2.5’’.
- Summary
A short summary.
This role will only display ‘’Version >= <version>’’. The <Summary> will appear only in the index.
The index will contain entries:
bareos-<version>
Summary
and
Summary
bareos-<version>
Example:
From Bareos :sinceVersion:`19.2.1: Documentation converted from Latex to Sphinx` on, the Bareos documentation is written in reST/Sphinx instead of Latex.
This will be displayed as:
From Bareos Version >= 19.2.1 on, the Bareos documentation is written in reST/Sphinx instead of Latex.
Note
:sinceVersion:
is a legacy role. Sphinx itself offers
Until defined otherwise, you should use :sinceVersion:
instead of these.