diff --git a/anaconda.spec.in b/anaconda.spec.in index e212001b92f..e93d9171a09 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -465,6 +465,27 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 13 2024 github-actions - 40.22-1 +- gui: Enforce the non-interactive text mode for dir and image installations + (vponcova) +- Update translations from Weblate for master (github-actions) +- Lower log file permission in /tmp (jkonecny) +- Add utility function to set file mode (jkonecny) +- Add release notes about proxy fix (jkonecny) +- webui: Disable unsupported use cases and installation environments (vponcova) +- Fix "proxy" boot option is printing inst. warning (#2177219) (jkonecny) +- Fix kickstart proxy cmd in stage1 (#2177219) (jkonecny) +- Use inst.proxy in stage1 (#2177219) (jkonecny) +- startup: Set up the session bus on the boot.iso (vponcova) +- Bump required version of blivet to 3.9.0 (vtrefny) +- Allow reusing existing "empty" filesystems for / (vtrefny) +- storage: Allow systemd-boot only for package installations (vponcova) +- Resolve symlinks in ostree install bind mount destinations (#2262892) + (awilliam) +- storage: Handle live images and inst.sdboot (jeremy.linton) +- gui: Remove the graphical support for additional repositories (vponcova) +- Add the attribute links to the device data (kkoukiou) + * Tue Feb 06 2024 github-actions - 40.21-1 - Update translations from Weblate for master (github-actions) - Deprecate timezone --isUtc, --ntpservers and --nontp kickstart options diff --git a/configure.ac b/configure.ac index 3b27841710e..0abf7f5d08e 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.21], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [40.22], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)