Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2019 10:13:01 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r345442 - in head: . share/man/man4
Message-ID:  <201903231013.x2NAD1Ud081560@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat Mar 23 10:13:01 2019
New Revision: 345442
URL: https://svnweb.freebsd.org/changeset/base/345442

Log:
  Add UPDATING note for geom_uzip(4)/xz, and bump geom_uzip(4) man page date.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/UPDATING
  head/share/man/man4/geom_uzip.4

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sat Mar 23 09:56:41 2019	(r345441)
+++ head/UPDATING	Sat Mar 23 10:13:01 2019	(r345442)
@@ -43,6 +43,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
 	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.
+
 20190219:
 	drm and drm2 have been removed from the tree. Please see
 	https://wiki.freebsd.org/Graphics for the latest information on

Modified: head/share/man/man4/geom_uzip.4
==============================================================================
--- head/share/man/man4/geom_uzip.4	Sat Mar 23 09:56:41 2019	(r345441)
+++ head/share/man/man4/geom_uzip.4	Sat Mar 23 10:13:01 2019	(r345442)
@@ -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?201903231013.x2NAD1Ud081560>