diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-02-01 01:10:36 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-02-01 09:01:35 +0000 |
| commit | 0009c4e737b17f69f1b3f856e87a392073aeb48e (patch) | |
| tree | 2bda8950a453b01f9a24103f3d9a8277c872cb59 | |
| parent | 99e5a70046daada7057b14bf106c7f4135c5fac6 (diff) | |
UPDATING: add note that API/ABI for RPC services for the kernel has changed
| -rw-r--r-- | UPDATING | 8 | ||||
| -rw-r--r-- | sys/sys/param.h | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -27,6 +27,14 @@ 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".) +20250201: + The NFS related daemons, that provide RPC services to the kernel: + gssd(8), rpcbind(8), rpc.tlsservd(8) and rpc.tlsclntd(8), now use a + different transport - netlink(4) socket instead of unix(4). Users of + NFS need to upgrade both kernel and world (binaries and libc) at once. + Also, any revision between 88cd1e17a7d8 and 99e5a70046da should be + avoided. + 20250127: The Allwinner a10_timer driver has been renamed to aw_driver. If you have a custom kernel configuration including the line 'device diff --git a/sys/sys/param.h b/sys/sys/param.h index 6d611f251add..32af2c462540 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 1500030 +#define __FreeBSD_version 1500031 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |
