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 a3fe9b74a245..b780eeb7b887 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.
+20210718:
+ Bump __FreeBSD_version to 1300512 after merging LinuxKPI, OFED,
+ net80211, and driver changes in order to support building
+ Intel wireless iwlwifi drivers. This is especially needed for
+ drm-kmod which needs updates after this.
+
20210715:
The 20210707 awk update brought in a change in behavior. This has
been corrected as of d4d252c49976. Between these dates, if you
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 4c43839c297e..877cdaa74204 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 1300511 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300512 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,