Add a template and a bit of an explanation for the versions
descriptions. Sponsored by: Absolight
This commit is contained in:
parent
23b67b4931
commit
976acf33f7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51324
1 changed files with 27 additions and 0 deletions
|
@ -5,6 +5,33 @@
|
|||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!--
|
||||
|
||||
README FIRST:
|
||||
|
||||
The format of each entry is:
|
||||
|
||||
<row>
|
||||
<entry>[version number]</entry>
|
||||
<entry><revnumber>[revision of the bump]</revnumber></entry>
|
||||
<entry>[date of revision]</entry>
|
||||
<entry>[FreeBSD version] [long-ish description of why the version was
|
||||
bumped.]</entry>
|
||||
</row>
|
||||
|
||||
The [FreeBSD version] is usually XY-CURRENT or XY-STABLE.
|
||||
|
||||
In some cases, the changes described were not committed at the same
|
||||
time when the version was bumped, in this case, add the revision to
|
||||
the description, like, for example, for 1200028.
|
||||
|
||||
You do not need to add all the extra xml markup in the description
|
||||
that will make it look better, what is important is to document
|
||||
things. Keep in mind though, that this is xml, so if you need a &, it
|
||||
is spelled &, < is < and > is >.
|
||||
|
||||
-->
|
||||
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink=
|
||||
"http://www.w3.org/1999/xlink" version="5.0" xml:id="versions">
|
||||
|
||||
|
|
Loading…
Reference in a new issue