summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2016-05-27 22:26:43 +0000
committerAlan Somers <asomers@FreeBSD.org>2016-05-27 22:26:43 +0000
commit583febf416ca9fc40dda73a02ca4d0b66eea642a (patch)
treefe0b779725fef9082a1801a655ee43097a9cc359 /UPDATING
parent3920312eeb2e7efdf36defc51e24014a53c31bb0 (diff)
downloadsrc-test2-583febf416ca9fc40dda73a02ca4d0b66eea642a.tar.gz
src-test2-583febf416ca9fc40dda73a02ca4d0b66eea642a.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index df0542dfab3c..d28c4b99c3e5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,16 @@ 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".)
+20160527:
+ CAM will now strip leading spaces from SCSI disks' serial numbers.
+ This will effect users who create UFS filesystems on SCSI disks using
+ those disk's diskid device nodes. For example, if /etc/fstab
+ previously contained a line like
+ "/dev/diskid/DISK-%20%20%20%20%20%20%20ABCDEFG0123456", you should
+ change it to "/dev/diskid/DISK-ABCDEFG0123456". Users of geom
+ transfers like gmirror may also be affected. ZFS users should
+ generally be fine.
+
20160523:
The bitstring(3) API has been updated with new functionality and
improved performance. But it is binary-incompatible with the old API.