diff --git a/anaconda.spec.in b/anaconda.spec.in index 6e4a9dc14e1..89d3e676aa0 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -411,6 +411,30 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Nov 02 2021 Martin Kolman - 36.8-1 +- Make network spoke GUI more robust in cases of missing NM Client. (rvykydal) +- Do not crash on missing NM Client on --vnc installations (#1998754) + (rvykydal) +- Add configuration files for Read the Docs (vponcova) +- Use the set-up and tear-down tasks of the Live OS image source (vponcova) +- make US keyboard layout easier to find in Anaconda (suanand) +- Show correctly that no admin user is set up (vslavik) +- Move the Live OS image detection into a task (vponcova) +- No wildcards in Automake (praiskup) +- Create a new base class for migrated payloads (vponcova) +- Disable the concurrency check in the error dialog in TUI (vponcova) +- Unify GUI & TUI root spoke completeness conditions (vslavik) +- Log statistics about the image installation (vponcova) +- Document the drop-in %%post scripts (vslavik) +- Monitor the progress of the image installation in tasks (vponcova) +- Bump required rpm version (vslavik) +- CONTRIBUTING: Note to base changes on a clone of the target branch. (fgrose) +- anaconda-cleanup: Don't unmount '/run/rootfsbase'. (fgrose) +- Change creation of post-script directory (vslavik) +- Restore file contexts in task instead of %%post script (vslavik) +- CopyLogsWithTask is now FinishInstallationWithTasks (vslavik) +- Use the recommended autoreconf command (praiskup) + * Tue Oct 12 2021 Martin Kolman - 36.7-1 - Cache the parsed content of the help mapping files (vponcova) - Use specific help directories (vponcova) diff --git a/configure.ac b/configure.ac index 1467e436ad2..1537874d48e 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.7], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [36.8], [anaconda-devel-list@redhat.com]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)