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