diff options
author | bapt <bapt@FreeBSD.org> | 2015-11-07 17:54:51 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-11-07 17:54:51 +0000 |
commit | 81886164a5d1b6da5498af5e7e8424d7b2743884 (patch) | |
tree | 1b4f6df557245a98965d6c3756e2d4f288483e73 /UPDATING | |
parent | 397e26d13592a3d550c9feac0ec9761af4bd62b0 (diff) | |
download | FreeBSD-src-81886164a5d1b6da5498af5e7e8424d7b2743884.zip FreeBSD-src-81886164a5d1b6da5498af5e7e8424d7b2743884.tar.gz |
Add a note about the inpact on databases of the changes in collation support
Reported by: girgen
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW: order of files listed by ls(1) for example. To get back to the old behaviour, set LC_COLLATE environment variable to "C". + Databases administrators will need to reindex their databases given + collation results will be different. + 20151030: The OpenSSL has been upgraded to 1.0.2d. Any binaries requiring libcrypto.so.7 or libssl.so.7 must be recompiled. |