diff --git a/anaconda.spec.in b/anaconda.spec.in index a4d4dbf3c2b..08b2eaeb537 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -481,6 +481,51 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Dec 13 2024 Paweł Poławski - 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 - 40.22.3.18-1 - util: Add additional information for EFI systems (riehecky) Resolves: RHEL-55129 diff --git a/configure.ac b/configure.ac index 59c0c3ca84c..82e22c2edd9 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [40.22.3.18], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [40.22.3.19], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)