svn commit: r292224 - in stable/10: . sys/sys
Rick Macklem
rmacklem at FreeBSD.org
Mon Dec 14 21:30:29 UTC 2015
Author: rmacklem
Date: Mon Dec 14 21:30:28 2015
New Revision: 292224
URL: https://svnweb.freebsd.org/changeset/base/292224
Log:
Bump __FreeBSD_version since r292223 changed the internal interface
between the nfsd.ko and nfscommon.ko modules such that they need
to be upgraded to-gether.
Modified:
stable/10/UPDATING
stable/10/sys/sys/param.h
Modified: stable/10/UPDATING
==============================================================================
--- stable/10/UPDATING Mon Dec 14 21:21:43 2015 (r292223)
+++ stable/10/UPDATING Mon Dec 14 21:30:28 2015 (r292224)
@@ -16,6 +16,11 @@ from older versions of FreeBSD, try WITH
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
Modified: stable/10/sys/sys/param.h
==============================================================================
--- stable/10/sys/sys/param.h Mon Dec 14 21:21:43 2015 (r292223)
+++ stable/10/sys/sys/param.h Mon Dec 14 21:30:28 2015 (r292224)
@@ -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,
More information about the svn-src-stable-10
mailing list