article.xml revision 284849
168651Skris<?xml version="1.0" encoding="iso-8859-1"?>
2194206Ssimon<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
368651Skris	"../../../share/xml/freebsd50.dtd" [
468651Skris<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent">
568651Skris %release;
6160814Ssimon<!ENTITY % sponsor PUBLIC "-//FreeBSD//ENTITIES Sponsor Specification//EN" "sponsor.ent">
768651Skris %sponsor;
868651Skris<!ENTITY % vendor PUBLIC "-//FreeBSD//ENTITIES Vendor Specification//EN" "vendor.ent">
968651Skris %vendor;
1068651Skris<!ENTITY security SYSTEM "../../share/xml/security.xml">
1168651Skris<!ENTITY errata SYSTEM "../../share/xml/errata.xml">
1268651Skris]>
1368651Skris<article xmlns="http://docbook.org/ns/docbook"
1468651Skris  xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
1568651Skris
1668651Skris  <info>
1768651Skris    <title>&os; &release.current; Release Notes</title>
1868651Skris
1968651Skris    <author>
2068651Skris      <orgname>The &os; Project</orgname>
2168651Skris    </author>
2268651Skris
2368651Skris    <pubdate>$FreeBSD: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml 284849 2015-06-25 18:45:20Z gjb $</pubdate>
2468651Skris
2568651Skris    <!-- Last rev: 282497 -->
2668651Skris
2768651Skris    <copyright>
2868651Skris      <year>2015</year>
2968651Skris      <holder role="mailto:doc@FreeBSD.org">The &os; Documentation
3068651Skris	Project</holder>
3168651Skris    </copyright>
3268651Skris
3368651Skris    <legalnotice xml:id="trademarks" role="trademarks">
3468651Skris      &tm-attrib.freebsd;
3568651Skris      &tm-attrib.ibm;
3668651Skris      &tm-attrib.ieee;
3768651Skris      &tm-attrib.intel;
3868651Skris      &tm-attrib.sparc;
3968651Skris      &tm-attrib.general;
4068651Skris    </legalnotice>
4168651Skris
4268651Skris    <abstract>
4368651Skris      <para>The release notes for &os; &release.current; contain
4468651Skris	a summary of the changes made to the &os; base system on the
4568651Skris	&release.branch; development line.  This document lists
4668651Skris	applicable security advisories that were issued since the last
4768651Skris	release, as well as significant changes to the &os; kernel and
4868651Skris	userland.  Some brief remarks on upgrading are also
4968651Skris	presented.</para>
5068651Skris    </abstract>
5168651Skris  </info>
5268651Skris
5368651Skris  <sect1 xml:id="intro">
5468651Skris    <title>Introduction</title>
5568651Skris
5668651Skris    <para>This document contains the release notes for &os;
5768651Skris      &release.current;.  It describes recently added, changed, or
5868651Skris      deleted features of &os;.  It also provides some notes on
5968651Skris      upgrading from previous versions of &os;.</para>
6068651Skris
61160814Ssimon    <para releasetype="current">The &release.type; distribution to
6268651Skris      which these release notes apply represents the latest point
6368651Skris      along the &release.branch; development branch since
6468651Skris      &release.branch; was created.  Information regarding pre-built,
6568651Skris      binary &release.type; distributions along this branch can be
6668651Skris      found at <uri
6768651Skris	xlink:href="&release.url;">&release.url;</uri>.</para>
6868651Skris
6968651Skris    <para releasetype="snapshot">The &release.type; distribution to
7068651Skris      which these release notes apply represents a point along the
7168651Skris      &release.branch; development branch between &release.prev; and
7268651Skris      the future &release.next;.  Information regarding pre-built,
7368651Skris      binary &release.type; distributions along this branch can be
7468651Skris      found at <uri
7568651Skris	xlink:href="&release.url;">&release.url;</uri>.</para>
7668651Skris
77237657Sjkim    <para releasetype="release">This distribution of &os;
78237657Sjkim      &release.current; is a &release.type; distribution.  It can be
79237657Sjkim      found at <uri xlink:href="&release.url;">&release.url;</uri> or
80237657Sjkim      any of its mirrors.  More information on obtaining this (or
8168651Skris      other) &release.type; distributions of &os; can be found in the
82237657Sjkim      <link
8368651Skris	xlink:href="&url.books.handbook;/mirrors.html"><quote>Obtaining
8468651Skris	  &os;</quote> appendix</link> to the <link
8568651Skris	xlink:href="&url.books.handbook;/">&os;
86109998Smarkm	Handbook</link>.</para>
87109998Smarkm
8868651Skris    <para>All users are encouraged to consult the release errata
8968651Skris      before installing &os;.  The errata document is updated with
9068651Skris      <quote>late-breaking</quote> information discovered late in the
9168651Skris      release cycle or after the release.  Typically, it contains
9268651Skris      information on known bugs, security advisories, and corrections
9368651Skris      to documentation.  An up-to-date copy of the errata for &os;
9468651Skris      &release.current; can be found on the &os; Web site.</para>
95109998Smarkm
9668651Skris    <para>This document describes the most user-visible new or changed
97109998Smarkm      features in &os; since &release.prev;.</para>
9868651Skris
9968651Skris    <para>Typical release note items document recent security
10068651Skris      advisories issued after &release.prev;, new drivers or hardware
10168651Skris      support, new commands or options, major bug fixes, or
10268651Skris      contributed software upgrades.  They may also list changes to
10368651Skris      major ports/packages or release engineering practices.  Clearly
104109998Smarkm      the release notes cannot list every single change made to &os;
10568651Skris      between releases; this document focuses primarily on security
10668651Skris      advisories, user-visible changes, and major architectural
10768651Skris      improvements.</para>
10868651Skris  </sect1>
10968651Skris
11068651Skris  <sect1 xml:id="upgrade">
11168651Skris    <title>Upgrading from Previous Releases of &os;</title>
11268651Skris
11368651Skris    <para arch="amd64,i386">Binary upgrades between RELEASE versions
11468651Skris      (and snapshots of the various security branches) are supported
11568651Skris      using the &man.freebsd-update.8; utility.  The binary upgrade
11668651Skris      procedure will update unmodified userland utilities, as well as
11768651Skris      unmodified <filename>GENERIC</filename> kernel distributed as
11868651Skris      a part of an official &os; release.  The &man.freebsd-update.8;
11968651Skris      utility requires that the host being upgraded have Internet
12068651Skris      connectivity.</para>
12168651Skris
12268651Skris    <para>Source-based upgrades (those based on recompiling the &os;
123109998Smarkm      base system from source code) from previous versions are
124109998Smarkm      supported, according to the instructions in
125109998Smarkm      <filename>/usr/src/UPDATING</filename>.</para>
126109998Smarkm
12768651Skris    <important>
128109998Smarkm      <para>Upgrading &os; should only be attempted after
12968651Skris	backing up <emphasis>all</emphasis> data and configuration
13068651Skris	files.</para>
13168651Skris    </important>
13268651Skris  </sect1>
133109998Smarkm
13468651Skris  <sect1 xml:id="security-errata">
13568651Skris    <title>Security and Errata</title>
13668651Skris
13768651Skris    <para>This section lists the various Security Advisories and
13868651Skris      Errata Notices since &release.prev;.</para>
13968651Skris
14068651Skris    <sect2 xml:id="security">
14168651Skris      <title>Security Advisories</title>
14268651Skris
14368651Skris      &security;
14468651Skris    </sect2>
14568651Skris
14668651Skris    <sect2 xml:id="errata">
14768651Skris      <title>Errata Notices</title>
14868651Skris
14968651Skris      &errata;
15068651Skris    </sect2>
15168651Skris  </sect1>
15268651Skris
15368651Skris  <sect1 xml:id="userland">
15468651Skris    <title>Userland</title>
15568651Skris
156237657Sjkim    <para>This section covers changes and additions to userland
157237657Sjkim      applications, contributed software, and system utilities.</para>
158237657Sjkim
159237657Sjkim    <sect2 xml:id="userland-config">
160237657Sjkim      <title>Userland Configuration Changes</title>
161237657Sjkim
162237657Sjkim      <para revision="276991">The &man.termcap.5; file is installed
16368651Skris	as-is from sources, instead of reordering, creating
16468651Skris	<filename>/etc/termcap.db</filename> by default, providing
16568651Skris	a performance improvements to applications that use the
16668651Skris	&man.termcap.5; database, such as &man.vi.1; and
16768651Skris	&man.ncurses.3;.</para>
16868651Skris    </sect2>
16968651Skris
17068651Skris    <sect2 xml:id="userland-programs">
17168651Skris      <title>Userland Application Changes</title>
17268651Skris
17368651Skris      <para revision="275040">A new utility, &man.dpv.1;, has been
17468651Skris	added to the base system, providing a &man.dialog.1;-style
17568651Skris	progress view from one or more input streams.  A corresponding
17668651Skris	library, &man.dpv.3;, has also been added.</para>
17768651Skris
17868651Skris      <para revision="275945">The &man.elfdump.1; utility has been
17968651Skris	updated to support capability mode provided by
18068651Skris	&man.capsicum.4;.</para>
18168651Skris
18268651Skris      <para revision="277434" contrib="sponsor" sponsor="&ff;">The
18368651Skris	&man.fstyp.8; utility has been added, which is used to
18468651Skris	determine the filesystem on a specified device.</para>
185167612Ssimon
18668651Skris      <para revision="281044">A regression in the &man.libarchive.3;
18768651Skris	library that would prevent a directory from being included in
18868651Skris	the archive when <literal>--one-file-system</literal> is used
18968651Skris	has been fixed.</para>
19068651Skris
19168651Skris      <para revision="281161" contrib="sponsor"
19268651Skris	sponsor="&limelight;">A new flag, <literal>-R</literal>, has
19368651Skris	been added to the &man.netstat.8; utility, which is used to
19468651Skris	dump <acronym>RSS</acronym>/flow information.</para>
19568651Skris
19668651Skris      <para revision="281936" contrib="sponsor" sponsor="&ff;">The
19768651Skris	&man.ar.1; utility has been updated to set
19868651Skris	<literal>ARCHIVE_EXTRACT_SECURE_SYMLINKS</literal> and
19968651Skris	<literal>ARCHIVE_EXTRACT_SECURE_NODOTDOT</literal> to disallow
20068651Skris	directory traversal when extracting an archive, similar to
20168651Skris	&man.tar.1;.</para>
20268651Skris
20368651Skris      <para revision="282278">A race condition in &man.wc.1; that
20468651Skris	would cause final results to be sent to &man.stderr.4; when
20568651Skris	receiving the <literal>SIGINFO</literal> signal has been
20668651Skris	fixed.</para>
20768651Skris
20868651Skris      <para revision="282870" contrib="sponsor"
209160814Ssimon	sponsor="&scaleengine;">The &man.freebsd-update.8; utility has
210160814Ssimon	been updated to prevent fetching updated binary patches when
21168651Skris	a previous upgrade has not been thoroughly completed.</para>
212167612Ssimon
21368651Skris      <para revision="282974" contrib="sponsor" sponsor="&ff;">The
21468651Skris	&man.uefisign.8; utility has been added.</para>
21568651Skris    </sect2>
216109998Smarkm
21768651Skris    <sect2 xml:id="userland-contrib">
21868651Skris      <title>Contributed Software</title>
21968651Skris
22068651Skris      <para revision="277592"><application>file</application> has been
22168651Skris	updated to version 5.22.</para>
22268651Skris
22368651Skris      <para revision="280304"><application>OpenSSL</application> has
22468651Skris	been updated to version 1.0.1m.</para>
22568651Skris
22668651Skris      <para revision="281687">The &man.acpi.4; subsystem has been
22768651Skris	updated to version 20150410.</para>
22868651Skris
22968651Skris      <para revision="282746" contrib="sponsor" sponsor="&ff;">The
23068651Skris	&man.resolvconf.8; utility has been updated to version
23168651Skris	3.7.0.</para>
23268651Skris    </sect2>
23368651Skris
23468651Skris    <sect2 xml:id="userland-installer">
23568651Skris      <title>Installation and Configuration Tools</title>
23668651Skris
23768651Skris      <para>&nbsp;</para>
23868651Skris    </sect2>
23968651Skris
240160814Ssimon    <sect2 xml:id="userland-rc">
24168651Skris      <title><filename class="directory">/etc/rc.d</filename>
24268651Skris	Scripts</title>
24368651Skris
24468651Skris      <para>&nbsp;</para>
24568651Skris    </sect2>
24668651Skris
24768651Skris    <sect2 xml:id="userland-periodic">
24868651Skris      <title><filename class="directory">/etc/periodic</filename>
24968651Skris	Scripts</title>
25068651Skris
25168651Skris      <para>&nbsp;</para>
25268651Skris    </sect2>
25368651Skris
25468651Skris    <sect2 xml:id="userland-libraries">
25568651Skris      <title>Runtime Libraries and API</title>
25668651Skris
25768651Skris      <para revision="275040">A new file configuration library,
25868651Skris	&man.figpar.3;, has been added to the base system.</para>
25968651Skris
26068651Skris      <para revision="280392">The &man.setmode.3; function has been
26168651Skris	updated to consistently set <literal>errno</literal> on
262109998Smarkm	failure.</para>
26368651Skris    </sect2>
26468651Skris
26568651Skris    <sect2 xml:id="userland-abi">
26668651Skris      <title>ABI Compatibility</title>
26768651Skris
26868651Skris      <para>&nbsp;</para>
26968651Skris    </sect2>
27068651Skris  </sect1>
27168651Skris
27268651Skris  <sect1 xml:id="kernel">
27368651Skris    <title>Kernel</title>
27468651Skris
27568651Skris    <para>This section covers changes to kernel configurations, system
27668651Skris      tuning, and system control parameters that are not otherwise
27768651Skris      categorized.</para>
27868651Skris
27968651Skris    <sect2 xml:id="kernel-bugfix">
28068651Skris      <title>Kernel Bug Fixes</title>
28168651Skris
28268651Skris      <para>&nbsp;</para>
28368651Skris    </sect2>
28468651Skris
28568651Skris    <sect2 xml:id="kernel-config">
28668651Skris      <title>Kernel Configuration</title>
28768651Skris
28868651Skris      <para>&nbsp;</para>
28968651Skris    </sect2>
29068651Skris
29168651Skris    <sect2 xml:id="kernel-sysctl">
29268651Skris      <title>System Tuning and Controls</title>
29368651Skris
29468651Skris      <para revision="276986">Throttling via <acronym>ACPI</acronym>
29568651Skris	and <acronym>P4TCC</acronym> via &man.device.hints.5; have
296160814Ssimon	been turned off by default.</para>
29768651Skris
29868651Skris      <para revision="278982" contrib="sponsor" sponsor="&ff;">The
29968651Skris	&man.hwpmc.4; default and maximum callchain depths have been
30068651Skris	increased.  The default has been increased from 16 to 32, and
30168651Skris	the maximum increased from 32 to 128.</para>
302127128Snectar
30368651Skris      <para revision="281255" contrib="sponsor"
30468651Skris	sponsor="&ix;, &ff;">The &man.devfs.5; device filesystem has
30568651Skris	been changed to update timestamps for read/write operations
30668651Skris	using seconds precision.  A new &man.sysctl.8;,
30768651Skris	<literal>vfs.devfs.dotimes</literal> has been added, which
30868651Skris	when set to a non-zero value, enables default precision
30968651Skris	timestamps for these operations.</para>
31068651Skris
31168651Skris      <para revision="280632">The <literal>kern.osrelease</literal>
31268651Skris	and <literal>kern.osreldate</literal> are now configurable
31368651Skris	&man.jail.8; parameters.</para>
31468651Skris    </sect2>
31568651Skris  </sect1>
31668651Skris
31768651Skris  <sect1 xml:id="drivers">
31868651Skris    <title>Devices and Drivers</title>
31968651Skris
32068651Skris    <para>This section covers changes and additions to devices and
32168651Skris      device drivers since &release.prev;.</para>
32268651Skris
32368651Skris    <sect2 xml:id="drivers-device">
32468651Skris      <title>Device Drivers</title>
32568651Skris
32668651Skris      <para revision="282199">The <literal>drm</literal> code has
32768651Skris	been updated to match &linux; version 3.8.13.</para>
32868651Skris    </sect2>
32968651Skris
33068651Skris    <sect2 xml:id="drivers-storage">
33168651Skris      <title>Storage Drivers</title>
33268651Skris
33368651Skris      <para revision="281957">The &man.hptnr.4; driver has been
33468651Skris	updated to version 1.1.1.</para>
33568651Skris    </sect2>
33668651Skris
33768651Skris    <sect2 xml:id="drivers-network">
33868651Skris      <title>Network Drivers</title>
33968651Skris
34068651Skris      <para>&nbsp;</para>
34168651Skris    </sect2>
34268651Skris  </sect1>
34368651Skris
34468651Skris  <sect1 xml:id="hardware">
34568651Skris    <title>Hardware Support</title>
34668651Skris
34768651Skris    <para>This section covers general hardware support for physical
34868651Skris      machines, hypervisors, and virtualization environments, as well
34968651Skris      as hardware changes and updates that do not otherwise fit in
35068651Skris      other sections of this document.</para>
35168651Skris
35268651Skris    <sect2 xml:id="hardware-support">
35368651Skris      <title>Hardware Support</title>
35468651Skris
35568651Skris      <para>&nbsp;</para>
35668651Skris    </sect2>
35768651Skris
35868651Skris    <sect2 xml:id="hardware-virtualization">
35968651Skris      <title>Virtualization Support</title>
36068651Skris
36168651Skris      <para revision="280370">The &man.bhyve.8; hypervisor has been
36268651Skris	updated to support <literal>DSM TRIM</literal> commands for
36368651Skris	virtual <acronym>AHCI</acronym> disks.</para>
36468651Skris    </sect2>
36568651Skris
36668651Skris    <sect2 xml:id="hardware-arm">
36768651Skris      <title>ARM Support</title>
368160814Ssimon
36968651Skris      <para revision="278608">The <literal>bcm2835_cpufreq</literal>
37068651Skris	driver has been added, which supports <acronym>CPU</acronym>
37168651Skris	frequency and voltage control on the Raspberry Pi
37268651Skris	<acronym>SOC</acronym>.</para>
373160814Ssimon    </sect2>
374160814Ssimon  </sect1>
37568651Skris
37668651Skris  <sect1 xml:id="storage">
37768651Skris    <title>Storage</title>
37868651Skris
37968651Skris    <para>This section covers changes and additions to file systems
38068651Skris      and other storage subsystems, both local and networked.</para>
38168651Skris
38268651Skris    <sect2 xml:id="storage-general">
38368651Skris      <title>General Storage</title>
38468651Skris
38568651Skris      <para revision="279002" contrib="sponsor" sponsor="&ix;">The
38668651Skris	&man.ctl.4; <acronym>LUN</acronym> mapping has been rewritten,
38768651Skris	replacing <acronym>iSCSI</acronym>-specific mapping mechanisms
38868651Skris	with a new mechanism that works for any port.</para>
389109998Smarkm
390109998Smarkm      <para revision="279055" contrib="sponsor" sponsor="&ix;">The
39168651Skris	&man.ctld.8; utility has been updated to allow controlling
39268651Skris	non-<acronym>iSCSI</acronym> &man.ctl.4; ports.</para>
39368651Skris
39468651Skris      <para revision="283223" contrib="sponsor" sponsor="&ff;">The
39568651Skris	&man.autofs.5; subsystem has been updated to include a new
39668651Skris	&man.auto.master.5; map, <literal>-media</literal>, which
39768651Skris	allows automatically mounting removable media, such as
39868651Skris	<acronym>CD</acronym> drives or <acronym>USB</acronym> flash
39968651Skris	drives.</para>
40068651Skris
40168651Skris      <para revision="283242" contrib="sponsor" sponsor="&ff;">The
40268651Skris	&man.autofs.5; subsystem has been updated to include a new
40368651Skris	&man.auto.master.5; map, <literal>-noauto</literal>, which
40468651Skris	handles &man.fstab.5; entries set to
40568651Skris	<literal>noauto</literal>.</para>
40668651Skris    </sect2>
40768651Skris
40868651Skris    <sect2 xml:id="storage-net">
40968651Skris      <title>Networked Storage</title>
41068651Skris
41168651Skris      <para revision="274939" contrib="sponsor" sponsor="&ix;">The
41268651Skris	&man.ctld.8; utility has been updated to include support for
41368651Skris	registering <acronym>iSCSI</acronym> targets and portals on
41468651Skris	<acronym>iSNS</acronym> servers.  This provides a mechanism
41568651Skris	which allows <acronym>iSCSI</acronym> initiators to find
41668651Skris	targets and portals without requiring active
41768651Skris	discovery.</para>
41868651Skris    </sect2>
41968651Skris
42068651Skris    <sect2 xml:id="storage-zfs">
42168651Skris      <title>ZFS</title>
42268651Skris
42368651Skris      <para revision="275490">A new tunable,
42468651Skris	<literal>vfs.zfs.spa_slop_shift</literal>, has been added,
42568651Skris	which controls how much space is reserved by default.</para>
42668651Skris
42768651Skris      <para revision="277583">The <literal>arc_meta_limit</literal>
42868651Skris	statistics are now visible through the
42968651Skris	<literal>kstat</literal> &man.sysctl.8;.  As a result of this
43068651Skris	change, the <literal>vfs.zfs.arc_meta_used</literal>
43168651Skris	&man.sysctl.8; has been removed, and replaced with the
43268651Skris	<literal>kstat.zfs.misc.arcstats.arc_meta_used</literal>
43368651Skris	&man.sysctl.8;.</para>
43468651Skris    </sect2>
43568651Skris
43668651Skris    <sect2 xml:id="storage-geom">
43768651Skris      <title>&man.geom.4;</title>
43868651Skris
43968651Skris      <para revision="275891" contrib="sponsor" sponsor="&ix;">The
44068651Skris	&man.ctl.4; subsystem has been updated, increasing the ports
44168651Skris	limit from <literal>128</literal> to <literal>256</literal>,
44268651Skris	and <acronym>LUN</acronym> limit from <literal>256</literal>
44368651Skris	to <literal>1024</literal>.</para>
44468651Skris    </sect2>
44568651Skris  </sect1>
44668651Skris
44768651Skris  <sect1 xml:id="boot">
44868651Skris    <title>Boot Loader Changes</title>
44968651Skris
45068651Skris    <para>This section covers the boot loader, boot menu, and other
45168651Skris      boot-related changes.</para>
45268651Skris
45368651Skris    <sect2 xml:id="boot-loader">
45468651Skris      <title>Boot Loader Changes</title>
45568651Skris
45668651Skris      <para revision="281843">The boot loader has been updated to
45768651Skris	support entering the <acronym>GELI</acronym> passphrase before
45868651Skris	loading the kernel.  To enable this behavior, add
45968651Skris	<literal>geom_eli_passphrase_prompt="YES"</literal> to
46068651Skris	&man.loader.conf.5;.</para>
46168651Skris
46268651Skris      <para revision="283262" contrib="sponsor" sponsor="&ff;">The
46368651Skris	memory test run at boot time on &os;/&arch.amd64; platforms
46468651Skris	has been disabled by default.</para>
46568651Skris    </sect2>
46668651Skris
46768651Skris    <sect2 xml:id="boot-menu">
46868651Skris      <title>Boot Menu Changes</title>
46968651Skris
47068651Skris      <para>&nbsp;</para>
47168651Skris    </sect2>
47268651Skris  </sect1>
47368651Skris
47468651Skris  <sect1 xml:id="network">
47568651Skris    <title>Networking</title>
476109998Smarkm
47768651Skris    <para>This section describes changes that affect networking in
478109998Smarkm      &os;.</para>
479109998Smarkm
48068651Skris    <sect2 xml:id="network-protocols">
48168651Skris      <title>Network Procols</title>
482109998Smarkm
483109998Smarkm      <para>&nbsp;</para>
48468651Skris    </sect2>
485109998Smarkm  </sect1>
486109998Smarkm
48768651Skris  <sect1 xml:id="ports">
488109998Smarkm    <title>Ports Collection and Package Infrastructure</title>
489109998Smarkm
490109998Smarkm    <para>This section covers changes to the &os;&nbsp;Ports
491109998Smarkm      Collection, package infrastructure, and package maintenance and
49268651Skris      installation tools.</para>
49368651Skris
49468651Skris    <sect2 xml:id="ports-infrastructure">
495109998Smarkm      <title>Infrastructure Changes</title>
496109998Smarkm
497109998Smarkm      <para>&nbsp;</para>
498109998Smarkm    </sect2>
49968651Skris
50068651Skris    <sect2 xml:id="ports-packages ">
50168651Skris      <title>Packaging Changes</title>
50268651Skris
50368651Skris      <para>&nbsp;</para>
50468651Skris    </sect2>
50568651Skris  </sect1>
50668651Skris
50768651Skris  <sect1 xml:id="doc">
50868651Skris    <title>Documentation</title>
50968651Skris
51068651Skris    <para>This section covers changes to the &os;&nbsp;Documentation
51168651Skris      Project sources and toolchain.</para>
51268651Skris
51368651Skris    <sect2 xml:id="doc-sources">
51468651Skris      <title>Documentation Source Changes</title>
51568651Skris
51668651Skris      <para>&nbsp;</para>
51768651Skris    </sect2>
51868651Skris
51968651Skris    <sect2 xml:id="doc-toolchain">
52068651Skris      <title>Documentation Toolchain Changes</title>
521109998Smarkm
522109998Smarkm      <para>&nbsp;</para>
52368651Skris    </sect2>
52468651Skris  </sect1>
52568651Skris
526160814Ssimon  <sect1 xml:id="releng">
52768651Skris    <title>Release Engineering and Integration</title>
52868651Skris
529109998Smarkm    <para>This section convers changes that are specific to the
530109998Smarkm      &os;&nbsp;Release Engineering processes.</para>
531109998Smarkm
532109998Smarkm    <sect2 xml:id="releng-changes">
533109998Smarkm      <title>Integration Changes</title>
534109998Smarkm
535109998Smarkm      <para>&nbsp;</para>
536109998Smarkm    </sect2>
537109998Smarkm  </sect1>
538109998Smarkm</article>
53968651Skris