1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
3	"http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [
4<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"
5	"http://www.FreeBSD.org/release/XML/release.ent">
6%release;
7<!ENTITY % sponsor PUBLIC "-//FreeBSD//ENTITIES Sponsor Specification//EN" "sponsor.ent">
8%sponsor;
9<!ENTITY % vendor PUBLIC "-//FreeBSD//ENTITIES Vendor Specification//EN" "vendor.ent">
10%vendor;
11<!ENTITY security SYSTEM "../../share/xml/security.xml">
12<!ENTITY errata SYSTEM "../../share/xml/errata.xml">
13]>
14
15<article xmlns="http://docbook.org/ns/docbook"
16	xmlns:xlink="http://www.w3.org/1999/xlink"
17	xml:id="top"
18	version="5.0">
19  <info>
20    <title>&os; &release; Errata</title>
21
22    <author><orgname>The &os; Project</orgname></author>
23
24    <pubdate>$FreeBSD: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml 362222 2020-06-16 12:12:55Z gjb $</pubdate>
25
26    <copyright>
27      <year>2020</year>
28
29      <holder role="mailto:doc@FreeBSD.org">The &os; Documentation
30	Project</holder>
31    </copyright>
32
33    <legalnotice xml:id="trademarks" role="trademarks">
34      &tm-attrib.freebsd;
35      &tm-attrib.intel;
36      &tm-attrib.sparc;
37      &tm-attrib.general;
38    </legalnotice>
39
40    <abstract>
41      <para>This document lists errata items for &os; &release;,
42	containing significant information discovered after the
43	release or too late in the release cycle to be otherwise
44	included in the release documentation.  This information
45	includes security advisories, as well as news relating to the
46	software or documentation that could affect its operation or
47	usability.  An up-to-date version of this document should
48	always be consulted before installing this version of
49	&os;.</para>
50
51      <para>This errata document for &os; &release; will be maintained
52	until &os; &release; reaches end-of-life.</para>
53    </abstract>
54  </info>
55
56  <sect1 xml:id="intro">
57    <title>Introduction</title>
58
59    <para>This errata document contains <quote>late-breaking
60	news</quote> about &os; &release;.  Before installing this
61      version, it is important to consult this document to learn about
62      any post-release discoveries or problems that may already have
63      been found and fixed.</para>
64
65    <para>Any version of this errata document actually distributed
66      with the release (for example, on a CDROM distribution) will be
67      out of date by definition, but other copies are kept updated on
68      the Internet and should be consulted as the <quote>current
69	errata</quote> for this release.  These other copies of the
70      errata are located at <link
71	xlink:href="https://www.FreeBSD.org/releases/" />, plus any
72      sites which keep up-to-date mirrors of this location.</para>
73
74    <para>Source and binary snapshots of &os; &release.branch; also
75      contain up-to-date copies of this document (as of the time of
76      the snapshot).</para>
77
78    <para>For a list of all &os; CERT security advisories, see <link
79	xlink:href="https://www.FreeBSD.org/security/"/>.</para>
80  </sect1>
81
82  <sect1 xml:id="security">
83    <title>Security Advisories</title>
84
85    &security;
86  </sect1>
87
88  <sect1 xml:id="errata">
89    <title>Errata Notices</title>
90
91    &errata;
92  </sect1>
93
94  <sect1 xml:id="open-issues">
95    <title>Open Issues</title>
96
97    <itemizedlist>
98      <listitem>
99	<para>[2020-06-11] Source-based upgrades from &os;&nbsp;11.2
100	  on the &arch.i386; architecture may fail to compile
101	  <application>clang</application> due to the amount of
102	  <acronym>RAM</acronym> consumed.</para>
103
104	<para>Adding <literal>CFLAGS+=-O1</literal> to
105	  <filename>/etc/make.conf</filename> or
106	  <filename>/etc/src.conf</filename> has been observed to work
107	  around the compile-time <acronym>RAM</acronym>
108	   exhaustion.</para>
109
110	<para>See
111	  <link
112	    xlink:href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246274">PR
113	      246274</link> for additional details.</para>
114      </listitem>
115
116      <listitem>
117	<para>[2020-06-16] The &os;&nbsp;11.4 release notes
118	  erroneously state the <application>KDE</application>
119	  desktop environment has been updated to version
120	  5.8.4.1.19.12.3.  The correct version is
121	  5.18.4.1.19.12.3.</para>
122      </listitem>
123    </itemizedlist>
124  </sect1>
125
126  <sect1 xml:id="late-news">
127    <title>Late-Breaking News</title>
128
129    <itemizedlist>
130      <listitem>
131	<para>No late-breaking news.</para>
132      </listitem>
133    </itemizedlist>
134  </sect1>
135</article>
136