diff options
author | jh <jh@FreeBSD.org> | 2012-12-22 13:43:12 +0000 |
---|---|---|
committer | jh <jh@FreeBSD.org> | 2012-12-22 13:43:12 +0000 |
commit | 93c8ab3bc433d3a5ff6415d019149717a2e1eff7 (patch) | |
tree | 6a7a69724d6858cac1efd17b9d96eb344ad43c18 /UPDATING | |
parent | de8a1071d5920bcdea674f08250851affe15dc4f (diff) | |
download | FreeBSD-src-93c8ab3bc433d3a5ff6415d019149717a2e1eff7.zip FreeBSD-src-93c8ab3bc433d3a5ff6415d019149717a2e1eff7.tar.gz |
Mangle label names containing spaces, non-printable characters '%' or
'"'. Mangling is only done for label names read from file system
metadata. Encoding resembles URL encoding. For example, the space
character becomes %20.
Help by: kib
Discussed with: imp, kib, pjd
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20121222: + GEOM_LABEL now mangles label names read from file system metadata. + Mangling affect labels containing spaces, non-printable characters, + '%' or '"'. Device names in /etc/fstab and other places may need to + be updated. + 20121217: By default, only the 10 most recent kernel dumps will be saved. To restore the previous behaviour (no limit on the number of kernel dumps |