Deleted Added
sdiff udiff text old ( 98180 ) new ( 98515 )
full compact
1<articleinfo>
2 <title>&os;/&arch; &release.current; Release Notes</title>
3
4 <corpauthor>The FreeBSD Project</corpauthor>
5
6 <pubdate>$FreeBSD: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml 98180 2002-06-13 20:52:02Z bmah $</pubdate>
7
8 <copyright>
9 <year>2000</year>
10 <year>2001</year>
11 <year>2002</year>
12 <holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation Project</holder>
13 </copyright>
14
15 <abstract>
16 <para>The release notes for &os; &release.current; contain a summary
17 of the changes made in the &os; base system since &release.prev;.
18 Both changes for kernel and userland are listed, as well as
19 applicable security advisories that were issued since the last
20 release. Some brief remarks on upgrading are also presented.</para>
21 </abstract>
22</articleinfo>
23
24<sect1>
25 <title>Introduction</title>
26
27 <para>This document contains the release notes for &os;
28 &release.current; on the &arch.print; hardware platform. It
29 describes new features of &os; that have been added (or changed)
30 since &release.prev;. It also provides some notes on upgrading
31 from previous versions of &os;.</para>
32
33<![ %release.type.snapshot [
34
35 <para>The &release.type; distribution to which these release notes
36 apply represents a point along the &release.branch; development
37 branch between &release.prev; and the future &release.next;. Some
38 pre-built, binary &release.type; distributions along this branch

--- 14 unchanged lines hidden (view full) ---

53 Handbook</ulink>.</para>
54
55]]>
56</sect1>
57
58<sect1>
59 <title>What's New</title>
60
61 <para>This section describes the most user-visible new or changed
62 features in &os; since &release.prev;. Typical release note items
63 document new drivers or hardware support, new commands or options,
64 major bugfixes, or contributed software upgrades. Security
65 advisories issued after &release.prev; are also listed. In
66 general, changes described here are unique to the &release.branch;
67 branch unless specifically marked as &merged; features.</para>
68
69 <para>Many additional changes were made to &os; that are not listed
70 here for lack of space. For example, documentation was corrected
71 and improved, minor bugs were fixed, insecure coding practices
72 were audited and corrected, and source code was cleaned up.</para>
73
74 <sect2 id="kernel">
75 <title>Kernel Changes</title>

--- 3707 unchanged lines hidden ---