diff --git a/anaconda.spec.in b/anaconda.spec.in index 9044bb9a924..edfa86399b3 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -480,6 +480,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Aug 13 2024 github-actions - 41.29-1 +- Remove deprecated warnings for inst prefix (rolivier) +- Fix using kickstart mount command with device ID (vtrefny) +- Update documentation for the update_iso script (jkonecny) +- Add support for Live ISO to rebuild_boot_iso (jkonecny) + * Tue Aug 06 2024 github-actions - 41.28-1 - Adjust custom partitioning and storage spokes to the device ID API (vtrefny) - Adjust resize module to the device ID API (vtrefny) diff --git a/configure.ac b/configure.ac index 294ae9c20df..8a53ca15f06 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], [41.28], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [41.29], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)