Skip to content

Commit

Permalink
New version - 40.17
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 12, 2024
1 parent b330905 commit a8c654b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,20 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Fri Jan 12 2024 github-actions <[email protected]> - 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 <[email protected]> - 40.16-1

* Tue Dec 19 2023 github-actions <[email protected]> - 40.15-1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
m4_define(python_required_version, 3.4)

AC_PREREQ([2.63])
AC_INIT([anaconda], [40.16], [[email protected]])
AC_INIT([anaconda], [40.17], [[email protected]])

# make it possible to set build info at build time
# (patch only builds, modular builds, mass-rebuilds, etc.)
Expand Down

0 comments on commit a8c654b

Please sign in to comment.