summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING5
-rw-r--r--sys/sys/param.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 954c303..4daf9c7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,11 @@ from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20151214:
+ r292223 changed the internal interface between the nfsd.ko and
+ nfscommon.ko modules. As such, they must both be upgraded to-gether.
+ __FreeBSD_version has been bumped because of this.
+
20151113:
Qlogic 24xx/25xx firmware images were updated from 5.5.0 to 7.3.0.
Kernel modules isp_2400_multi and isp_2500_multi were removed and
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 4c934a6..b58101a 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1002502 /* Master, propagated to newvers */
+#define __FreeBSD_version 1002503 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
OpenPOWER on IntegriCloud