-
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
Showing
2 changed files
with
20 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 |
---|---|---|
|
@@ -481,6 +481,25 @@ rm -rf \ | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Tue Jan 14 2025 Katerina Koukiou <[email protected]> - 40.22.3.20-1 | ||
- Avoid side effect of ask rdp methods (jkonecny) | ||
Related: RHEL-69940 | ||
- Do not crash if RDP is selected after regular GUI startup failed (#2326410) | ||
(mkolman) | ||
Resolves: RHEL-69940 | ||
- Only match liveinst.desktop app in live environment (ales.astone) | ||
Resolves: RHEL-67390 | ||
- Show correct taskbar icon in Wayland (ales.astone) | ||
Resolves: RHEL-67390 | ||
- Hide server-side-decorations in Wayland (ales.astone) | ||
Resolves: RHEL-67390 | ||
- liveinst: Allow running as a Wayland-native application (neal) | ||
Resolves: RHEL-67390 | ||
- Support leavebootorder for bootupd (jkonecny) | ||
Resolves: RHEL-40896 | ||
- bootupd: call bootupctl with --update-firmware (awilliam) | ||
Resolves: RHEL-40896 | ||
|
||
* Fri Dec 13 2024 Paweł Poławski <[email protected]> - 40.22.3.19-1 | ||
- New version - 40.22.3.18 (ppolawsk) | ||
- util: Add additional information for EFI systems (riehecky) | ||
|
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.22.3.19], [[email protected]]) | ||
AC_INIT([anaconda], [40.22.3.20], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|