From 3bf2b4ac2652bf3d8d60e7a280dd6803db04996f Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 15 Nov 2021 19:42:11 +0100 Subject: [PATCH] New version - 36.9 --- anaconda.spec.in | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index 89d3e676aa0..3c57cf27e76 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -411,6 +411,28 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Nov 15 2021 Martin Kolman - 36.9-1 +- Remove the BaseLivePayload class (vponcova) +- Cancel planned manual update of system time on turning ntp on (rvykydal) +- Always check the dot before a tar suffix (vponcova) +- Unify the detection of the tar image (vponcova) +- Remove Jenkins from makebumpver (vslavik) +- Add Rocky Linux profile to Anaconda (tucklesepk) +- Add a new separator after the default keyboard layout (vponcova) +- Replace the deprecated syspurpose CLI tool with SetSysrpose DBus call + (mkolman) +- bug fix: activate connection from callback _connection_updated_cb (qiy) +- Remove git hook scripts (vslavik) +- Run rsync with the correct source (vponcova) +- Fix application of network --mtu kickstart option in Anaconda (rvykydal) +- Add Rocky Linux profile to Anaconda (tucklesepk) +- Migrate the Live OS payload on DBus (vponcova) +- Don't require implementation of post_install_with_tasks (vponcova) +- Move test launcher scripts to subdirectories (vslavik) +- Fix all Shellcheck warnings in tests (vslavik) +- Add Shellcheck config for Anaconda (vslavik) +- Remove the provides_web_browser property (vponcova) + * 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) diff --git a/configure.ac b/configure.ac index 1537874d48e..401a0013bc1 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.8], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [36.9], [anaconda-devel-list@redhat.com]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)