Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2019 10:58:30 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r345528 - in stable/12: . share/man/man4
Message-ID:  <201903261058.x2QAwUF5045991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Tue Mar 26 10:58:29 2019
New Revision: 345528
URL: https://svnweb.freebsd.org/changeset/base/345528

Log:
  MFC r345442:
  Add UPDATING note for geom_uzip(4)/xz, and bump geom_uzip(4) man page date.

Modified:
  stable/12/UPDATING
  stable/12/share/man/man4/geom_uzip.4
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/UPDATING
==============================================================================
--- stable/12/UPDATING	Tue Mar 26 10:41:27 2019	(r345527)
+++ stable/12/UPDATING	Tue Mar 26 10:58:29 2019	(r345528)
@@ -27,6 +27,11 @@ from older version of current across the gcc/clang cut
 	prerequisites and upgrading, if you are not already using clang 3.5.0
 	or higher.
 
+20190226:
+	geom_uzip(4) depends on the new module xz.  If geom_uzip is statically
+	compiled into your custom kernel, add 'device xz' statement to the
+	kernel config.
+
 20190214:
 	Iflib is no longer unconditionally compiled into the kernel.  Drivers
 	using iflib and statically compiled into the kernel, now require

Modified: stable/12/share/man/man4/geom_uzip.4
==============================================================================
--- stable/12/share/man/man4/geom_uzip.4	Tue Mar 26 10:41:27 2019	(r345527)
+++ stable/12/share/man/man4/geom_uzip.4	Tue Mar 26 10:58:29 2019	(r345528)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 9, 2006
+.Dd February 26, 2019
 .Dt GEOM_UZIP 4
 .Os
 .Sh NAME



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903261058.x2QAwUF5045991>