Bump version and add notice about incompatibility introduced by resumable
send/receive support in ZFS.
This commit is contained in:
parent
824f98d3fb
commit
5873e5fcb2
6
UPDATING
6
UPDATING
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user