diff --git a/anaconda.spec.in b/anaconda.spec.in index 5eeface40b9..3246bd59b66 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -465,6 +465,20 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jan 12 2024 github-actions - 40.17-1 +- tests: Add a test case for the NVMe module (vtrefny) +- Add a simple NVMe module for NVMe Fabrics support (vtrefny) +- Disable LVM devices file when running image installs (vtrefny) +- Update translations from Weblate for master (github-actions) +- Fixed file-write operation to a public directory (ataf) +- gui: Improve the position of the Encrypt checkbox in the Container dialog + (vponcova) +- storage: Set the default LUKS version for interactive partitioning (vponcova) +- gui: Remove support for the LUKS version selection (vponcova) +- Update translations from Weblate for master (github-actions) +- docs: Fix commit-log.rst after JIRA switch (jkonecny) +- Update documentation for RHEL contributions (jkonecny) + * Tue Dec 26 2023 github-actions - 40.16-1 * Tue Dec 19 2023 github-actions - 40.15-1 diff --git a/configure.ac b/configure.ac index fc2a0d9633c..070a345329d 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.16], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [40.17], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)