Since we now have an RC2 section, move the "Disable performance

crippling debugging features" to that section from the "Must do
for 5.0" section.
This commit is contained in:
Robert Watson 2002-12-03 19:41:34 +00:00
parent fa8876b0ea
commit 2e9e9359e9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15146

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.71 2002/12/03 19:34:56 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.72 2002/12/03 19:37:30 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -88,6 +88,16 @@
2.33.01</td>
</tr>
<tr>
<td>Disable performance penalizing debug options</td>
<td>Pending RC1</td>
<td>re@</td>
<td>A number of performance-penalizing debug options are turned on
by default in 5.0-CURRENT. These include user malloc debugging
flags, WITNESS, INVARIANTS, DEBUG=-g, and others. These must be
turned off as we approach the release.</td>
</tr>
</table>
<h3>Must Resolve Issues for 5.0-RELEASE</h3>
@ -105,16 +115,6 @@
to give adequate time for the translation teams to catch up.</td>
</tr>
<tr>
<td>Disable performance penalizing debug options</td>
<td>Pending RC1</td>
<td>re@</td>
<td>A number of performance-penalizing debug options are turned on
by default in 5.0-CURRENT. These include user malloc debugging
flags, WITNESS, INVARIANTS, DEBUG=-g, and others. These must be
turned off as we approach the release.</td>
</tr>
<tr>
<td>Disable verbose debug options</td>
<td>Pending RC2</td>