Add a table to the releng page listing the code-freeze status of the
major src/ branches. The idea is that we'll keep these updated when we create, freeze, or unfreeze a branch. Suggested by: imp
This commit is contained in:
parent
8d9d5342e9
commit
d8415e3c26
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13421
1 changed files with 78 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.10 2002/06/18 20:37:01 bmah Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.11 2002/06/18 20:41:31 bmah Exp $">
|
||||
<!ENTITY email 're'>
|
||||
<!ENTITY title "Release Engineering Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -15,6 +15,7 @@
|
|||
|
||||
<ul>
|
||||
<li><a href="#schedule">Upcoming Release Schedule</a>.</li>
|
||||
<li><a href="#freeze">Code Freeze Status</a>.</li>
|
||||
<li><a href="&base;/releng/charter.html">Charter for the Release
|
||||
Engineering Team</a>.</li>
|
||||
<li><a href="#docs">Release Engineering Documentation</a>.</li>
|
||||
|
@ -25,7 +26,6 @@
|
|||
Schedule</a>.</li>
|
||||
|
||||
<!--
|
||||
<li>Information about code freezes.</li>
|
||||
<li>General information about committing to -STABLE.</li>
|
||||
-->
|
||||
</ul>
|
||||
|
@ -44,6 +44,82 @@
|
|||
<li><p><strong>February 1, 2003</strong> : FreeBSD 4.8</p></li>
|
||||
</ul>
|
||||
|
||||
<a name="freeze"></a>
|
||||
<h1>Code-Freeze Status</h1>
|
||||
|
||||
<p>The following table lists the code freeze status for the major
|
||||
development branches for the <tt>src/</tt> subtree of the FreeBSD CVS
|
||||
repository. Commits to any branch listed as "frozen" must first be
|
||||
reviewed and approved by the relevant contact party.</p>
|
||||
|
||||
<p>Note that the <tt>ports/</tt>, <tt>doc/</tt>, and <tt>www/</tt>
|
||||
subtrees are not branched and not covered by this table.</p>
|
||||
|
||||
<table border="3" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<th> Branch </th>
|
||||
<th> Status </th>
|
||||
<th> Contact </th>
|
||||
<th> Notes </th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <tt>HEAD</tt> </td>
|
||||
<td> Open </td>
|
||||
<td> committers </td>
|
||||
<td> Active development branch for -CURRENT </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <tt>RELENG_4</tt> </td>
|
||||
<td> Open </td>
|
||||
<td> committers </td>
|
||||
<td> Active development branch for 4-STABLE </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <tt>RELENG_4_6</tt> </td>
|
||||
<td> Frozen </td>
|
||||
<td> <a href="mailto:security-officer@FreeBSD.org">security-officer@FreeBSD.org</a> </td>
|
||||
<td> FreeBSD 4.6 supported security fix branch </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <tt>RELENG_4_5</tt> </td>
|
||||
<td> Frozen </td>
|
||||
<td> <a href="mailto:security-officer@FreeBSD.org">security-officer@FreeBSD.org</a> </td>
|
||||
<td> FreeBSD 4.5 supported security fix branch </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <tt>RELENG_4_4</tt> </td>
|
||||
<td> Frozen </td>
|
||||
<td> <a href="mailto:security-officer@FreeBSD.org">security-officer@FreeBSD.org</a> </td>
|
||||
<td> FreeBSD 4.4 security fix branch (not officially supported) </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <tt>RELENG_4_3</tt> </td>
|
||||
<td> Frozen </td>
|
||||
<td> <a href="mailto:security-officer@FreeBSD.org">security-officer@FreeBSD.org</a> </td>
|
||||
<td> FreeBSD 4.3 security fix branch (not officially supported) </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <tt>RELENG_3</tt> </td>
|
||||
<td> Open </td>
|
||||
<td> committers </td>
|
||||
<td> Maintenence branch for 3-STABLE </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <tt>RELENG_2_2</tt> </td>
|
||||
<td> Open </td>
|
||||
<td> committers </td>
|
||||
<td> Maintenence branch for 2.2-STABLE </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<a name="docs"></a>
|
||||
<h1>Release Engineering Documentation</h1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue