- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/nabibar.l10n.ent.
- Move includes.sgml and includes.xsl to
share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
and <lang>?share/sgml/header.l10n.ent.
- Move most of XSLT libraries to share/sgml/*.xsl and
<lang>/share/sgml/*.xsl.
- Move news.xml and other *.xml files for the similar purpose
to share/sgml/*.xml and <lang>/share/sgml/*.xml.
- Switch to use a custom DTD for HTML document. Now we use
"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
HTML 4.01 + some entities previously pulled via
"<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
The location of entity file will be resolved by using catalog file.
- Add DOCTYPE declearation to XML documents. This makes the followings
possible:
* Use of &foo; entities for SGML in an XML file instead of defining
{$foo} as the same content.
* &symbolic; entities for Latin characters.
- Duplicated information between SGML and XML, or English and
translated doc, has been removed as much as possible.
65 lines
2.3 KiB
Text
65 lines
2.3 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "../..">
|
|
<!ENTITY date "$FreeBSD: www/en/releases/3.0R/errata.sgml,v 1.10 2005/10/04 19:43:52 hrs Exp $">
|
|
<!ENTITY title "FreeBSD 3.0 Errata Notes">
|
|
<!ENTITY % navinclude.download "INCLUDE">
|
|
]>
|
|
<!-- $FreeBSD: www/en/releases/3.0R/errata.sgml,v 1.10 2005/10/04 19:43:52 hrs Exp $ -->
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<pre>
|
|
The file <a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/3.0-RELEASE/ERRATA.TXT">
|
|
ERRATA.TXT</a> contains post-release ERRATA for 3.0 and should always
|
|
be considered the definitive place to look *first* before reporting
|
|
a problem with this release. This file will also be periodically
|
|
updated as new issues are reported so even if you've checked this
|
|
file recently, check it again before filing a bug report. Any
|
|
changes to this file are also automatically emailed to:
|
|
|
|
freebsd-stable@FreeBSD.org
|
|
|
|
For 3.0 security advisories, see:
|
|
|
|
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a>
|
|
|
|
For the latest information.
|
|
|
|
---- Security Advisories:
|
|
|
|
Current active security advisories for 3.0: 1
|
|
|
|
o SA-98:08: IP fragmentation denial of service
|
|
|
|
Fix: Update to 3.0-current or apply patch supplied with advisory 98:08 in:
|
|
|
|
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-98:08.fragment.asc">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-98:08.fragment.asc</a>
|
|
|
|
---- System Update Information:
|
|
|
|
<strong>
|
|
o The GPL_MATH_EMULATE kernel option causes a fatal trap during system
|
|
startup.</strong>
|
|
|
|
Fix: Replace the GPL_MATH_EMULATE option with the default math
|
|
emulation option MATH_EMULATE. This will only affect users who
|
|
have modified their kernel configuration file. The problem is
|
|
corrected in revision 1.16 of the file
|
|
/usr/src/sys/gnu/i386/fpemul/fpu_entry.c.
|
|
|
|
<strong>
|
|
o DOS partition installs fail to find the installation bits.
|
|
</strong>
|
|
|
|
Fix: Rename C:\FREEBSD to C:\3.0-RELEASE and retry the installation.
|
|
The naming syntax was changed to make DOS more like the other
|
|
types of installation media but the docs on DOS installation
|
|
were not updated properly to reflect this. The current sysinstall
|
|
now accepts both locations, as it should have to begin with.
|
|
|
|
</pre>
|
|
<p></p><a href="../index.html">Release Home</a>
|
|
&footer;
|
|
</body>
|
|
</html>
|