Add page listing the blanket approvals that have been granted to

specific developers in specific areas of the tree, with expiration
dates for the 6.0 code freeze.

Suggested by:	keramida
Reviewed by:	hrs
This commit is contained in:
Murray Stokely 2005-06-11 18:40:33 +00:00
parent 39822581ee
commit c2556ef1d2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24812

View file

@ -0,0 +1,93 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 're'>
<!ENTITY date "$FreeBSD$">
<!ENTITY local.rel "6.0">
<!ENTITY local.rel.tag "6_0">
<!ENTITY title "FreeBSD &local.rel; Commit Approvals">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<h1>Introduction</h1>
<p>The release engineering team utilizes a code freeze to maintain
stability in the period immediately preceding a release. The
developers below have been given explicit approval by re@ to
continue conservative work in a narrowly defined area until the
expiration dates below. All other developers are required to get
approval for each individual change from re@ before committing to
the release branch.</p>
<p>General discussions about the release engineering process or
quality assurance issues should be sent to the public <a
href="mailto:FreeBSD-qa@FreeBSD.org">freebsd-qa</a> mailing list.
<a
href="&base;/doc/en_US.ISO8859-1/books/faq/misc.html#DEFINE-MFC">MFC</a>
requests should be sent to <a
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>.</p>
<h1>Approval List</h1>
<table class="tasklist" border="3" cellpadding="5" cellspacing="0">
<tr class="heading">
<th>Committer</th>
<th>Area</th>
<th>Expiration</th>
</tr>
<tr>
<td>Ruslan Ermilov</td>
<td>manual pages</td>
<td>1&nbsp;July&nbsp;2005</td>
</tr>
<!--
<tr>
<td>Giorgos Keramidas</td>
<td>manual pages</td>
<td>1&nbsp;July&nbsp;2005</td>
</tr>
-->
<tr>
<td>Joseph Koshy</td>
<td>Performance measurement toolset work: <tt>sys/dev/hwpmc</tt>,
<tt>usr.sbin/pmcstat</tt>, etc.</td>
<td>1&nbsp;July&nbsp;2005</td>
</tr>
<tr>
<td>Max Laier</td>
<td>IP6FW removal, contrib/pf PR bugfixes, if_bridge cleanup.</td>
<td>1&nbsp;July&nbsp;2005</td>
</tr>
<tr>
<td>Jeff Robertson</td>
<td>VFS stability fixes.</td>
<td>1&nbsp;July&nbsp;2005</td>
</tr>
<tr>
<td>Brooks Davis</td>
<td>ifnet restructuring fixes.</td>
<td>1&nbsp;July&nbsp;2005</td>
</tr>
</table>
<h1>Additional Information</h1>
<ul>
<li><a href="todo.html">FreeBSD &local.rel; developer todo list.</a></li>
<li><a href="schedule.html">FreeBSD &local.rel; release engineering schedule.</a></li>
<li><a href="&base;/releng/index.html">FreeBSD Release Engineering website.</a></li>
</ul>
&footer;
</body>
</html>