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