Add more content to the 5.0 TODO list. Break into three sections :
Must have for 5.0 DP2, Must have for 5.0-RELEASE, and Desired Features for 5.0-RELEASE. Needs a lot of work.
This commit is contained in:
parent
a42e063aa0
commit
c6a1a3c53e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14152
1 changed files with 70 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.1 2002/08/31 08:48:09 murray Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -17,11 +17,77 @@
|
|||
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>
|
||||
|
||||
|
||||
<h3>Must Resolve Issues for 5.0-DP2</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</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>
|
||||
<td>X instability</td><td>Unknown</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>
|
||||
|
||||
|
||||
<h3>Must Resolve Issues for 5.0-RELEASE</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr><td>5.0 Documentation</td><td>--</td><td>freebsd-doc</td>
|
||||
|
||||
<td>As a minimum, we need to cover the areas where 5.x and 4.x
|
||||
differ in the FAQ and Handbook. This entails marking some areas
|
||||
with "This procedure is specific to 4.X. For more information for
|
||||
5.x, please see foo(n)" or similar. This needs to happen quickly,
|
||||
to give adequate time fo rthe translation teams to catch up.</td>
|
||||
</tr>
|
||||
|
||||
<tr><td>devd</td><td>Unknown</td><td>imp@FreeBSD.org</td><td>A devd
|
||||
prototype to manage the insertion and removal of devices (usb,
|
||||
firewire, pccard, etc..) from the system.</td></tr>
|
||||
|
||||
<tr>
|
||||
<td>KDE / GNOME</td><td>Unknown after GCC upgrade</td><td>ports@FreeBSD.org</td>
|
||||
<td>Working KDE and GNOME packages are a requirement for 5.0
|
||||
RELEASE. Before the recent GCC upgrade, there were problems
|
||||
building parts of KDE.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Desired Features for 5.0-RELEASE</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="30%">User Documentation for device.hints
|
||||
mechanism.</td><td width="10%">--</td><td
|
||||
width="10%">freebsd-doc@FreeBSD.org</td><td>We need more
|
||||
documentation geared at average users about how to configure
|
||||
hardware devices with the new device.hints mechanism. This
|
||||
material should be in the Handbook.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>OpenOffice</td><td>--</td><td>ports@FreeBSD.org</td>
|
||||
<td>A working OpenOffice port is a strongly desired feature for
|
||||
5.0</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>FireWire Support</td><td>--</td><td>??</td>
|
||||
<td>What is the holdup with getting this committed?</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue