Note that RELENG_4 is now frozen, and that while HEAD is open, new code
that will not be production ready in three months should not be committed at this time. Also define some entities to make this easier to maintain while I'm here.
This commit is contained in:
parent
c5b7b06262
commit
a4d15f89ee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14143
1 changed files with 15 additions and 9 deletions
|
@ -1,10 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.20 2002/08/07 15:40:55 bmah Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.21 2002/08/16 16:49:24 bmah Exp $">
|
||||
<!ENTITY email 're'>
|
||||
<!ENTITY title "Release Engineering Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||||
<!ENTITY contact.re '<a href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>'>
|
||||
<!ENTITY contact.so '<a href="mailto:security-officer@FreeBSD.org">security-officer@FreeBSD.org</a>'>
|
||||
]>
|
||||
|
||||
<html>
|
||||
|
@ -68,41 +70,45 @@ subtrees are not branched and not covered by this table.</p>
|
|||
<td> <tt>HEAD</tt> </td>
|
||||
<td> Open </td>
|
||||
<td> committers </td>
|
||||
<td> Active development branch for -CURRENT. </td>
|
||||
<td> Active development branch for -CURRENT. FreeBSD 5.0 is
|
||||
less than three months away. Code that will not be production
|
||||
ready by 5.0 should not be committed until after the <tt>RELENG_5</tt>
|
||||
branch and work on 6.0-CURRENT begins. </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <tt>RELENG_4</tt> </td>
|
||||
<td> Open </td>
|
||||
<td> committers </td>
|
||||
<td> Active development branch for 4-STABLE. <strong>Code freeze starts on September 1. Merge changes before that time, or wait until 4.8</strong>. </td>
|
||||
<td> Frozen </td>
|
||||
<td> &contact.re; </td>
|
||||
<td> Development branch for 4-STABLE. <strong>Currently frozen for the
|
||||
upcoming release of FreeBSD 4.7.</strong></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> &contact.so; </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> &contact.so; </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> &contact.so; </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> &contact.so; </td>
|
||||
<td> FreeBSD 4.3 security fix branch (not officially supported). </td>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in a new issue