From owner-svn-src-head@FreeBSD.ORG Fri Mar 13 16:40:56 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3F691065676; Fri, 13 Mar 2009 16:40:56 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D2EAC8FC17; Fri, 13 Mar 2009 16:40:56 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n2DGeu7Q068050; Fri, 13 Mar 2009 16:40:56 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n2DGeuHk068049; Fri, 13 Mar 2009 16:40:56 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <200903131640.n2DGeuHk068049@svn.freebsd.org> From: Gabor Kovesdan Date: Fri, 13 Mar 2009 16:40:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r189772 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2009 16:40:57 -0000 Author: gabor (doc,ports committer) Date: Fri Mar 13 16:40:56 2009 New Revision: 189772 URL: http://svn.freebsd.org/changeset/base/189772 Log: - Add an entry about enabling libc NLS support Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Mar 13 16:40:51 2009 (r189771) +++ head/UPDATING Fri Mar 13 16:40:56 2009 (r189772) @@ -23,6 +23,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. 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.