diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-04 16:20:21 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 01:37:42 +0200 |
commit | 2fce205673945c40c1ce3b0121eb6665348f371f (patch) | |
tree | 0492dd35fc762a1a311b017b24887bdf21aae5db | |
parent | 610908e1dbea6f709a82c64c929c1fa53f08899f (diff) | |
download | buildroot-2fce205673945c40c1ce3b0121eb6665348f371f.tar.gz buildroot-2fce205673945c40c1ce3b0121eb6665348f371f.zip |
CHANGES: add details on the gettext revamp
The gettext revamp has some user-visible changes, so this commit
updates the CHANGES file to document them.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | CHANGES | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2017.08-rc1, To be released + + Major revamp of the gettext handling, with user-visible + effect: + + - prior to this revamp, when BR2_ENABLE_LOCALE=y, each + package could decide to enable or not NLS support. When + BR2_ENABLE_LOCALE was disabled, NLS support was forced off + by passing --disable-nls to packages. + + - after this revamp, a new BR2_SYSTEM_ENABLE_NLS option + controls whether NLS support should be enabled or not in + packages. This option defaults to disabled, which means + that now, NLS support is by default disabled in all + packages. + + Therefore, if you need NLS support in packages, you must now + explicitly enable the BR2_SYSTEM_ENABLE_NLS option. + 2017.05.1, Released July 4th, 2017 Important / security related fixes. |