From d8415e3c263d7c965b6a0564c02628522f4b01d8 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Tue, 18 Jun 2002 21:06:19 +0000 Subject: [PATCH] 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 --- en/releng/index.sgml | 80 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 78 insertions(+), 2 deletions(-) diff --git a/en/releng/index.sgml b/en/releng/index.sgml index 17d65ed0b1..8cb93b6a07 100644 --- a/en/releng/index.sgml +++ b/en/releng/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -15,6 +15,7 @@ @@ -44,6 +44,82 @@
  • February 1, 2003 : FreeBSD 4.8

  • + +

    Code-Freeze Status

    + +

    The following table lists the code freeze status for the major +development branches for the src/ subtree of the FreeBSD CVS +repository. Commits to any branch listed as "frozen" must first be +reviewed and approved by the relevant contact party.

    + +

    Note that the ports/, doc/, and www/ +subtrees are not branched and not covered by this table.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Branch Status Contact Notes
    HEAD Open committers Active development branch for -CURRENT
    RELENG_4 Open committers Active development branch for 4-STABLE
    RELENG_4_6 Frozen security-officer@FreeBSD.org FreeBSD 4.6 supported security fix branch
    RELENG_4_5 Frozen security-officer@FreeBSD.org FreeBSD 4.5 supported security fix branch
    RELENG_4_4 Frozen security-officer@FreeBSD.org FreeBSD 4.4 security fix branch (not officially supported)
    RELENG_4_3 Frozen security-officer@FreeBSD.org FreeBSD 4.3 security fix branch (not officially supported)
    RELENG_3 Open committers Maintenence branch for 3-STABLE
    RELENG_2_2 Open committers Maintenence branch for 2.2-STABLE
    +

    Release Engineering Documentation