git: 29745cf91cfc - stable/13 - Bump __FreeBSD_version to 1300521.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 00:10:30 UTC
The branch stable/13 has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=29745cf91cfc22afa94da0ce43e07a6dc377f631
commit 29745cf91cfc22afa94da0ce43e07a6dc377f631
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2021-11-19 00:09:37 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2021-11-19 00:09:37 +0000
Bump __FreeBSD_version to 1300521.
Bump __FreeBSD_version to 1300521 after merging LinuxKPI and net80211
changes.
---
UPDATING | 6 ++++++
sys/sys/param.h | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
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,