diff --git a/anaconda.spec.in b/anaconda.spec.in index b4d8a76f3b0..307fb301268 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -471,6 +471,12 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jun 27 2023 github-actions - 39.22-1 +- Update the bundled cockpit-desktop script (martin.kolman) +- Revert "Revert "webui: start using custom webui-desktop script instead of + cockpit-desktop"" (martin.kolman) +- docs: Document the distribution component (vponcova) + * Tue Jun 27 2023 github-actions - 39.21-1 - webui: Fix handling of END2END env variable in WebUI tests (zveleba) - webui: tests: wait for the webui to update disk selection instead of diff --git a/configure.ac b/configure.ac index f4fb826e013..c47ca2452bb 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], [39.21], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [39.22], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)