]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - release/doc/en_US.ISO8859-1/relnotes/article.xml
Note that r257618 is preliminary support.
[FreeBSD/stable/9.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 ]>
7 <article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
8   <info><title>&os; &release.current; Release Notes</title>
9
10     <author><orgname>The &os; Project</orgname></author>
11
12     <pubdate>$FreeBSD$</pubdate>
13
14     <copyright>
15       <year>2014</year>
16       <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
17     </copyright>
18
19     <legalnotice xml:id="trademarks" role="trademarks">
20       &tm-attrib.freebsd;
21       &tm-attrib.ibm;
22       &tm-attrib.ieee;
23       &tm-attrib.intel;
24       &tm-attrib.sparc;
25       &tm-attrib.general;
26     </legalnotice>
27
28     <abstract>
29       <para>The release notes for &os; &release.current; contain a summary
30         of the changes made to the &os; base system on the
31         &release.branch; development line.
32         This document lists applicable security advisories that were issued since
33         the last release, as well as significant changes to the &os;
34         kernel and userland.
35         Some brief remarks on upgrading are also presented.</para>
36     </abstract>
37   </info>
38
39   <sect1 xml:id="intro">
40     <title>Introduction</title>
41
42     <para>This document contains the release notes for &os;
43       &release.current;.  It describes recently added, changed, or
44       deleted features of &os;.  It also provides some notes on
45       upgrading from previous versions of &os;.</para>
46
47     <para>This distribution of &os; &release.current; is a
48       &release.type; distribution.  It can be found at <uri xlink:href="&release.url;">&release.url;</uri> or any of its mirrors.  More
49       information on obtaining this (or other) &release.type;
50       distributions of &os; can be found in the <link xlink:href="&url.books.handbook;/mirrors.html"><quote>Obtaining
51       &os;</quote> appendix</link> to the <link xlink:href="&url.books.handbook;/">&os; Handbook</link>.</para>
52
53     <para>All users are encouraged to consult the release errata before
54       installing &os;.  The errata document is updated with
55       <quote>late-breaking</quote> information discovered late in the
56       release cycle or after the release.  Typically, it contains
57       information on known bugs, security advisories, and corrections to
58       documentation.  An up-to-date copy of the errata for &os;
59       &release.current; can be found on the &os; Web site.</para>
60   </sect1>
61
62   <sect1 xml:id="new">
63     <title>What's New</title>
64
65     <para>This section describes the most user-visible new or changed
66       features in &os; since &release.prev;.</para>
67
68     <para>Typical release note items document recent security
69       advisories issued after &release.prev;, new drivers or hardware
70       support, new commands or options, major bug fixes, or
71       contributed software upgrades.  They may also list changes to
72       major ports/packages or release engineering practices.  Clearly
73       the release notes cannot list every single change made to &os;
74       between releases; this document focuses primarily on security
75       advisories, user-visible changes, and major architectural
76       improvements.</para>
77
78     <sect2 xml:id="security">
79       <title>Security Advisories</title>
80
81       <para>Problems described in the following security advisories have
82         been fixed.  For more information, consult the individual
83         advisories available from
84         <uri xlink:href="http://security.FreeBSD.org/">http://security.FreeBSD.org/</uri>.</para>
85
86       <informaltable frame="none" pgwide="1">
87         <tgroup cols="3">
88           <colspec colwidth="1*"/>
89           <colspec colwidth="1*"/>
90           <colspec colwidth="3*"/>
91           <thead>
92             <row>
93               <entry>Advisory</entry>
94               <entry>Date</entry>
95               <entry>Topic</entry>
96             </row>
97           </thead>
98
99           <tbody>
100             <row>
101               <entry><link xlink:href="http://security.freebsd.org/advisories/FreeBSD-SA-14:01.bsnmpd.asc">FreeBSD-SA-14:01.bsnmpd</link></entry>
102               <entry>1&nbsp;January&nbsp;2014</entry>
103               <entry><para>Fix &man.bsnmpd.1; remote denial of service
104                   vulnerability</para></entry>
105             </row>
106
107             <row>
108               <entry><link xlink:href="http://security.freebsd.org/advisories/FreeBSD-SA-14:02.ntpd.asc">FreeBSD-SA-14:02.ntpd</link></entry>
109               <entry>1&nbsp;January&nbsp;2014</entry>
110               <entry><para>Disable <quote>monitor</quote> feature in
111                   &man.ntpd.8; by default</para></entry>
112             </row>
113
114             <row>
115               <entry><link xlink:href="http://security.freebsd.org/advisories/FreeBSD-SA-14:04.bind.asc">FreeBSD-SA-14:04.bind</link></entry>
116               <entry>1&nbsp;January&nbsp;2014</entry>
117               <entry><para>Remote denial of service
118                   vulnerability</para></entry>
119             </row>
120           </tbody>
121         </tgroup>
122       </informaltable>
123     </sect2>
124
125     <sect2 xml:id="kernel">
126       <title>Kernel Changes</title>
127
128       <para revision="258214">The &man.ata.4; driver has been updated
129         to support Intel Lynx Point PCH SMBus devices.</para>
130
131       <para revision="258215">The &man.ata.4; driver has been updated
132         to support Coleto Creek devices.</para>
133
134       <para revision="258217">The &man.ahci.4; driver has been updated
135         to support the PCI-express solid state drive in the
136         &apple;&nbsp;MacBook Air (model A1465).</para>
137
138       <para revision="258635">The &man.sysctl.8;
139         <literal>vfs.zfs.arc_meta_limit</literal> can now be changed
140         at runtime.</para>
141
142       <para revision="258870">The &man.mmap.2; system call has been
143         updated to more optimally use superpages and provide support
144         for tweaking the alignment of virtual mappings.</para>
145
146       <para revision="258962">A workaround has been implemented
147         in the &man.bge.4; driver for hung transmission on BCM5719
148         and BCM5720 chipsets.</para>
149
150       <para revision="259002">A kernel panic when listing sysctls
151         on a system with <literal>INVARIANTS</literal> enabled has
152         been fixed.</para>
153
154       <para revision="259466">A new &man.sysctl.8;,
155         <literal>kern.supported_archs</literal> has been added,
156         which will list the <envar>MACHINE_ARCH</envar> values
157         whose binaries can be run on the system.</para>
158
159       <para revision="259519">Several problems that could trigger
160         kernel panic on &man.kldload.8; and &man.kldunload.8; have
161         been fixed.</para>
162
163       <para revision="260082">A kernel panic triggered by some
164         multi-threaded applications has been fixed.</para>
165
166       <para revision="260134">The &man.runfw.4; firmware has been
167         renamed from <literal>runfw</literal> to
168         <literal>run.fw</literal> for consistency with other firmware
169         files.</para>
170
171       <para revision="260433">A new &man.sysctl.8;,
172         <literal>kern.panic_reboot_wait_time</literal>, has been
173         added.  This allows tuning the amount of time the system
174         will wait before rebooting after &man.panic.9;.  The
175         <literal>kern.panic_reboot_wait_time</literal> value defaults
176         to the kernel configuration option,
177         <literal>PANIC_REBOOT_WAIT_TIME</literal>.</para>
178
179       <para revision="260644">Hardware Random Number Generators have
180         been disabled by default.</para>
181
182       <para revision="261483">Support for GPS ports has been added
183         to the &man.uhso.4; driver.</para>
184
185       <para revision="262116">A memory leak of compressed buffers
186         has been fixed in
187         <literal>l2arc_write_done()</literal>.</para>
188
189       <para revision="262153">The &man.netmap.4; framework has been
190         updated to match the version in <literal>head/</literal>,
191         which includes netmap pipes, kqueue support, and enhanced
192         VALE switch port.</para>
193
194       <para revision="262175">A deadlock triggered by sending
195         a mounted &man.zfs.8; snapshot has been fixed.</para>
196
197       <para revision="262231">Support for SIIG X1 PCI-e has been added
198         to &man.ppc.4;.</para>
199
200       <para revision="262564">Support for the ext4 filesystem
201         has been enabled, supporting read-only mounts.</para>
202
203       <para revision="262594">A kernel panic triggered by inserting
204         a USB ethernet device on VIMAGE-enabled systems has been
205         fixed.</para>
206
207       <para revision="262988">TTM, a memory manager used by video
208         drivers, has been merged.</para>
209
210       <para revision="263103">Support for
211         <literal>/sys/kernel/random/uuid</literal> has been added
212         to &man.linprocfs.5;.</para>
213
214       <para revision="263128">A memory leak in the
215         <literal>zpool_in_use()</literal> function has been
216         fixed.</para>
217
218       <para revision="263391">The
219         <literal>extensible_dataset</literal> &man.zpool.8; feature
220         has been added.  See &man.zpool-features.7; for more
221         information.</para>
222
223       <para revision="263408">A memory leak has been fixed in
224         <literal>libzfs</literal>.</para>
225
226       <sect3 xml:id="boot">
227         <title>Boot Loader Changes</title>
228
229         <para>&nbsp;</para>
230
231       </sect3>
232
233       <sect3 xml:id="proc">
234         <title>Hardware Support</title>
235
236         <para revision="261510">Trackpad support for
237           &apple;&nbsp;MacBook products has been added.</para>
238
239         <para revision="261973">The &man.nve.4; driver has been
240           deprecated, and the &man.nfe.4; driver should be used
241           instead.</para>
242
243         <para revision="262968">The &man.mfi.4; driver has been
244           updated to support MegaRAID Fury cards.</para>
245
246         <para revision="263170,263171">The Radeon KMS driver has been
247           added.</para>
248
249         <para revision="263340">The &man.aacraid.4; driver has been
250           updated to version 3.2.5.</para>
251
252         <sect4 xml:id="mm">
253           <title>Multimedia Support</title>
254
255           <para>&nbsp;</para>
256
257         </sect4>
258
259         <sect4 xml:id="net-if">
260           <title>Network Interface Support</title>
261
262           <para revision="257618">The &man.re.4; driver has been
263             updated to add preliminary support for the RTL8168EP
264             chipset.</para>
265
266           <para revision="258586">The &man.oce.4; driver has been
267             updated to version 10.0.664.0.</para>
268
269           <para revision="258898">The &man.qlxgbe.4; driver has been
270             imported from <literal>head/</literal>.</para>
271
272           <para revision="258936">The &man.qlxge.4; driver has been
273             imported from <literal>head/</literal>.</para>
274
275           <para revision="258965">The &man.bge.4; driver has been
276             updated to support the BCM5725 chipset.</para>
277
278           <para revision="258967">The &man.bge.4; driver has been
279             updated to support the BCM57764, BCM57767, BCM57782,
280             BCM57786 and BCM57787 chipsets.</para>
281
282           <para revision="259457">The &man.run.4; driver has been
283             updated to support MediaTek/Ralink chipsets RT5370 and
284             RT5372.</para>
285
286           <para revision="259460">The &man.usb.4; wireless radiotap
287             headers have been realigned, allowing wireless adapters
288             to work on &arch.arm;, &arch.mips;, and other similar
289             platforms where alignment is important.</para>
290
291           <para revision="260119">The &man.run.4; firmware has been
292             updated to version 0.33.</para>
293
294           <para revision="260252">The &man.bxe.4; driver has been
295             merged from <literal>head/</literal>, providing support
296             for Broadcom NetXtreme II 10Gb PCIe adapters.</para>
297
298           <para revision="261865">The &man.run.4; driver has been
299             updated to include support for the MediaTek/Ralink RT3593
300             chipset.</para>
301
302           <para revision="261933">The &man.run.4; driver has been
303             updated to include support for the DLINK DWA-127 wireless
304             adapter.</para>
305
306           <para revision="262153">The &man.axge.4; driver has been
307             added.</para>
308
309           <para revision="262362">The &man.urndis.4; driver has been
310             imported from OpenBSD.</para>
311
312           <para revision="263582">The &man.bxe.4; driver has been
313             updated to version 1.78.78.</para>
314
315         </sect4>
316       </sect3>
317
318       <sect3 xml:id="net-proto">
319         <title>Network Protocols</title>
320
321         <para>&nbsp;</para>
322
323       </sect3>
324
325       <sect3 xml:id="disks">
326         <title>Disks and Storage</title>
327
328         <para>&nbsp;</para>
329
330       </sect3>
331
332       <sect3 xml:id="fs">
333         <title>File Systems</title>
334
335         <para revision="263410">The &man.zfs.8; filesystem has been
336           updated to support the <literal>bookmarks</literal>
337           feature.</para>
338
339       </sect3>
340     </sect2>
341
342     <sect2 xml:id="userland">
343       <title>Userland Changes</title>
344
345       <para revision="258183">Setting <literal>nmbcluster</literal>
346         values to their current value will now be ignored, instead of
347         failing with an error.</para>
348
349       <para revision="258763">The <filename
350           class="directory">/var/cache</filename> directory is now
351         created with mode <literal>0755</literal> instead of mode
352         <literal>0750</literal>, since this directory is used by
353         many third-party applications, which makes dropping group
354         privileges impossible.</para>
355
356       <para revision="258818">The &man.uname.1; utility has been
357         updated to include the <literal>-U</literal> and
358         <literal>-K</literal> flags, which print the
359         <envar>__FreeBSD_version</envar> for the running userland
360         and kernel, respectively.</para>
361
362       <para revision="258844">The &man.fetch.3; library has been
363         updated to support SNI (Server Name Identification), allowing
364         to use virtual hosts on HTTPS.</para>
365
366       <para revision="259243">A segmentation fault and internal
367         compiler error bug in &man.gcc.1; triggered by throwing
368         a warning before parsing any tokens has been fixed.</para>
369
370       <para revision="259269,259406">Several updates to &man.gcc.1;
371         have been imported from Google.</para>
372
373       <para revision="259448">A byte-order bug in the Heimdal
374         <literal>gss_pseudo_random()</literal> function which would
375         prevent interoperability with other
376         <application>Kerberos</application> implementations has been
377         fixed.  In particular, this would prevent interoperability
378         with the MIT implementation.</para>
379
380       <para revision="260007">The &man.hastctl.8; utility has been
381         updated to output the current queue sizes.</para>
382
383       <para revision="260197">The &man.ps.1; utility will no longer
384         truncate the <literal>command</literal> output column.</para>
385
386       <para revision="260208">The &man.protect.1; command has been
387         added, which allows exempting processes from being killed
388         when swap is exhausted.</para>
389
390       <para revision="260507">The &man.gmirror.8; utility now prevents
391         deactivating the last component of a mirror.</para>
392
393       <para revision="260507">A new &man.gmirror.8; command,
394         <command>gmirror destroy</command>, has been added, which will
395         destroy the &man.geom.8; and erase the &man.gmirror.8;
396         metadata.</para>
397
398       <para revision="260650">The &man.etcupdate.8; utility, a tool
399         for managing updates to files in <filename
400           class="directory">/etc</filename>, has been merged from
401         <literal>head/</literal>.</para>
402
403       <para revision="260651">The &man.find.1; utility has been
404         updated to fix incorrect behavior with the
405         <literal>-lname</literal> and <literal>-ilname</literal>
406         flags.</para>
407
408       <para revision="260868,260869">The
409         <literal>hw.uart.console</literal> is now always updated when
410         the comconsole setup changes.</para>
411
412       <para revision="260909">The &man.kldload.8; utility has been
413         updated to display a message directing to &man.dmesg.8;,
414         instead of the cryptic message <quote>Exec format
415           error</quote>.</para>
416
417       <para revision="261674">A bug that could trigger an infinite
418         loop in KDE and X has been fixed.</para>
419
420       <para revision="262076">The &man.newsyslog.8; utility has been
421         changed to use the size of the file, instead of the blocks the
422         file takes on the disk to matche the behavior documented in
423         &man.newsyslog.conf.5;.</para>
424
425       <para revision="262105">A bug in &man.zdb.8; which would cause
426         numeric parameters to a flag as being treated as additional
427         flags has been fixed.</para>
428
429       <para revision="262124">The default number of &man.nfsd.8;
430         threads has been increased from <literal>4</literal> to
431         <literal>(8 * N)</literal>, where <literal>N</literal> is
432         the number of CPUs as reported by
433         <command>sysctl -n hw.ncpu</command>.</para>
434
435       <para revision="262134">The &man.pciconf.8; utility now has
436         a <literal>-V</literal> flag, which lists information such
437         as serial numbers for each device.</para>
438
439       <para revision="262158">A bug that would allow creating
440         a &man.zfs.8; snapshot of an inconsistent dataset has been
441         fixed.</para>
442
443       <para revision="262160">Receiving a &man.zfs.8; dataset with
444         <command>zfs recv -F</command> now properly destroys any
445         snapshots that were created since the incremental source
446         snapshot.</para>
447
448       <para revision="263031">Installation from a read-only
449         <envar>.OBJDIR</envar> has been fixed.</para>
450
451       <para revision="263031">A new shared library directory,
452         <filename class="directory">/usr/lib/private</filename>,
453         has been added for internal-use shared libraries.</para>
454
455       <para revision="263031">A default
456         <filename>libmap32.conf</filename> has been added, for 32-bit
457         applications.</para>
458
459       <para revision="263032">The <literal>libucl</literal> library
460         a JSON-compatible configuration file parsing library,has been
461         imported.</para>
462
463       <para revision="263038">The &man.pkg.7; package management
464         utility has been syncronized with <literal>head/</literal>.
465         This implements binary package signature verification when
466         bootstrapping the system with <command>pkg
467           bootstrap</command>.</para>
468
469       <para revision="263042">The system timezone data files have
470         been updated to version tzdata2014a.</para>
471
472       <para revision="263212">The NetBSD &man.make.1; utility,
473         <command>bmake</command> has been imported for compatibility
474         with the &os;&nbsp;Ports Collection.  It is installed as
475         <command>bmake</command>, and the <command>make</command>
476         remains the &os; version.</para>
477
478       <para revision="263326">The &man.fetch.3; library now
479         supports <literal>Last-Modified</literal> timestamps which
480         return UTC instead of GMT.</para>
481
482       <para revision="263404">Aliases for the &man.zfs.8; commands
483         <literal>list -t snap</literal> and <literal>snap</literal>
484         have been added to match &oracle;&nbsp;Solaris 11.</para>
485
486       <para revision="263406">A new flag, <literal>-p</literal>, has
487         been added to the &man.zfs.8; <literal>list</literal> command,
488         providing output in a parseable form.</para>
489
490       <para revision="263421"><application>OpenPAM</application> has
491         been updated to Nummularia (20130907), which incorporates
492         several bug fixes and documentation improvements.  The
493         &man.openpam.ttyconv.3; library has been completely
494         rewritten.</para>
495
496       <sect3 xml:id="periodic-scripts">
497         <title>&man.periodic.8; Scripts</title>
498
499         <para>&nbsp;</para>
500
501       </sect3>
502
503       <sect3 xml:id="rc-scripts">
504         <title>&man.rc.8; Scripts</title>
505
506         <para revision="260432">The &man.rc.8; system will now
507           re-source &man.rc.conf.5; on receipt of
508           <literal>SIGALRM</literal>.</para>
509
510       </sect3>
511     </sect2>
512
513     <sect2 xml:id="contrib">
514       <title>Contributed Software</title>
515
516       <para revision="261375"><application>Sendmail</application> has
517         been updated to version 8.14.8.</para>
518
519       <para revision="262706"><application>BIND</application> has
520         been updated to version 9.9.5.</para>
521
522       <para revision="263286">The &man.xz.1; utility has been updated
523         to a post-5.0.5 snapshot.</para>
524
525     </sect2>
526
527     <sect2 xml:id="releng">
528       <title>Release Engineering and Integration</title>
529
530       <para revision="260891">As part of the release build, the
531         &man.etcupdate.8; utility will bootstrap the system, allowing
532         &man.etcupdate.8; to work after the first upgrade of a
533         system.</para>
534
535       <para revision="262879">The <filename>release.sh</filename>
536         script and release <filename>Makefile</filename> have been
537         updated to use &man.pkg.7; to populate the dvd installation
538         medium.</para>
539
540       <para revision="263028">The &man.services.mkdb.8; utility has
541         been updated to support multiple byte orders.  Similar to
542         &man.cap.mkdb.1;, the <filename>services.db</filename> will
543         be created with proper endinanness as part of
544         cross-architecture release builds.</para>
545
546     </sect2>
547   </sect1>
548
549   <sect1 xml:id="upgrade">
550     <title>Upgrading from previous releases of &os;</title>
551
552     <sect2>
553       <title>Upgrading using &man.freebsd-update.8; or a source-based
554         procedure</title>
555
556       <para arch="amd64,i386">Binary upgrades between RELEASE versions
557         (and snapshots of the various security branches) are supported
558         using the &man.freebsd-update.8; utility.  The binary upgrade
559         procedure will update unmodified userland utilities, as well
560         as an unmodified <filename>GENERIC</filename> kernel,
561         distributed as a part of an official &os; release.  The
562         &man.freebsd-update.8; utility requires that the host being
563         upgraded have Internet connectivity.</para>
564
565       <para>Source-based upgrades (those based on recompiling the &os;
566         base system from source code) from previous versions are
567         supported using to the instructions in
568         <filename>/usr/src/UPDATING</filename>.</para>
569
570       <?ignore
571       <para>For more specific information about upgrading
572         instructions, see <uri xlink:href="http://www.FreeBSD.org/releases/9.3R/installation.html">http://www.FreeBSD.org/releases/9.3R/installation.html</uri>.</para>
573
574       ?>
575       <important>
576         <para>Upgrading &os; should, of course, only be attempted
577           after backing up <emphasis>all</emphasis> data and
578           configuration files.</para>
579       </important>
580     </sect2>
581
582     <sect2>
583       <title xml:id="upgrade-pitfalls">User-visible incompatibilities</title>
584
585       <para>FreeBSD 9.0 and later have several incompatibilities in
586         system configuration which you might want to know before
587         upgrading your system.  <emphasis>Please read this section and
588         the <link xlink:href="http://www.freebsd.org/releases/9.0R/relnotes-detailed.html#UPGRADE">Upgrading
589         Section in 9.0-RELEASE Release Notes</link> carefully before
590         submitting a problem report and/or posting a question to the
591         FreeBSD mailing lists.</emphasis></para>
592     </sect2>
593   </sect1>
594 </article>