From b0e745bc984a86734bb81fd4bb4c90af9b63778f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 19 Nov 2024 04:51:34 +0000 Subject: [PATCH] New version - 42.15 --- anaconda.spec.in | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index bccdfd41fc2..a88edebf2b0 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -490,6 +490,15 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Nov 19 2024 github-actions - 42.15-1 +- doc: RDP boot option is not supported in live (jkonecny) +- Fix RDP var contains string instead of bool (jkonecny) +- Remove stray comma from widgets/configure.ac (vtrefny) +- Explicitly place biosboot partition only on stage1 disk (vtrefny) +- network: add warning for kickstart network configuration when running from + nfs (rvykydal) +- liveinst: Allow running as a Wayland-native application (neal) + * Tue Nov 12 2024 github-actions - 42.14-1 * Fri Nov 08 2024 github-actions - 42.13-1 diff --git a/configure.ac b/configure.ac index ca440a1a915..bcc099a4b3b 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.14], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [42.15], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)