Author: np
Date: Thu Aug 25 05:28:02 2016
New Revision: 304789
URL: https://svnweb.freebsd.org/changeset/base/304789

Log:
  Bump __FreeBSD_version for r304787 and add a note about it to UPDATING.

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING       Thu Aug 25 05:24:57 2016        (r304788)
+++ head/UPDATING       Thu Aug 25 05:28:02 2016        (r304789)
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12
        disable the most expensive debugging functionality run
        "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20160824:
+       r304787 changed some ioctl interfaces between the iSCSI userspace
+       programs and the kernel.  ctladm, ctld, iscsictl, and iscsid must be
+       rebuilt to work with new kernels.  __FreeBSD_version has been bumped
+       to 1200005.
+
 20160818:
        The UDP receive code has been updated to only treat incoming UDP
        packets that were addressed to an L2 broadcast address as L3

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h        Thu Aug 25 05:24:57 2016        (r304788)
+++ head/sys/sys/param.h        Thu Aug 25 05:28:02 2016        (r304789)
@@ -58,7 +58,7 @@
  *             in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200004      /* Master, propagated to newvers */
+#define __FreeBSD_version 1200005      /* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to