diff --git a/anaconda.spec.in b/anaconda.spec.in index 08b2eaeb537..0dae1848831 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -481,6 +481,25 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jan 14 2025 Katerina Koukiou - 40.22.3.20-1 +- Avoid side effect of ask rdp methods (jkonecny) + Related: RHEL-69940 +- Do not crash if RDP is selected after regular GUI startup failed (#2326410) + (mkolman) + Resolves: RHEL-69940 +- Only match liveinst.desktop app in live environment (ales.astone) + Resolves: RHEL-67390 +- Show correct taskbar icon in Wayland (ales.astone) + Resolves: RHEL-67390 +- Hide server-side-decorations in Wayland (ales.astone) + Resolves: RHEL-67390 +- liveinst: Allow running as a Wayland-native application (neal) + Resolves: RHEL-67390 +- Support leavebootorder for bootupd (jkonecny) + Resolves: RHEL-40896 +- bootupd: call bootupctl with --update-firmware (awilliam) + Resolves: RHEL-40896 + * Fri Dec 13 2024 Paweł Poławski - 40.22.3.19-1 - New version - 40.22.3.18 (ppolawsk) - util: Add additional information for EFI systems (riehecky) diff --git a/configure.ac b/configure.ac index 82e22c2edd9..ef28a78d5b0 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], [40.22.3.19], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [40.22.3.20], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)