Add a template and a bit of an explanation for the versions

descriptions.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-12-20 08:33:22 +00:00
parent 23b67b4931
commit 976acf33f7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51324

View file

@ -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 &amp;, < is &lt; and > is &gt;.
-->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink=
"http://www.w3.org/1999/xlink" version="5.0" xml:id="versions">