aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/9.0R/schedule.xml
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/htdocs/releases/9.0R/schedule.xml')
-rw-r--r--en_US.ISO8859-1/htdocs/releases/9.0R/schedule.xml157
1 files changed, 157 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/htdocs/releases/9.0R/schedule.xml b/en_US.ISO8859-1/htdocs/releases/9.0R/schedule.xml
new file mode 100644
index 0000000000..b8c10fb87a
--- /dev/null
+++ b/en_US.ISO8859-1/htdocs/releases/9.0R/schedule.xml
@@ -0,0 +1,157 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
+"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
+<!ENTITY email 'freebsd-qa'>
+<!ENTITY local.rel "9.0">
+<!ENTITY local.rel.tag "9_0">
+<!ENTITY title "FreeBSD &local.rel; Release Process">
+]>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>&title;</title>
+
+ <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
+ </head>
+
+ <body class="navinclude.download">
+
+ <h1>Introduction</h1>
+
+ <p>This is the release schedule for FreeBSD &local.rel;. For more
+ information about the release engineering process, please see the <a
+ href="&base;/releng/index.html">Release Engineering</a> section of the
+ web site.</p>
+
+ <p>General discussions about the pending release and known issues should be
+ sent to the public
+ <a href="mailto:FreeBSD-stable@FreeBSD.org">freebsd-stable</a> mailing list.
+ <a href="&base;/doc/en_US.ISO8859-1/books/handbook/freebsd-glossary.html#MFC-GLOSSARY">MFC</a>
+ requests should be sent to
+ <a href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>.</p>
+
+ <h1>Schedule</h1>
+
+ <table class="tblbasic">
+ <tr class="heading">
+ <td>Action</td>
+ <td>Expected</td>
+ <td>Actual</td>
+ <td>Description</td>
+ </tr>
+
+ <tr>
+ <td>Initial release schedule announcement</td>
+ <td>-</td>
+ <td>19&nbsp;April&nbsp;2011</td>
+ <td>Release Engineers send announcement email to developers with a
+ rough schedule.</td>
+ </tr>
+
+ <tr>
+ <td>Release schedule reminder</td>
+ <td>-</td>
+ <td>6&nbsp;May&nbsp;2011,<br/>15&nbsp;June&nbsp;2011</td>
+ <td>Release Engineers send reminder announcement e-mail to developers
+ with updated schedule.</td>
+ </tr>
+
+ <tr>
+ <td>Code freeze begins</td>
+ <td>17&nbsp;July&nbsp;2011</td>
+ <td>18&nbsp;July&nbsp;2011</td>
+ <td>Release Engineers announce that all further commits to the
+ head branch will require explicit approval.
+ Certain blanket approvals will be granted for narrow areas of
+ development, documentation improvements, etc.</td>
+ </tr>
+
+ <tr>
+ <td>BETA1</td>
+ <td>20&nbsp;July&nbsp;2011</td>
+ <td>1&nbsp;August&nbsp;2011</td>
+ <td>First beta test snapshot.</td>
+ </tr>
+
+ <tr>
+ <td>BETA2</td>
+ <td>3&nbsp;August&nbsp;2011</td>
+ <td>7&nbsp;September&nbsp;2011</td>
+ <td>Second beta test snapshot.</td>
+ </tr>
+
+ <tr>
+ <td>releng/9.0 branch</td>
+ <td>3&nbsp;August&nbsp;2011</td>
+ <td>10&nbsp;November&nbsp;2011</td>
+ <td>Subversion branch created, propagated to CVS; future
+ release engineering proceeds on this branch.</td>
+ </tr>
+
+ <tr>
+ <td>BETA3</td>
+ <td>17&nbsp;August&nbsp;2011</td>
+ <td>28&nbsp;September&nbsp;2011</td>
+ <td>Third beta test snapshot.</td>
+ </tr>
+
+ <tr>
+ <td>RC1</td>
+ <td>24&nbsp;August&nbsp;2011</td>
+ <td>22&nbsp;October&nbsp;2011</td>
+ <td>First release candidate.</td>
+ </tr>
+
+ <tr>
+ <td>RC2</td>
+ <td>31&nbsp;August&nbsp;2011</td>
+ <td>17&nbsp;November&nbsp;2011</td>
+ <td>Second release candidate.</td>
+ </tr>
+
+ <tr>
+ <td>RC3</td>
+ <td>-</td>
+ <td>8&nbsp;December&nbsp;2011</td>
+ <td>Third release candidate.</td>
+ </tr>
+
+ <tr>
+ <td>RELEASE build</td>
+ <td>7&nbsp;September&nbsp;2011</td>
+ <td>3&nbsp;January&nbsp;2012</td>
+ <td>9.0-RELEASE built.</td>
+ </tr>
+
+ <tr>
+ <td>RELEASE announcement</td>
+ <td>-</td>
+ <td>12&nbsp;January&nbsp;2012</td>
+ <td>9.0-RELEASE press release.</td>
+ </tr>
+
+ <tr>
+ <td>Turn over to the secteam</td>
+ <td>-</td>
+ <td>16&nbsp;February&nbsp;2012</td>
+ <td>RELENG_&local.rel.tag; branch is handed over to
+ the FreeBSD Security Officer Team in one or two weeks after the
+ announcement.</td>
+ </tr>
+ </table>
+
+ <h1>Status / TODO</h1>
+ <a href="http://wiki.freebsd.org/Releng/9.0TODO">http://wiki.freebsd.org/Releng/9.0TODO</a>
+
+ <h1>Additional Information</h1>
+
+ <ul>
+ <li><a href="http://wiki.freebsd.org/Releng/9.0TODO/">FreeBSD 9.0 release
+ engineering wiki page</a>, which includes todo lists, scheduling
+ information, binary compatibility information, and more.</li>
+ <li><a href="&base;/releng/index.html">FreeBSD Release Engineering website</a></li>
+ </ul>
+
+
+ </body>
+</html>