diff --git a/anaconda.spec.in b/anaconda.spec.in index 3d7146217df..998f3516e6b 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -485,6 +485,10 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Oct 17 2023 github-actions - 39.32.5-1 +- Update translations from Weblate for fedora-39 (github-actions) +- storage: Handle BTRFS with systemd-boot (jeremy.linton) + * Mon Oct 09 2023 github-actions - 39.32.4-1 - Simplify keyboard layout handling, rely on localed more (awilliam) diff --git a/configure.ac b/configure.ac index ed0491de2b3..80ec75bd387 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], [39.32.4], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [39.32.5], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)