Note the current status of the RELENG_5_0 and HEAD branches.

This commit is contained in:
Murray Stokely 2002-12-15 11:45:29 +00:00
parent a3a8f845c3
commit a6392f43da
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15345

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.28 2002/12/09 16:36:39 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.29 2002/12/13 00:34:29 murray Exp $">
<!ENTITY email 're'>
<!ENTITY title "Release Engineering Information">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -60,10 +60,27 @@ subtrees are not branched and not covered by this table.</p>
<tr>
<td> <tt>HEAD</tt> </td>
<td> Semi-Frozen </td>
<td> &contact.re; </td>
<td> Active development branch for -CURRENT. Commits to this
branch will be in 5.1-RELEASE and 5.0-STABLE. Sometime around
the release of 5.1, we will branch RELENG_5 (for 5.0-STABLE) and this
branch will then be known at 6.0-CURRENT. With that in mind,
developers should treat this as a "STABLE" branch for the next few
months and focus on fixing bugs to make 5.0-RELEASE a success.
Invasive commits to <tt>HEAD</tt> must be coordinated and approved
by &contact.re;.</td>
</tr>
<tr>
<td> <tt>RELENG_5_0</tt> </td>
<td> Frozen </td>
<td> &contact.re; </td>
<td> Active development branch for -CURRENT. All commits to the
<tt>HEAD</tt> branch must be approved by &contact.re;. </td>
<td> Release branch for 5.0-RELEASE. Bugfixes, performance
tuning, documentation updates, and some new features are still
being added to this branch as we prepare it for 5.0-RELEASE in
early January. Please coordinate with &contact.re; before
committing to this branch.</td>
</tr>
<tr>