From e65979d12806c2361d4bb10d1f196798500be7fb Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Fri, 7 Feb 2025 10:19:28 +0100 Subject: [PATCH] New version - 40.22.3.23 --- anaconda.spec.in | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index f7178e8cb58..b8dcde41182 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -481,6 +481,20 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Feb 07 2025 Radek Vykydal - 40.22.3.23-1 +- security: add a development note for certificates import in initramfs + (rvykydal) + Related: RHEL-77156 +- security: do not issue warning on existing certificate file during dump + (rvykydal) + Resolves: RHEL-77156 +- Add systemd override to make /usr RW in Dracut (mkolman) + Resolves: RHEL-77192 +- network: pass NM global dns configuration to the installed system (rvykydal) + Resolves: RHEL-71415 +- network: pass global dns initrd option to the installed system (rvykydal) + Resolves: RHEL-71415 + * Mon Feb 03 2025 Jiri Konecny - 40.22.3.22-1 - Fix RDP question will switch to GUI instead of TUI (jkonecny) Resolves: RHEL-77162 diff --git a/configure.ac b/configure.ac index 99c21ffcd7b..5c8b744b5c3 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.22], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [40.22.3.23], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)