git: db57584068f6 - main - UPDATING: Make an entry for cce64f2e6851
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Aug 2025 19:55:21 UTC
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=db57584068f6d62b852aaf942314948206c1e668
commit db57584068f6d62b852aaf942314948206c1e668
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2025-08-13 19:52:09 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2025-08-13 19:52:09 +0000
UPDATING: Make an entry for cce64f2e6851
---
UPDATING | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/UPDATING b/UPDATING
index c4452354b189..82399310d299 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,12 @@ 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".)
+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