From 0c8fa4c4b338b5aadeaf68bc3dc1e222330fcaed Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Apr 09 2019 07:28:36 +0000 Subject: [PATCH 1/2] i18n: Replace Comps Language Group With Langpacks (#289) Signed-off-by: Parag Nemade --- diff --git a/modules/release-notes/pages/desktop/I18n.adoc b/modules/release-notes/pages/desktop/I18n.adoc index ae6c563..91977d5 100644 --- a/modules/release-notes/pages/desktop/I18n.adoc +++ b/modules/release-notes/pages/desktop/I18n.adoc @@ -4,3 +4,11 @@ include::{partialsdir}/entities.adoc[] [[sect-i18n]] = Internationalization + +[[sect-i18n-langpacks]] +== Replace Comps Language Group With Langpacks +Language support groups in Comps file have been replaced by weak rich dependencies in the langpacks package. Previously users could get complete language support installed using the command `dnf group install -support` but now from this release, meta-langpacks packages are used to install language related packages. + +Now langpacks packages also install the required fonts and input-methods for a given language, making the language comps groups redundant, and therefore the language support groups have been removed. Users can now get their language support if required by installing the appropriate meta-package `langpacks-`. + +This does not affect kickstart based installations as `--addsupport` already installs `langpacks-` for the given additional languages. But any custom kickstart files that explicitly use a `-support` group under `%packages` need to be updated to use the corresponding `langpacks-` meta package instead. From a79e75fbadcb126917be08785d01dd40a9c97844 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Apr 16 2019 14:24:58 +0000 Subject: [PATCH 2/2] i18n: Pango package update Signed-off-by: Parag Nemade --- diff --git a/modules/release-notes/pages/desktop/I18n.adoc b/modules/release-notes/pages/desktop/I18n.adoc index 91977d5..2d448f7 100644 --- a/modules/release-notes/pages/desktop/I18n.adoc +++ b/modules/release-notes/pages/desktop/I18n.adoc @@ -12,3 +12,7 @@ Language support groups in Comps file have been replaced by weak rich dependenci Now langpacks packages also install the required fonts and input-methods for a given language, making the language comps groups redundant, and therefore the language support groups have been removed. Users can now get their language support if required by installing the appropriate meta-package `langpacks-`. This does not affect kickstart based installations as `--addsupport` already installs `langpacks-` for the given additional languages. But any custom kickstart files that explicitly use a `-support` group under `%packages` need to be updated to use the corresponding `langpacks-` meta package instead. + +[[sect-i18n-pango]] +== Pango package update 1.43.0 +Pango now supports Unicode 11 standard for international text handling.