svn commit: r52557 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes

Glen Barber gjb at FreeBSD.org
Tue Dec 4 17:39:05 UTC 2018


Author: gjb
Date: Tue Dec  4 17:39:03 2018
New Revision: 52557
URL: https://svnweb.freebsd.org/changeset/doc/52557

Log:
  Document r324965, r329240: compressed kernel crash dumps.
  
  Submitted by:	markj
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Tue Dec  4 17:39:02 2018	(r52556)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Tue Dec  4 17:39:03 2018	(r52557)
@@ -342,8 +342,22 @@
     <sect2 xml:id="kernel-config">
       <title>Kernel Configuration</title>
 
+      <para revision="324965" contrib="sponsor"
+	sponsor="&dellemc;">The &man.dumpon.8; utility has been
+	updated to add support for compressed kernel crash dumps when
+	the kernel configuration file includes the
+	<literal>GZIO</literal> option.  See &man.rc.conf.5; and
+	&man.dumpon.8; for additional information.</para>
+
       <para revision="327584">The &man.ext2fs.5; filesystem has been
 	updated to support full read/write support for ext4.</para>
+
+      <para revision="329240" contrib="sponsor"
+	sponsor="&dellemc;">The &man.dumpon.8; utility has been
+	updated to add support for &man.zstd.1;-compressed kernel
+	crash dumps when the kernel configuration file includes the
+	<literal>ZSTDIO</literal> option.  See &man.rc.conf.5; and
+	&man.dumpon.8; for additional information.</para>
 
       <para revision="338602" contrib="sponsor"
 	sponsor="&dellemc;, &netflix;">The <literal>NUMA</literal>


More information about the svn-doc-head mailing list