aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING6
-rw-r--r--sys/sys/param.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 46212b9047a2..7837566e82a7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,12 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.
+20211119:
+ Bump __FreeBSD_version to 1300521 after merging LinuxKPI and
+ net80211 changes in order to support building various wireless
+ drivers. This is to help other external consumers of LinuxKPI
+ and net80211 to deal accordingly.
+
20211003:
Commit a599f9f7620b deleted the variable called nfs_maxcopyrange
from nfscommon.ko, since it no longer needs to be global. As such,
diff --git a/sys/sys/param.h b/sys/sys/param.h
index fa3bc1544a4a..8baeb865e158 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300520 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300521 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,