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

This commit is contained in:
Navdeep Parhar 2016-08-25 05:28:02 +00:00
parent c72fc9d2b9
commit 1c828193df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304789
2 changed files with 7 additions and 1 deletions

View file

@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
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

View file

@ -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,