From 57f9f2fc214f48661cbcafcb861b86458b908b60 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 19 Dec 2002 01:32:28 +0000 Subject: [PATCH] The next release candidate is RC3 now, not RC2. Scott Long has committed the removal of performance impacting debugging features. Remove this task. The mac_lomac merge is basically complete, all that remains is the pending documentation commit, update. --- en/releases/5.0R/todo.sgml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/en/releases/5.0R/todo.sgml b/en/releases/5.0R/todo.sgml index 11ffcf663b..2f5403fb82 100644 --- a/en/releases/5.0R/todo.sgml +++ b/en/releases/5.0R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -17,7 +17,7 @@ re@FreeBSD.org.

-

Must Resolve Issues for 5.0-RC2

+

Must Resolve Issues for 5.0-RC3

@@ -55,17 +55,6 @@ believed to be the same problem as described in PR 45383. - - - - - - - @@ -81,8 +70,7 @@ + currently missing is the documentation.
IssueStatusResponsibleDescription
Disable performance penalizing debug optionsPending RC1re@A number of performance-penalizing debug options are turned on - by default in 5.0-CURRENT. The kernel options WITNESS, INVARIANTS, - DEBUG=-g, and DDB have been turned off. malloc still defaults to - 'AJ' for now, though it should be turned off as we approach the - release.
TrustedBSD MAC Framework userland applications Mostly merged, some minor updates pendingMerge in progress &a.green;,&a.rwatson; New mac_lomac implementation almost completely merged: - currently missing are the default policy file (commit request - under review by re@) and documentation.
devdPrototype committed.