article.xml revision 109307
176082Sbmah<!-- 
276082Sbmah	FreeBSD errata document.  Unlike some of the other RELNOTESng
376082Sbmah	files, this file should remain as a single SGML file, so that
476082Sbmah	the dollar FreeBSD dollar header has a meaningful modification
576082Sbmah	time.  This file is all but useless without a datestamp on it,
676082Sbmah	so we'll take some extra care to make sure it has one.
776082Sbmah
876082Sbmah	(If we didn't do this, then the file with the datestamp might
976082Sbmah	not be the one that received the last change in the document.)
1076082Sbmah
1176082Sbmah-->
1276082Sbmah
1376082Sbmah<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
1476082Sbmah<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
1576082Sbmah%man;
1676082Sbmah<!ENTITY % authors PUBLIC  "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
1776082Sbmah%authors;
1876082Sbmah<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
1976082Sbmah%mlists;
2076082Sbmah<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
2176082Sbmah%release;
2276082Sbmah]>
2376082Sbmah
2476082Sbmah<article>
2576082Sbmah  <articleinfo>
26109307Sbmah    <title>&os;
27109307Sbmah    &release.current;
28109307Sbmah    Errata</title>
2977914Sbmah
3076082Sbmah    <corpauthor>
3176082Sbmah    The &os; Project
3276082Sbmah    </corpauthor>
3376082Sbmah
3476082Sbmah    <pubdate>$FreeBSD: head/release/doc/en_US.ISO8859-1/errata/article.sgml 109307 2003-01-15 15:10:43Z bmah $</pubdate>
3576082Sbmah
3676082Sbmah    <copyright>
3776082Sbmah      <year>2000</year>
3876082Sbmah      <year>2001</year>
3988820Sbmah      <year>2002</year>
40108829Sbmah      <year>2003</year>
4176082Sbmah      <holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation Project</holder>
4276082Sbmah    </copyright>
4376082Sbmah  </articleinfo>
4476082Sbmah
4577914Sbmah  <abstract>
4679807Sbmah    <para>This document lists errata items for &os; 
4792295Sbmah      &release.current;,
4892295Sbmah      containing significant information discovered after the release.
4992295Sbmah      This information includes security advisories, as well as news
5092295Sbmah      relating to the software or documentation that could affect its
5192295Sbmah      operation or usability.  An up-to-date version of this document
5292295Sbmah      should always be consulted before installing this version of
5392295Sbmah      &os;.</para>
5477914Sbmah
55109307Sbmah    <para>This errata document for &os; 
56109307Sbmah      &release.current;
57109307Sbmah      will be maintained until the release of &os; &release.next;.</para>
5877914Sbmah  </abstract>
5977914Sbmah
60109143Sroam  <sect1 id="intro">
6176082Sbmah    <title>Introduction</title>
6276082Sbmah
6379807Sbmah    <para>This errata document contains <quote>late-breaking news</quote>
6492295Sbmah      about &os;
65109307Sbmah      &release.current;.
6692295Sbmah      Before installing this version, it is important to consult this
6792295Sbmah      document to learn about any post-release discoveries or problems
6892295Sbmah      that may already have been found and fixed.</para>
6979807Sbmah
7092295Sbmah    <para>Any version of this errata document actually distributed
7192295Sbmah      with the release (for example, on a CDROM distribution) will be
7292295Sbmah      out of date by definition, but other copies are kept updated on
7392295Sbmah      the Internet and should be consulted as the <quote>current
7492295Sbmah      errata</quote> for this release.  These other copies of the
7592295Sbmah      errata are located at <ulink
7692295Sbmah      url="http://www.FreeBSD.org/releases/"></ulink>, plus any sites
7792295Sbmah      which keep up-to-date mirrors of this location.</para>
7876082Sbmah
7979807Sbmah    <para>Source and binary snapshots of &os; &release.branch; also
8092295Sbmah      contain up-to-date copies of this document (as of the time of
8192295Sbmah      the snapshot).</para>
8276082Sbmah
8377914Sbmah    <para>For a list of all &os; CERT security advisories, see <ulink
8492295Sbmah      url="http://www.FreeBSD.org/security/"></ulink> or <ulink
8592295Sbmah      url="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/"></ulink>.</para>
8692295Sbmah
8776082Sbmah  </sect1>
8876082Sbmah
89109143Sroam  <sect1 id="security">
9076082Sbmah    <title>Security Advisories</title>
9177914Sbmah    <para></para>
9276082Sbmah  </sect1>
9376082Sbmah
94109143Sroam  <sect1 id="update">
9576082Sbmah    <title>System Update Information</title>
9677914Sbmah    <para></para>
9776082Sbmah  </sect1>
9876082Sbmah</article>
99