Add a webpage to list important open issues for 5.0-RELEASE. For now,

just list the XFree86 hang problem.  More entries coming this weekend.

By all means, please add entries directly to this file, or email your
entries to re@FreeBSD.org.
This commit is contained in:
Murray Stokely 2002-08-31 08:48:09 +00:00
parent b8e7464afb
commit 7cc7195b14
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14106
2 changed files with 34 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.1 2002/03/04 08:17:50 murray Exp $
# $FreeBSD: www/en/releases/5.0R/Makefile,v 1.2 2002/04/05 22:30:13 bmah Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -7,7 +7,7 @@
.include "../Makefile.inc"
.endif
DOCS= schedule.sgml
DOCS= schedule.sgml todo.sgml
SUBDIR= DP1

View file

@ -0,0 +1,32 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<h1>Open Issues</h1>
<p>This is a list of open issues that need to be resolved for FreeBSD
5.0. If you think something should be listed here, please email
re@FreeBSD.org. This issue was discussed in detail at the <a
href="&base;/events/2002/usenix-devsummit.html">Developer Summit</a>
at Usenix.</p>
<table border=1>
<tr><td>Issue</td><td>Status</td><td>Responsible</td><td>Description</td>
</tr>
<tr>
<td>X instability</td><td>SHOW STOPPER</td><td>??</td><td>XFree86 hangs after several hours/days of use with -CURRENT. No further details are available at this time.</td>
</tr>
</table>
&footer;
</body>
</html>