Skip to content

Commit

Permalink
New version - 41.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 5, 2024
1 parent 9d6cd87 commit c473364
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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], [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.)
Expand Down

0 comments on commit c473364

Please sign in to comment.