From 4683a8965ce02443134115e3eeea58ec6df38da3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 16 Oct 2024 06:18:50 +0000 Subject: [PATCH] New version - 42.9 --- anaconda.spec.in | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index 7174fb6342d..6c988111825 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -490,6 +490,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Oct 16 2024 github-actions - 42.9-1 +- Log stderr to journal only on supported platforms (jkonecny) +- logging: fix the length limit of packages info dbg message (rvykydal) + * Tue Oct 15 2024 github-actions - 42.8-1 - Fix journal redirect on systems without journal (jkonecny) - unit_tests: drop DASDDevice.opts like in related blivet change (maier) diff --git a/configure.ac b/configure.ac index 84af5b8d543..7e09487129f 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.8], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [42.9], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)