Skip to content

Commit

Permalink
New version - 40.22.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
elkoniu committed Dec 13, 2024
1 parent 8b0a434 commit d903cb5
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
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], [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.)
Expand Down

0 comments on commit d903cb5

Please sign in to comment.