From c207e1a7126376780bf887fdf2c6e5ec2919b307 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Dec 2024 04:52:38 +0000 Subject: [PATCH] New version - 42.19 --- anaconda.spec.in | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index 709b578070d..4a72ad039b1 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -490,6 +490,11 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Dec 10 2024 github-actions - 42.19-1 +- Avoid side effect of ask rdp methods (jkonecny) +- Do not crash if RDP is selected after regular GUI startup failed (#2326410) + (mkolman) + * Tue Dec 03 2024 github-actions - 42.18-1 - efi: Update __all__ dictionary (abologna) - docs: fix test container update doc (rvykydal) diff --git a/configure.ac b/configure.ac index eff94e36daa..47bbdbd83f1 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.18], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [42.19], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)