article.xml revision 109308
1276305Sngie<!-- 
2236769Sobrien	FreeBSD errata document.  Unlike some of the other RELNOTESng
3236769Sobrien	files, this file should remain as a single SGML file, so that
4236769Sobrien	the dollar FreeBSD dollar header has a meaningful modification
5236769Sobrien	time.  This file is all but useless without a datestamp on it,
6236769Sobrien	so we'll take some extra care to make sure it has one.
7236769Sobrien
8236769Sobrien	(If we didn't do this, then the file with the datestamp might
9236769Sobrien	not be the one that received the last change in the document.)
10236769Sobrien
11236769Sobrien-->
12236769Sobrien
13236769Sobrien<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
14236769Sobrien<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
15236769Sobrien%man;
16236769Sobrien<!ENTITY % authors PUBLIC  "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
17236769Sobrien%authors;
18236769Sobrien<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
19236769Sobrien%mlists;
20236769Sobrien<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
21236769Sobrien%release;
22236769Sobrien]>
23236769Sobrien
24236769Sobrien<article>
25236769Sobrien  <articleinfo>
26236769Sobrien    <title>&os;
27236769Sobrien    &release.next;
28236769Sobrien    Errata</title>
29236769Sobrien
30236769Sobrien    <corpauthor>
31236769Sobrien    The &os; Project
32236769Sobrien    </corpauthor>
33236769Sobrien
34236769Sobrien    <pubdate>$FreeBSD: head/release/doc/en_US.ISO8859-1/errata/article.sgml 109308 2003-01-15 15:15:09Z bmah $</pubdate>
35236769Sobrien
36276305Sngie    <copyright>
37236769Sobrien      <year>2000</year>
38236769Sobrien      <year>2001</year>
39236769Sobrien      <year>2002</year>
40236769Sobrien      <year>2003</year>
41236769Sobrien      <holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation Project</holder>
42236769Sobrien    </copyright>
43276305Sngie  </articleinfo>
44236769Sobrien
45236769Sobrien  <abstract>
46236769Sobrien    <para>This document lists errata items for &os; 
47236769Sobrien      &release.next;,
48236769Sobrien      containing significant information discovered after the release.
49236769Sobrien      This information includes security advisories, as well as news
50236769Sobrien      relating to the software or documentation that could affect its
51236769Sobrien      operation or usability.  An up-to-date version of this document
52236769Sobrien      should always be consulted before installing this version of
53236769Sobrien      &os;.</para>
54236769Sobrien
55236769Sobrien    <para>This errata document for &os; 
56236769Sobrien      &release.next;
57236769Sobrien      will be maintained until the release of &os; 5.1-RELEASE.</para>
58236769Sobrien  </abstract>
59236769Sobrien
60236769Sobrien  <sect1 id="intro">
61276305Sngie    <title>Introduction</title>
62276305Sngie
63276305Sngie    <para>This errata document contains <quote>late-breaking news</quote>
64236769Sobrien      about &os;
65236769Sobrien      &release.next;.
66236769Sobrien      Before installing this version, it is important to consult this
67236769Sobrien      document to learn about any post-release discoveries or problems
68236769Sobrien      that may already have been found and fixed.</para>
69236769Sobrien
70236769Sobrien    <para>Any version of this errata document actually distributed
71236769Sobrien      with the release (for example, on a CDROM distribution) will be
72236769Sobrien      out of date by definition, but other copies are kept updated on
73236769Sobrien      the Internet and should be consulted as the <quote>current
74236769Sobrien      errata</quote> for this release.  These other copies of the
75236769Sobrien      errata are located at <ulink
76236769Sobrien      url="http://www.FreeBSD.org/releases/"></ulink>, plus any sites
77236769Sobrien      which keep up-to-date mirrors of this location.</para>
78
79    <para>Source and binary snapshots of &os; &release.branch; also
80      contain up-to-date copies of this document (as of the time of
81      the snapshot).</para>
82
83    <para>For a list of all &os; CERT security advisories, see <ulink
84      url="http://www.FreeBSD.org/security/"></ulink> or <ulink
85      url="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/"></ulink>.</para>
86
87  </sect1>
88
89  <sect1 id="security">
90    <title>Security Advisories</title>
91    <para></para>
92  </sect1>
93
94  <sect1 id="update">
95    <title>System Update Information</title>
96    <para></para>
97  </sect1>
98</article>
99