- Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def.
33 lines
1,013 B
XML
33 lines
1,013 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
|
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
|
<!ENTITY title "FreeBSD 4.4 Release Notes">
|
|
]>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&title;</title>
|
|
|
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
|
</head>
|
|
|
|
<body class="navinclude.download">
|
|
|
|
<p>The release notes for FreeBSD are customized for different
|
|
platforms, as some of the changes made to FreeBSD apply only to
|
|
specific processor architectures.</p>
|
|
|
|
<p>Release notes for FreeBSD 4.4 are available for the following
|
|
platforms:</p>
|
|
|
|
<ul>
|
|
<li><a href="relnotes-i386.html">i386</a></li>
|
|
<li><a href="relnotes-alpha.html">Alpha</a></li>
|
|
</ul>
|
|
|
|
<p>A list of all platforms currently under development can be found
|
|
on the <a href="../../platforms/index.html">Supported
|
|
Platforms</a> page.</p>
|
|
|
|
|
|
</body>
|
|
</html>
|