]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - release/doc/en_US.ISO8859-1/relnotes/article.xml
Document r295690, unbound-control-setup removal.
[FreeBSD/releng/10.3.git] / release / doc / en_US.ISO8859-1 / relnotes / article.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
3         "../../../share/xml/freebsd50.dtd" [
4 <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent">
5  %release;
6 <!ENTITY % sponsor PUBLIC "-//FreeBSD//ENTITIES Sponsor Specification//EN" "sponsor.ent">
7  %sponsor;
8 <!ENTITY % vendor PUBLIC "-//FreeBSD//ENTITIES Vendor Specification//EN" "vendor.ent">
9  %vendor;
10 <!ENTITY security SYSTEM "../../share/xml/security.xml">
11 <!ENTITY errata SYSTEM "../../share/xml/errata.xml">
12 ]>
13 <article xmlns="http://docbook.org/ns/docbook"
14   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
15
16   <info>
17     <title>&os; &release.current; Release Notes</title>
18
19     <author>
20       <orgname>The &os; Project</orgname>
21     </author>
22
23     <pubdate>$FreeBSD$</pubdate>
24
25     <!-- First rev: 285831 -->
26     <!-- Last rev: 284813 -->
27
28     <copyright>
29       <year>2015</year>
30       <holder role="mailto:doc@FreeBSD.org">The &os; Documentation
31         Project</holder>
32     </copyright>
33
34     <legalnotice xml:id="trademarks" role="trademarks">
35       &tm-attrib.freebsd;
36       &tm-attrib.ibm;
37       &tm-attrib.ieee;
38       &tm-attrib.intel;
39       &tm-attrib.sparc;
40       &tm-attrib.general;
41     </legalnotice>
42
43     <abstract>
44       <para>The release notes for &os; &release.current; contain
45         a summary of the changes made to the &os; base system on the
46         &release.branch; development line.  This document lists
47         applicable security advisories that were issued since the last
48         release, as well as significant changes to the &os; kernel and
49         userland.  Some brief remarks on upgrading are also
50         presented.</para>
51     </abstract>
52   </info>
53
54   <sect1 xml:id="intro">
55     <title>Introduction</title>
56
57     <para>This document contains the release notes for &os;
58       &release.current;.  It describes recently added, changed, or
59       deleted features of &os;.  It also provides some notes on
60       upgrading from previous versions of &os;.</para>
61
62     <para releasetype="current">The &release.type; distribution to
63       which these release notes apply represents the latest point
64       along the &release.branch; development branch since
65       &release.branch; was created.  Information regarding pre-built,
66       binary &release.type; distributions along this branch can be
67       found at <uri
68         xlink:href="&release.url;">&release.url;</uri>.</para>
69
70     <para releasetype="snapshot">The &release.type; distribution to
71       which these release notes apply represents a point along the
72       &release.branch; development branch between &release.prev; and
73       the future &release.next;.  Information regarding pre-built,
74       binary &release.type; distributions along this branch can be
75       found at <uri
76         xlink:href="&release.url;">&release.url;</uri>.</para>
77
78     <para releasetype="release">This distribution of &os;
79       &release.current; is a &release.type; distribution.  It can be
80       found at <uri xlink:href="&release.url;">&release.url;</uri> or
81       any of its mirrors.  More information on obtaining this (or
82       other) &release.type; distributions of &os; can be found in the
83       <link
84         xlink:href="&url.books.handbook;/mirrors.html"><quote>Obtaining
85           &os;</quote> appendix</link> to the <link
86         xlink:href="&url.books.handbook;/">&os;
87         Handbook</link>.</para>
88
89     <para>All users are encouraged to consult the release errata
90       before installing &os;.  The errata document is updated with
91       <quote>late-breaking</quote> information discovered late in the
92       release cycle or after the release.  Typically, it contains
93       information on known bugs, security advisories, and corrections
94       to documentation.  An up-to-date copy of the errata for &os;
95       &release.current; can be found on the &os; Web site.</para>
96
97     <para>This document describes the most user-visible new or changed
98       features in &os; since &release.prev;.</para>
99
100     <para>Typical release note items document recent security
101       advisories issued after &release.prev;, new drivers or hardware
102       support, new commands or options, major bug fixes, or
103       contributed software upgrades.  They may also list changes to
104       major ports/packages or release engineering practices.  Clearly
105       the release notes cannot list every single change made to &os;
106       between releases; this document focuses primarily on security
107       advisories, user-visible changes, and major architectural
108       improvements.</para>
109   </sect1>
110
111   <sect1 xml:id="upgrade">
112     <title>Upgrading from Previous Releases of &os;</title>
113
114     <para arch="amd64,i386">Binary upgrades between RELEASE versions
115       (and snapshots of the various security branches) are supported
116       using the &man.freebsd-update.8; utility.  The binary upgrade
117       procedure will update unmodified userland utilities, as well as
118       unmodified <filename>GENERIC</filename> kernel distributed as
119       a part of an official &os; release.  The &man.freebsd-update.8;
120       utility requires that the host being upgraded have Internet
121       connectivity.</para>
122
123     <para>Source-based upgrades (those based on recompiling the &os;
124       base system from source code) from previous versions are
125       supported, according to the instructions in
126       <filename>/usr/src/UPDATING</filename>.</para>
127
128     <important>
129       <para>Upgrading &os; should only be attempted after
130         backing up <emphasis>all</emphasis> data and configuration
131         files.</para>
132     </important>
133   </sect1>
134
135   <sect1 xml:id="security-errata">
136     <title>Security and Errata</title>
137
138     <para>This section lists the various Security Advisories and
139       Errata Notices since &release.prev;.</para>
140
141     <sect2 xml:id="security">
142       <title>Security Advisories</title>
143
144       &security;
145     </sect2>
146
147     <sect2 xml:id="errata">
148       <title>Errata Notices</title>
149
150       &errata;
151     </sect2>
152   </sect1>
153
154   <sect1 xml:id="userland">
155     <title>Userland</title>
156
157     <para>This section covers changes and additions to userland
158       applications, contributed software, and system utilities.</para>
159
160     <sect2 xml:id="userland-config">
161       <title>Userland Configuration Changes</title>
162
163       <para>&nbsp;</para>
164     </sect2>
165
166     <sect2 xml:id="userland-programs">
167       <title>Userland Application Changes</title>
168
169       <para revision="286064">The &man.jail.8; utility has been
170         updated to include a new flag, <literal>-l</literal>, which
171         ensures a clean environment in the target jail when used.
172         Additionally, &man.jail.8; will run a shell within the target
173         jail when run no commands are specified.</para>
174
175       <para revision="287122">The &man.mkimg.1; utility has been
176         updated to include support for <literal>NTFS</literal>
177         filesystems in both <acronym>MBR</acronym> and
178         <acronym>GPT</acronym> partitioning schemes.</para>
179
180       <para revision="288202" contrib="sponsor" sponsor="&ff;">The
181         &man.ar.1; utility now enables deterministic mode
182         (<literal>-D</literal>) by default.  This behavior can be
183         disabled by specifying the <literal>-U</literal> flag.</para>
184
185       <para revision="287746">The &man.pciconf.8; utility has been
186         updated to use the PCI ID database from the <filename
187           role="package">misc/pciids</filename> package, if present,
188         falling back to the PCI ID database in the &os; base
189         system.</para>
190
191       <para revision="288710" contrib="sponsor" sponsor="&gandi;">A
192         new utility, &man.sesutil.8;, has been added, which is used
193         to manage &man.ses.4; devices.</para>
194     </sect2>
195
196     <sect2 xml:id="userland-contrib">
197       <title>Contributed Software</title>
198
199       <para revision="286082">The &man.libarchive.3; library has been
200         updated to properly skip a sparse file entry in a &man.tar.1;
201         file, which would previously produce errors.</para>
202
203       <para revision="286751">Timezone data files have been updated to
204         version 2015f.</para>
205
206       <para revision="295690">The
207         <literal>unbound-control-setup</literal> script has been
208         removed from the base system.</para>
209
210       <para revision="296317">The <application>OpenSSL</application>
211         suite has been updated to version 1.0.1s.</para>
212     </sect2>
213
214     <sect2 xml:id="userland-installer">
215       <title>Installation and Configuration Tools</title>
216
217       <para>&nbsp;</para>
218     </sect2>
219
220     <sect2 xml:id="userland-rc">
221       <title><filename class="directory">/etc/rc.d</filename>
222         Scripts</title>
223
224       <para>&nbsp;</para>
225     </sect2>
226
227     <sect2 xml:id="userland-periodic">
228       <title><filename class="directory">/etc/periodic</filename>
229         Scripts</title>
230
231       <para>&nbsp;</para>
232     </sect2>
233
234     <sect2 xml:id="userland-libraries">
235       <title>Runtime Libraries and API</title>
236
237       <para>&nbsp;</para>
238     </sect2>
239
240     <sect2 xml:id="userland-abi">
241       <title>ABI Compatibility</title>
242
243       <para>&nbsp;</para>
244     </sect2>
245   </sect1>
246
247   <sect1 xml:id="kernel">
248     <title>Kernel</title>
249
250     <para>This section covers changes to kernel configurations, system
251       tuning, and system control parameters that are not otherwise
252       categorized.</para>
253
254     <sect2 xml:id="kernel-bugfix">
255       <title>Kernel Bug Fixes</title>
256
257       <para revision="288167" contrib="sponsor"
258         sponsor="&multiplay;">The &man.kqueue.2; system call has been
259         updated to handle write events to files larger than 2
260         gigabytes.</para>
261     </sect2>
262
263     <sect2 xml:id="kernel-config">
264       <title>Kernel Configuration</title>
265
266       <para>&nbsp;</para>
267     </sect2>
268
269     <sect2 xml:id="kernel-sysctl">
270       <title>System Tuning and Controls</title>
271
272       <para revision="287037">The &man.uart.4; driver has been
273         updated to allow tuning pulses per second captured in the
274         CTS line during runtime, whereas previously only the DCD line
275         could be used without rebuilding the kernel.</para>
276     </sect2>
277   </sect1>
278
279   <sect1 xml:id="drivers">
280     <title>Devices and Drivers</title>
281
282     <para>This section covers changes and additions to devices and
283       device drivers since &release.prev;.</para>
284
285     <sect2 xml:id="drivers-device">
286       <title>Device Drivers</title>
287
288       <para>&nbsp;</para>
289     </sect2>
290
291     <sect2 xml:id="drivers-storage">
292       <title>Storage Drivers</title>
293
294       <para revision="288732" contrib="sponsor" sponsor="&ix;">The
295         <acronym>CTL</acronym> High Availability implementation has
296         been rewritten.</para>
297
298       <para revision="288810">The &man.ctl.4; driver has been updated
299         to support CD-ROM and removable devices.</para>
300     </sect2>
301
302     <sect2 xml:id="drivers-network">
303       <title>Network Drivers</title>
304
305       <para>&nbsp;</para>
306     </sect2>
307   </sect1>
308
309   <sect1 xml:id="hardware">
310     <title>Hardware Support</title>
311
312     <para>This section covers general hardware support for physical
313       machines, hypervisors, and virtualization environments, as well
314       as hardware changes and updates that do not otherwise fit in
315       other sections of this document.</para>
316
317     <sect2 xml:id="hardware-support">
318       <title>Hardware Support</title>
319
320       <para>&nbsp;</para>
321     </sect2>
322
323     <sect2 xml:id="hardware-virtualization">
324       <title>Virtualization Support</title>
325
326       <para revision="287802">The &man.xen.4; driver has been updated
327         to include support for <literal>blkif</literal> indirect
328         segment I/O.</para>
329     </sect2>
330
331     <sect2 xml:id="hardware-arm">
332       <title>ARM Support</title>
333
334       <para>&nbsp;</para>
335     </sect2>
336   </sect1>
337
338   <sect1 xml:id="storage">
339     <title>Storage</title>
340
341     <para>This section covers changes and additions to file systems
342       and other storage subsystems, both local and networked.</para>
343
344     <sect2 xml:id="storage-general">
345       <title>General Storage</title>
346
347       <para>&nbsp;</para>
348     </sect2>
349
350     <sect2 xml:id="storage-net">
351       <title>Networked Storage</title>
352
353       <para>&nbsp;</para>
354     </sect2>
355
356     <sect2 xml:id="storage-zfs">
357       <title>ZFS</title>
358
359       <para revision="287665" contrib="sponsor"
360         sponsor="&clusterhq;">The &man.zfs.8; <literal>l2arc</literal>
361         code has been updated to take <literal>ashift</literal> into
362         account when gathering buffers to be written to the
363         <literal>l2arc</literal> device.</para>
364     </sect2>
365
366     <sect2 xml:id="storage-geom">
367       <title>&man.geom.4;</title>
368
369       <para>&nbsp;</para>
370     </sect2>
371   </sect1>
372
373   <sect1 xml:id="boot">
374     <title>Boot Loader Changes</title>
375
376     <para>This section covers the boot loader, boot menu, and other
377       boot-related changes.</para>
378
379     <sect2 xml:id="boot-loader">
380       <title>Boot Loader Changes</title>
381
382       <para>&nbsp;</para>
383     </sect2>
384
385     <sect2 xml:id="boot-menu">
386       <title>Boot Menu Changes</title>
387
388       <para>&nbsp;</para>
389     </sect2>
390   </sect1>
391
392   <sect1 xml:id="network">
393     <title>Networking</title>
394
395     <para>This section describes changes that affect networking in
396       &os;.</para>
397
398     <sect2 xml:id="network-protocols">
399       <title>Network Protocols</title>
400
401       <para>&nbsp;</para>
402     </sect2>
403   </sect1>
404
405   <sect1 xml:id="ports">
406     <title>Ports Collection and Package Infrastructure</title>
407
408     <para>This section covers changes to the &os;&nbsp;Ports
409       Collection, package infrastructure, and package maintenance and
410       installation tools.</para>
411
412     <sect2 xml:id="ports-infrastructure">
413       <title>Infrastructure Changes</title>
414
415       <para>&nbsp;</para>
416     </sect2>
417
418     <sect2 xml:id="ports-packages ">
419       <title>Packaging Changes</title>
420
421       <para>&nbsp;</para>
422     </sect2>
423   </sect1>
424
425   <sect1 xml:id="doc">
426     <title>Documentation</title>
427
428     <para>This section covers changes to the &os;&nbsp;Documentation
429       Project sources and toolchain.</para>
430
431     <sect2 xml:id="doc-sources">
432       <title>Documentation Source Changes</title>
433
434       <para>&nbsp;</para>
435     </sect2>
436
437     <sect2 xml:id="doc-toolchain">
438       <title>Documentation Toolchain Changes</title>
439
440       <para>&nbsp;</para>
441     </sect2>
442   </sect1>
443
444   <sect1 xml:id="releng">
445     <title>Release Engineering and Integration</title>
446
447     <para>This section convers changes that are specific to the
448       &os;&nbsp;Release Engineering processes.</para>
449
450     <sect2 xml:id="releng-changes">
451       <title>Integration Changes</title>
452
453       <para>&nbsp;</para>
454     </sect2>
455   </sect1>
456 </article>