svn commit: r290496 - head

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 7 12:48:31 UTC 2015


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.


More information about the svn-src-head mailing list