diff --git a/anaconda.spec.in b/anaconda.spec.in index 5b9e9c0d3ae..da1851435dd 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -412,6 +412,13 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 12 2022 Martin Kolman - 36.16.5-1 +- Fix keyboard spoke issue if Live system changed keyboard layouts (#2072941) + (jkonecny) +- Fix translations in DBus modules (#2071098) (vponcova) +- Add Release Notes for keyboard configuration split on Live (#2016613) + (jkonecny) + * Thu Mar 31 2022 Martin Kolman - 36.16.4-1 - Enable fingerprint authentication using enable-feature (#2069899) (vponcova) diff --git a/configure.ac b/configure.ac index 7750e984329..42cdae65ad1 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], [36.16.4], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [36.16.5], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)