diff options
author | bapt <bapt@FreeBSD.org> | 2015-11-07 12:48:29 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-11-07 12:48:29 +0000 |
commit | 48edc92a3107f8f9cab7cf08951dc862b3d5a762 (patch) | |
tree | 2c3d5a04862c9f6a9efc8530e2151cb3a1453d38 /UPDATING | |
parent | 5212dce00b05ef4af4104c39253b23897cc09b0c (diff) | |
download | FreeBSD-src-48edc92a3107f8f9cab7cf08951dc862b3d5a762.zip FreeBSD-src-48edc92a3107f8f9cab7cf08951dc862b3d5a762.tar.gz |
Add an UPDATING entry about the changed of behaviour for listed files due to
now supporting correctly string collation
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,11 @@ 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".) +20151108: + Add support for unicode collation strings leads to a change of + order of files listed by ls(1) for example. To get back to the old + behaviour, set LC_COLLATE environment variable to "C". + 20151030: The OpenSSL has been upgraded to 1.0.2d. Any binaries requiring libcrypto.so.7 or libssl.so.7 must be recompiled. |