summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2026-01-06 04:23:22 +0000
committerLexi Winter <ivy@FreeBSD.org>2026-01-06 04:24:59 +0000
commit9c401bf14854ef20e5e187395a686b0d1b7bcb5f (patch)
tree6e3327bddaf31838e7975b5e8b3d3fb81469d088 /UPDATING
parent665ac052aa04c4dc240d67c3c2166ac63e7f86eb (diff)
zstd: Move to a new zstd package
Zstd is a discrete, self-contained system component. To match how we package zlib, bzip2 and xz, move it to its own package, with a separate lib package. Add the new package to the minimal set, since this is a core component that users expect to be installed. This change adds a new package to the system so, until we have a proper policy on how to handle this in release/stable branches, it should not be MFC'd. MFC after: never Reviewed by: bapt Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53603
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ee035c3d7615..5029bf086bdd 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20260106:
+ Zstd has moved to the new "zstd" package. If you have set-minimal
+ installed, this package will be installed automatically, otherwise
+ you might want to install it manually. This change only affects
+ pkgbase users.
+
20251222:
Commit 9f49f436a9ec changed the internal KAPI between the NFS
modules. As such, nfscommon, nfscl and nfsd must all be rebuilt