Add an UPDATING entry about the changed of behaviour for listed files due to

now supporting correctly string collation
This commit is contained in:
Baptiste Daroussin 2015-11-07 12:48:29 +00:00
parent 096fa91f18
commit af1d74f007
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290496

View File

@ -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.