aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING27
1 files changed, 27 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 78562d021e37..f90036c1a3ad 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,33 @@ 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".)
+20250816:
+ Sendmail's libmilter has been moved to its own package. If you want
+ to compile applications that use libmilter, you should install the
+ FreeBSD-libmilter* packages.
+
+ If you only have FreeBSD-sendmail installed for applications that
+ require libmilter, you can now remove it.
+
+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