-
Notifications
You must be signed in to change notification settings - Fork 359
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
Mar 5, 2024
1 parent
9d6cd87
commit c473364
Showing
2 changed files
with
27 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 |
---|---|---|
|
@@ -472,6 +472,32 @@ rm -rf \ | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Tue Mar 05 2024 github-actions <[email protected]> - 41.4-1 | ||
- Update translations from Weblate for master (github-actions) | ||
- Add release note for new ping command in Dracut (jkonecny) | ||
- Add ping tool to Dracut (jkonecny) | ||
- tests: Run pylint again (vslavik) | ||
- tests: pylint: ignore problematic file for astroid (kkoukiou) | ||
- pylint: add new false positive (kkoukiou) | ||
- tests: pylint: remove unused false positive (kkoukiou) | ||
- pyanaconda: task: remove unused variable (kkoukiou) | ||
- maint: fix: W0707(raise-missing-from):pyanaconda/ui/webui/__init__.py:168,12 | ||
(kkoukiou) | ||
- pylint: Disable new warnings found by 3.x (vslavik) | ||
- tests: pylint: fix concat string (kkoukiou) | ||
- Gather also newly added virt-install command log. (rvykydal) | ||
- Copy /etc/resolv.conf to system only if there is no systemd-resolved | ||
(rvykydal) | ||
- Revert "Do not copy /etc/resolv.conf to chroot before installation" | ||
(rvykydal) | ||
- Add release note for NVMe-oF (vslavik) | ||
- Add a NVMe-FC tab to the Advanced Storage screen (vslavik) | ||
- Do not write LVM devices file during image installation (vtrefny) | ||
- Update the .glade file for the Advanced Storage screen (vponcova) | ||
- Filter out NVMe over Fibre Channel from local disks (vslavik) | ||
- Install nvme-cli on boot.iso (vslavik) | ||
- Lower permissions for kickstart logs in /tmp (jkonecny) | ||
|
||
* Tue Feb 27 2024 github-actions <[email protected]> - 41.3-1 | ||
- Update translations from Weblate for master (github-actions) | ||
- Add riscv64 support (U2FsdGVkX1) | ||
|
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], [41.3], [[email protected]]) | ||
AC_INIT([anaconda], [41.4], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|