diff options
author | mav <mav@FreeBSD.org> | 2015-10-16 08:57:11 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2015-10-16 08:57:11 +0000 |
commit | 09ad05077aec0f7f4ce8cab9cdb012caf6ab9807 (patch) | |
tree | b1385ae16f5100a9eb825f7eb6ae3b29e575743a /UPDATING | |
parent | 76d7758adbacf4718934aa900fbabc2b970d228e (diff) | |
download | FreeBSD-src-09ad05077aec0f7f4ce8cab9cdb012caf6ab9807.zip FreeBSD-src-09ad05077aec0f7f4ce8cab9cdb012caf6ab9807.tar.gz |
Bump version and add notice about incompatibility introduced by resumable
send/receive support in ZFS.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |