Date: Wed, 12 Mar 2014 04:10:56 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44215 - head/en_US.ISO8859-1/htdocs/releases/9.3R Message-ID: <201403120410.s2C4AunA064717@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Wed Mar 12 04:10:56 2014 New Revision: 44215 URL: http://svnweb.freebsd.org/changeset/doc/44215 Log: Add a TODO page for release cycles to keep track of issues blocking releases, in-progress work, and the post-release errata items. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Added: head/en_US.ISO8859-1/htdocs/releases/9.3R/todo.xml (contents, props changed) Added: head/en_US.ISO8859-1/htdocs/releases/9.3R/todo.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/releases/9.3R/todo.xml Wed Mar 12 04:10:56 2014 (r44215) @@ -0,0 +1,112 @@ +<?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/share/sgml/xhtml10-freebsd.dtd" [ +<!ENTITY local.rel "9.3"> +<!ENTITY local.branch.stable "stable/9"> +<!ENTITY local.branch.releng "releng/9.3"> +<!ENTITY title "FreeBSD &local.rel; Release TODO Items"> +]> + +<!-- + *************************************************************** + + Commits to this file without re@ approval will be reverted. + + *************************************************************** +--> + +<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>Please <strong>do not</strong> edit this file unless you are + on the Release Engineering Team, or a member of the Release + Engineering Team gave you explicit permission to do so.</p> + + <p>This is the release cycle <em>TODO</em> page, outlining + items that are in-progress, issues that must be fixed (release + blockers), issues that need to be fixed but are not blockers, + and issues that should be fixed as an Errata Notice after the + release.</p> + + <h1>Works in Progress</h1> + + <table class="tblbasic"> + <tr class="heading"> + <td>Pre-Freeze Issues</td> + <td>Description</td> + <td>Workaround</td> + </tr> + + <tr> + <td>n/a</td> + <td>n/a</td> + <td>n/a</td> + </tr> + </table> + <br/> + + <h1>Release Blockers</h1> + + <table class="tblbasic"> + <tr class="heading"> + <td>Description</td> + <td>Workaround</td> + <td>Target Date</td> + </tr> + + <tr> + <td>n/a</td> + <td>n/a</td> + <td>n/a</td> + </tr> + </table> + <br/> + + <h1>Release Issues</h1> + + <table class="tblbasic"> + <tr class="heading"> + <td>Description</td> + <td>Workaround</td> + <td>Target Date</td> + </tr> + + <tr> + <td>n/a</td> + <td>n/a</td> + <td>n/a</td> + </tr> + </table> + <br/> + + <h1>Post-Release Errata Items</h1> + + <table class="tblbasic"> + <tr class="heading"> + <td>Description</td> + <td>Workaround</td> + </tr> + + <tr> + <td>n/a</td> + <td>n/a</td> + </tr> + </table> + <br/> + + <h1>Additional Information</h1> + + <ul> + <li><a href="&base;/releng/index.html">FreeBSD Release + Engineering website</a></li> + </ul> + </body> +</html>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403120410.s2C4AunA064717>