diff options
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -27,6 +27,32 @@ 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".) +20250815: + jemalloc 5.3.0 has been committed to the tree. + +20250815: + The removal of Secure RPC DES authentication notced in 20250810 + has been reverted. (However, it is still non-functional.) + +20250813: + Commit cce64f2e6851 changed the internal KAPI between the NFS + modules. As such, all of them need to be rebuilt from sources. + __FreeBSD_version has been bumped to 1500060 already today, + so I will not bump it again for this. + +20250813: + The gpiobus_attach_bus() function has been removed. Drivers should now + use the gpiobus_add_bus() function instead. The difference being that + gpiobus_add_bus() doesn't call bus_attach_children(), calling it will + be the responsibility of the caller now. + +20250810: + Support for Secure RPC DES authentication has been removed. + The keyserv(8) daemon was already removed, but support for it in libc + has also been removed, so if you somehow still had keyserv installed, + it will now stop working. There is no workaround for this. Removing + DES is considered a feature. + 20250808: The CLEAN option has been switched back from default-off to default-on. This reverts the 20240729 change below. |