1250746Sgabor<?xml version="1.0" encoding="iso-8859-1"?>
2257801Sgabor<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
3318466Sgjb	"http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [
4260691Shrs<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"
5318466Sgjb	"http://www.FreeBSD.org/release/XML/release.ent">
6240508Sgabor%release;
7307063Sgjb<!ENTITY % sponsor PUBLIC "-//FreeBSD//ENTITIES Sponsor Specification//EN" "sponsor.ent">
8307063Sgjb%sponsor;
9307063Sgjb<!ENTITY % vendor PUBLIC "-//FreeBSD//ENTITIES Vendor Specification//EN" "vendor.ent">
10307063Sgjb%vendor;
11278265Sgjb<!ENTITY security SYSTEM "../../share/xml/security.xml">
12278265Sgjb<!ENTITY errata SYSTEM "../../share/xml/errata.xml">
13240508Sgabor]>
1476082Sbmah
15260691Shrs<article xmlns="http://docbook.org/ns/docbook"
16318466Sgjb	xmlns:xlink="http://www.w3.org/1999/xlink"
17335496Sgjb	xml:id="top"
18318466Sgjb	version="5.0">
19260691Shrs  <info>
20318466Sgjb    <title>&os; &release; Errata</title>
2176082Sbmah
22260691Shrs    <author><orgname>The &os; Project</orgname></author>
2376082Sbmah
2476082Sbmah    <pubdate>$FreeBSD: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml 362222 2020-06-16 12:12:55Z gjb $</pubdate>
2576082Sbmah
2676082Sbmah    <copyright>
27357230Sgjb      <year>2020</year>
28260691Shrs
29318466Sgjb      <holder role="mailto:doc@FreeBSD.org">The &os; Documentation
30318466Sgjb	Project</holder>
3176082Sbmah    </copyright>
32119884Ssimon
33257801Sgabor    <legalnotice xml:id="trademarks" role="trademarks">
34119884Ssimon      &tm-attrib.freebsd;
35119884Ssimon      &tm-attrib.intel;
36119884Ssimon      &tm-attrib.sparc;
37119884Ssimon      &tm-attrib.general;
38119884Ssimon    </legalnotice>
3976082Sbmah
40260691Shrs    <abstract>
41260691Shrs      <para>This document lists errata items for &os; &release;,
42318466Sgjb	containing significant information discovered after the
43318466Sgjb	release or too late in the release cycle to be otherwise
44318466Sgjb	included in the release documentation.  This information
45318466Sgjb	includes security advisories, as well as news relating to the
46318466Sgjb	software or documentation that could affect its operation or
47318466Sgjb	usability.  An up-to-date version of this document should
48318466Sgjb	always be consulted before installing this version of
49260691Shrs	&os;.</para>
5077914Sbmah
51318466Sgjb      <para>This errata document for &os; &release; will be maintained
52362073Sgjb	until &os; &release; reaches end-of-life.</para>
53260691Shrs    </abstract>
54257801Sgabor  </info>
5577914Sbmah
56257801Sgabor  <sect1 xml:id="intro">
5776082Sbmah    <title>Introduction</title>
5876082Sbmah
59318466Sgjb    <para>This errata document contains <quote>late-breaking
60335512Sgjb	news</quote> about &os; &release;.  Before installing this
61318466Sgjb      version, it is important to consult this document to learn about
62318466Sgjb      any post-release discoveries or problems that may already have
63318466Sgjb      been found and fixed.</para>
6479807Sbmah
6592295Sbmah    <para>Any version of this errata document actually distributed
6692295Sbmah      with the release (for example, on a CDROM distribution) will be
6792295Sbmah      out of date by definition, but other copies are kept updated on
6892295Sbmah      the Internet and should be consulted as the <quote>current
69318466Sgjb	errata</quote> for this release.  These other copies of the
70318466Sgjb      errata are located at <link
71318466Sgjb	xlink:href="https://www.FreeBSD.org/releases/" />, plus any
72318466Sgjb      sites which keep up-to-date mirrors of this location.</para>
7376082Sbmah
7479807Sbmah    <para>Source and binary snapshots of &os; &release.branch; also
7592295Sbmah      contain up-to-date copies of this document (as of the time of
7692295Sbmah      the snapshot).</para>
7776082Sbmah
78318466Sgjb    <para>For a list of all &os; CERT security advisories, see <link
79318466Sgjb	xlink:href="https://www.FreeBSD.org/security/"/>.</para>
8076082Sbmah  </sect1>
8176082Sbmah
82257801Sgabor  <sect1 xml:id="security">
8376082Sbmah    <title>Security Advisories</title>
84109309Sbmah
85278265Sgjb    &security;
86115963Sbmah  </sect1>
87111435Sbmah
88278265Sgjb  <sect1 xml:id="errata">
89278265Sgjb    <title>Errata Notices</title>
90278265Sgjb
91278265Sgjb    &errata;
92278265Sgjb  </sect1>
93278265Sgjb
94257801Sgabor  <sect1 xml:id="open-issues">
95115963Sbmah    <title>Open Issues</title>
96111834Sbmah
97306972Sgjb    <itemizedlist>
98306972Sgjb      <listitem>
99362221Sgjb	<para>[2020-06-11] Source-based upgrades from &os;&nbsp;11.2
100362221Sgjb	  on the &arch.i386; architecture may fail to compile
101362073Sgjb	  <application>clang</application> due to the amount of
102362073Sgjb	  <acronym>RAM</acronym> consumed.</para>
103306972Sgjb
104362073Sgjb	<para>Adding <literal>CFLAGS+=-O1</literal> to
105362073Sgjb	  <filename>/etc/make.conf</filename> or
106362073Sgjb	  <filename>/etc/src.conf</filename> has been observed to work
107362221Sgjb	  around the compile-time <acronym>RAM</acronym>
108362221Sgjb	   exhaustion.</para>
109321475Sgjb
110362073Sgjb	<para>See
111362073Sgjb	  <link
112362073Sgjb	    xlink:href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246274">PR
113362073Sgjb	      246274</link> for additional details.</para>
114321475Sgjb      </listitem>
115362222Sgjb
116362222Sgjb      <listitem>
117362222Sgjb	<para>[2020-06-16] The &os;&nbsp;11.4 release notes
118362222Sgjb	  erroneously state the <application>KDE</application>
119362222Sgjb	  desktop environment has been updated to version
120362222Sgjb	  5.8.4.1.19.12.3.  The correct version is
121362222Sgjb	  5.18.4.1.19.12.3.</para>
122362222Sgjb      </listitem>
123306972Sgjb    </itemizedlist>
12476082Sbmah  </sect1>
12576082Sbmah
126257801Sgabor  <sect1 xml:id="late-news">
127109309Sbmah    <title>Late-Breaking News</title>
128109309Sbmah
129355463Sgjb    <itemizedlist>
130355463Sgjb      <listitem>
131362073Sgjb	<para>No late-breaking news.</para>
132355463Sgjb      </listitem>
133355463Sgjb    </itemizedlist>
134115963Sbmah  </sect1>
13576082Sbmah</article>
136