From dbcb4b17580b72ab49712fb2a7fac4417b1da490 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Tue, 18 Feb 2025 10:12:53 +0100 Subject: [PATCH] New version - 42.27.1 --- anaconda.spec.in | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index c21f965bb84..a777e2f35fc 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -490,6 +490,17 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 18 2025 Katerina Koukiou - 42.27.1-1 +- localization: discard space when sorting keyboards according to langtable + entries (k.koukiou) +- pyanaconda: localization: sort keyboard list in a sane manner (k.koukiou) +- dracut: depend on net-lib not ifcfg (awilliam) +- localization: fix parsing of locales whose name are multiple words + (k.koukiou) +- Add test for GetLocaleKeyboardLayouts (adamkankovsky) +- Creating a dbus interface to get local keyboard layouts (adamkankovsky) +- Set up the fedora-42 branch (rvykydal) + * Tue Feb 11 2025 github-actions - 42.27-1 - doc: fix a typo build-iso GH workflow doc (rvykydal) diff --git a/configure.ac b/configure.ac index 16854d5083b..e7801ca6917 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [42.27], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [42.27.1], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)