-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Jan 12, 2024
1 parent
b330905
commit a8c654b
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.) | ||
|