Skip to content

Commit

Permalink
New version - 41.21
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 21, 2024
1 parent 3cab9ec commit 32534fc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,24 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Fri Jun 21 2024 github-actions <github-actions@github.com> - 41.21-1
- Do not create default wired connections for bond ports (rvykydal)
- Consolidate code for dumping network connections (rvykydal)
- docs: Remove wrong test doc for /kickstart-tests (jkonecny)
- Fix broken locale support in console check (jkonecny)
- Migrate vnc tui spokes to runtime DBUS (akankovs)
- tests: pylint: enable consider-iterating-dictionary rule and implement
suggestions (kkoukiou)
- tests: pylint: enable consider-using-enumerate rule and implement suggestions
(kkoukiou)
- tests: pylint: enable consider-using-dict-items rule and implement
suggestions (kkoukiou)
- tests: explicitely whitelist violated pylint conventions (kkoukiou)
- Update translations from Weblate for master (github-actions)
- Support leavebootorder for bootupd (jkonecny)
- bootupd: call bootupctl with --update-firmware (awilliam)
- gui: fix setting timezone from locale in the Welcome spoke (kkoukiou)

* Tue Jun 11 2024 github-actions <github-actions@github.com> - 41.20-1
- Update translations from Weblate for master (github-actions)
- Fix issues for new pylint check (jkonecny)
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.20], [anaconda-devel@lists.fedoraproject.org])
AC_INIT([anaconda], [41.21], [anaconda-devel@lists.fedoraproject.org])

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

0 comments on commit 32534fc

Please sign in to comment.