Date: Sat, 7 Nov 2015 12:48:29 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r290496 - head Message-ID: <201511071248.tA7CmTEb035460@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Nov 7 12:48:29 2015 New Revision: 290496 URL: https://svnweb.freebsd.org/changeset/base/290496 Log: Add an UPDATING entry about the changed of behaviour for listed files due to now supporting correctly string collation Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Nov 7 12:45:52 2015 (r290495) +++ head/UPDATING Sat Nov 7 12:48:29 2015 (r290496) @@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511071248.tA7CmTEb035460>