diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2018-06-21 18:13:04 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2018-06-21 18:13:04 +0000 |
| commit | 071c535fa28c11da5c0874995fdf3de15f4aae3f (patch) | |
| tree | cd4888f6593d6261cbcf5fd2fba667202034c59d | |
| parent | 7a83cdcae39e159c0519811718fbf1608a7848e9 (diff) | |
Notes
| -rw-r--r-- | release/doc/en_US.ISO8859-1/errata/article.xml | 19 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/installation/article.xml | 4 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 7 | ||||
| -rw-r--r-- | release/doc/share/xml/security.xml | 8 |
4 files changed, 28 insertions, 10 deletions
diff --git a/release/doc/en_US.ISO8859-1/errata/article.xml b/release/doc/en_US.ISO8859-1/errata/article.xml index a9baa62b08cd..516a4e746e94 100644 --- a/release/doc/en_US.ISO8859-1/errata/article.xml +++ b/release/doc/en_US.ISO8859-1/errata/article.xml @@ -57,7 +57,7 @@ <title>Introduction</title> <para>This errata document contains <quote>late-breaking - news</quote> about &os; &release; Before installing this + news</quote> about &os; &release;. Before installing this version, it is important to consult this document to learn about any post-release discoveries or problems that may already have been found and fixed.</para> @@ -156,6 +156,23 @@ boot</screen> virtual machine to successfully boot, allowing access via <literal>vagrant ssh</literal>.</para> </listitem> + + <listitem> + <para>[2018-06-21] An issue had been discovered late in the + release cycle where removing <acronym>ZFS</acronym> vdevs + from a pool under certain conditions would cause a system + crash when &man.zfsd.8; is enabled in + &man.rc.conf.5;.</para> + + <para>At present, it is believed to be limited to removal of + a <literal>mirror</literal> vdev from a pool consisting of + multiple <literal>mirror</literal> vdevs.</para> + + <para>See <acronym>PR</acronym> <link + xlink:href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228750">228750</link> + for more information and updates as the issue is + investigated.</para> + </listitem> </itemizedlist> </sect1> diff --git a/release/doc/en_US.ISO8859-1/installation/article.xml b/release/doc/en_US.ISO8859-1/installation/article.xml index 88371e800506..ae038fc1a70e 100644 --- a/release/doc/en_US.ISO8859-1/installation/article.xml +++ b/release/doc/en_US.ISO8859-1/installation/article.xml @@ -82,8 +82,8 @@ <para>The &man.freebsd-update.8; utility supports binary upgrades of &arch.i386; and &arch.amd64; systems running earlier FreeBSD releases. Systems running - <literal>10.3-RELEASE</literal>, - <literal>11.0-RELEASE</literal> can upgrade as follows:</para> + <literal>10.4-RELEASE</literal> or + <literal>11.1-RELEASE</literal> can upgrade as follows:</para> <screen>&prompt.root; freebsd-update fetch &prompt.root; freebsd-update install</screen> diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 76cb4605edfb..6ed8a170a7e3 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -458,13 +458,6 @@ updated to default to <acronym>UEFI</acronym>-only boot.</para> </sect2> - - <sect2 xml:id="userland-rc"> - <title><filename class="directory">/etc/rc.d</filename> - Scripts</title> - - <para> </para> - </sect2> </sect1> <sect1 xml:id="kernel"> diff --git a/release/doc/share/xml/security.xml b/release/doc/share/xml/security.xml index 74f3cc42980f..26db9706603b 100644 --- a/release/doc/share/xml/security.xml +++ b/release/doc/share/xml/security.xml @@ -113,6 +113,14 @@ <entry><para>Mishandling of x86 debug exceptions</para></entry> </row> + + <row> + <entry><link + xlink:href="&security.url;/FreeBSD-SA-18:07.lazyfpu.asc">FreeBSD-SA-18:07.lazyfpu</link></entry> + <entry>21 June 2018</entry> + <entry><para>Fix Lazy <acronym>FPU</acronym> information + disclosure</para></entry> + </row> </tbody> </tgroup> </informaltable> |
