-
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
46 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,51 @@ rm -rf \ | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* 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) | ||
Resolves: RHEL-55129 | ||
- Use log levels when getting logs from GLib (jkonecny) | ||
Related: RHEL-58834 | ||
- Remove GLib logging condition for HW logging (jkonecny) | ||
Related: RHEL-58834 | ||
- Move GLib imports to pyanaconda.core.glib (jkonecny) | ||
Related: RHEL-58834 | ||
- Redirect only GLib loggers to Journal (mkolman) | ||
Related: RHEL-58834 | ||
- Log stderr to journal only on supported platforms (jkonecny) | ||
Related: RHEL-58834 | ||
- Fix journal redirect on systems without journal (jkonecny) | ||
Related: RHEL-58834 | ||
- Suppress warning from systemd user session (jkonecny) | ||
Resolves: RHEL-67911 | ||
- Fix RDP var contains string instead of bool (jkonecny) | ||
Related: RHEL-67911 | ||
- Set --rdp in liveinst unsupported (jkonecny) | ||
Related: RHEL-67911 | ||
- Stop pretending liveinst+vnc is supported (#678354) (kkoukiou) | ||
Related: RHEL-67911 | ||
- Create GRDServer class only when required (jkonecny) | ||
Related: RHEL-67911 | ||
- Fix typo in the GRD source file name (jkonecny) | ||
Related: RHEL-67911 | ||
- Do not change compositor options when not defined (jkonecny) | ||
Related: RHEL-58181 | ||
- Add release-notes for Wayland migration (jkonecny) | ||
Related: RHEL-58181 | ||
- Remove Wayland detection logic from code (jkonecny) | ||
Related: RHEL-58181 | ||
- Do not create GRDServer on Live ISO (jkonecny) | ||
Related: RHEL-67911 | ||
- Remove dead spice_vd_agent code (jkonecny) | ||
Related: RHEL-67911 | ||
- Switch keyboard management to Localed (jkonecny) | ||
Resolves: RHEL-58181 | ||
- Add localed signal support to LocaledWrapper (jkonecny) | ||
Resolves: RHEL-58181 | ||
- Add missing support to localed for compositor (jkonecny) | ||
Related: RHEL-58181 | ||
|
||
* Wed Nov 27 2024 Paweł Poławski <[email protected]> - 40.22.3.18-1 | ||
- util: Add additional information for EFI systems (riehecky) | ||
Resolves: RHEL-55129 | ||
|
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.18], [[email protected]]) | ||
AC_INIT([anaconda], [40.22.3.19], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|