Bump version and add notice about incompatibility introduced by resumable

send/receive support in ZFS.
This commit is contained in:
Alexander Motin 2015-10-16 08:57:11 +00:00
parent 824f98d3fb
commit 5873e5fcb2
2 changed files with 7 additions and 1 deletions

View File

@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20151015:
Added ZFS support for resumable send/receive changed respective
IOCTL API/ABI. Compatibility ABI shims were provided for other
functionality, while receive require version match between world
and kernel.
20151012:
If you specify SENDMAIL_MC or SENDMAIL_CF in make.conf, mergemaster
and etcupdate will now use this file. A custom sendmail.cf is now

View File

@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1100080 /* Master, propagated to newvers */
#define __FreeBSD_version 1100081 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,