summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-10-25 18:21:37 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-10-26 02:22:47 +0000
commit957715f877b57a17545ead94d27ea8fd3ff4932a (patch)
tree20b4f7bde32797decaa167486cd0ccbd077b0ac7 /UPDATING
parent842942be28b21354e3f547e39fc75bf18ee5b6f7 (diff)
flua: Move to a new flua package
flua is a standalone third-party component that deserves its own package. In particular, this means things can use flua without having to depend on FreeBSD-utilities, which will be useful as more base utilities use flua. This saves ~500kB in FreeBSD-utilities for systems which don't need flua. MFC after: 3 days Reviewed by: kevans Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53161
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 448febb5ba1a..d89afb7ef429 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".)
+20251025:
+ flua(1) has moved to the new FreeBSD-flua package. If you use flua,
+ you may want to install this package if it's not otherwise installed
+ as a dependency of something else. This change only affects pkgbase
+ users.
+
20251021:
Bump __FreeBSD_version to 1600002 for LinuxKPI. An embedded struct
has changed size and might possibly be an issue otherwise.