From c26b2ad9f558e0cffbc85e6f6f22914d206a1f2a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 2 Jul 2024 04:51:23 +0000 Subject: [PATCH] New version - 41.23 --- anaconda.spec.in | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index e6d908c2733..3fabab64ebe 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -480,6 +480,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jul 02 2024 github-actions - 41.23-1 +- Update translations from Weblate for master (github-actions) +- chore: remove unused atk in BaseWindow.c (freya) +- Replace deprecated methods to avoid warnings (rolivier) +- Do not mark ancestors of device with source or stage2 as protected (rvykydal) + * Tue Jun 25 2024 github-actions - 41.22-1 - Update translations from Weblate for master (github-actions) diff --git a/configure.ac b/configure.ac index 6cde481237d..061e4c118c0 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.22], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [41.23], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)