mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
Fix renumbering once again
I screwed up by accidentally pushing incomplete version of the renumbering commit. This patch just fixes the rest so the tree matches changes in v2. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
e8dc0e3a43
commit
42ff399a5e
@ -37,44 +37,36 @@
|
|||||||
<p>
|
<p>
|
||||||
Libvirt follows a time based plan, with releases made once a month
|
Libvirt follows a time based plan, with releases made once a month
|
||||||
on the 1st of each month give or take a few days. The only exception
|
on the 1st of each month give or take a few days. The only exception
|
||||||
is at the start of the year where there are two 6 weeks gaps, giving
|
is at the start of the year where there are two 6 weeks gaps (first
|
||||||
a total of 11 releases a year. Expect to see releases on approx:
|
release in the middle of Jan, then skip the Feb release), giving
|
||||||
|
a total of 11 releases a year.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Jan 15th</li>
|
|
||||||
<li>Mar 1st</li>
|
|
||||||
<li>Apr 1st</li>
|
|
||||||
<li>May 1st</li>
|
|
||||||
<li>Jun 1st</li>
|
|
||||||
<li>Jul 1st</li>
|
|
||||||
<li>Aug 1st</li>
|
|
||||||
<li>Sep 1st</li>
|
|
||||||
<li>Oct 1st</li>
|
|
||||||
<li>Nov 1st</li>
|
|
||||||
<li>Dec 1st</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2><a name="numbering">Release numbering</a></h2>
|
<h2><a name="numbering">Release numbering</a></h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Since libvirt 2.0.0, a time based version numbering rule
|
Since libvirt 2.0.0, a time based version numbering rule
|
||||||
is applied. As such, the changes in version number have
|
is applied. As such, the changes in version number have
|
||||||
do not have any implications wrt the scope of features
|
do not have any implications with respect to the scope of
|
||||||
or bugfixes included, the stability of the code, or the
|
features or bugfixes included, the stability of the code,
|
||||||
API / ABI compatibility (libvirt API / ABI is guaranteed
|
or the API / ABI compatibility (libvirt API / ABI is guaranteed
|
||||||
stable forever). The rules applied for changing the libvirt
|
stable forever). The rules applied for changing the libvirt
|
||||||
version number are:
|
version number are:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<dl>
|
||||||
<li><code>major</code> - incremented by 1 for the first release of the year (the Jan 15th release)</li>
|
<dt>major</dt>
|
||||||
<li><code>minor</code> - incremented by 1 for each monthly release from git master</li>
|
<dd>incremented by 1 for the first release of the year (the
|
||||||
<li><code>micro</code> - always 0 for releases from git master, incremented by 1 for each stable maintenance release</li>
|
Jan 15th release)</dd>
|
||||||
</ul>
|
<dt>minor</dt>
|
||||||
|
<dd>incremented by 1 for each monthly release from git master</dd>
|
||||||
|
<dt>micro</dt>
|
||||||
|
<dd>always 0 for releases from git master, incremented by 1
|
||||||
|
for each stable maintenance release</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Prior to to 2.0.0 the major/minor numbers were incremented
|
Prior to 2.0.0, the major/minor numbers were incremented
|
||||||
fairly arbitrarily, and maintenance releases appended a
|
fairly arbitrarily, and maintenance releases appended a
|
||||||
fourth digit.
|
fourth digit.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user