From b2494f153ffd200ba49bebe7fdc6518da138122f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 6 Aug 2024 09:22:19 +0000 Subject: [PATCH] New version - 41.28 --- 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 d4330841a4b..9044bb9a924 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -480,6 +480,17 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Aug 06 2024 github-actions - 41.28-1 +- Adjust custom partitioning and storage spokes to the device ID API (vtrefny) +- Adjust resize module to the device ID API (vtrefny) +- Add a custom function for recreating btrfs subvolumes (vtrefny) +- Use blivet's "device ID" as a unique device identifier (vtrefny) +- Fix mock LUKS devices logic in tests (vtrefny) +- Fix checking for locked LUKS devices (vtrefny) +- util: Add additional information for EFI systems (riehecky) +- Add release note for network port devices' default configuration profiles + (rvykydal) + * Tue Jul 30 2024 github-actions - 41.27-1 - Remove threading compatibility layer (kkoukiou) diff --git a/configure.ac b/configure.ac index 0a0934d9eb1..294ae9c20df 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], [41.27], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [41.28], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)