aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2025-03-03 18:58:24 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2025-03-03 18:58:24 +0000
commit6ba1c5abb9575aaf4ef0a7efb085d42be252e645 (patch)
treef8e60ff14f85beb372105399708248a3d96d4586
parent4a77657cbc011ea657ccb079fff6b58b295eccb0 (diff)
ipfw: add UPDATING note and modify __FreeBSD_version
-rw-r--r--UPDATING7
-rw-r--r--sys/sys/param.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 4740237f6b0b..15941028c5bb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.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".)
+20250303:
+ Commit 4a77657cbc01 changed the ABI between ipfw(8) and ipfw(4).
+ Please note that the old ipfw(8) binary will not work with the new
+ ipfw(4) module. Therefore, it is recommended to disable ipfw during
+ the upgrade, otherwise the host system may become inaccessible because
+ ipfw rules cannot be installed with the old binary.
+
20250214:
Commit 4517fbfd4251 modified the internal API between the
nfscommon and nfscl modules. As such, both of these modules
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 6645130e2614..ca6957ccdb14 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500033
+#define __FreeBSD_version 1500034
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,