diff --git a/UPDATING b/UPDATING index 887efb8dcd9f..d0e68173fce1 100644 --- a/UPDATING +++ b/UPDATING @@ -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 diff --git a/share/man/man4/geom_uzip.4 b/share/man/man4/geom_uzip.4 index d7562914cab0..d729acb44e02 100644 --- a/share/man/man4/geom_uzip.4 +++ b/share/man/man4/geom_uzip.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 9, 2006 +.Dd February 26, 2019 .Dt GEOM_UZIP 4 .Os .Sh NAME