- Add an entry about enabling libc NLS support

This commit is contained in:
Gabor Kovesdan 2009-03-13 16:40:56 +00:00
parent 32c01de21c
commit 7e06afcad3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189772

View File

@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
20090313:
POSIX.1 Native Language Support (NLS) has been enabled in libc and
a bunch of new language catalog files have also been added.
This means that some common libc messages are now localized and
they depend on the LC_MESSAGES environmental variable.
20090313:
The k8temp(4) driver has been renamed to amdtemp(4) since
support for K10 and K11 CPU families was added.