From aa8837c482cf79168e372a3fdd26ba418badbf50 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 30 Aug 2022 17:20:01 +0200 Subject: [PATCH] New version - 38.3 --- anaconda.spec.in | 25 +++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index e678b0cbdc9..a9499de2212 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -490,6 +490,31 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Aug 30 2022 Martin Kolman - 38.3-1 +- Add --hibernation option for Kickstart autopart (ozobal) +- Docs: How to run non-unit tests in CI standalone (#docs) (vslavik) +- Define more macros for cppcheck (vslavik) +- Infra templating script improvements (vslavik) +- infra: bump (49699333+dependabot[bot]) +- webui: clean up prepare-updates-img (allison.karlitskaya) +- Adjust dependencies of the anaconda-webui package (mkolman) +- test: Update to cockpit 275 (allison.karlitskaya) +- Add test for dracut_eject (vslavik) +- Add test for ipmi_abort (vslavik) +- Add test for ipmi_report (vslavik) +- Simplify test_detect_virtualized_platform (vslavik) +- Rewrite test_vt_activate to use patch (vslavik) +- webui: build RPMs inside the fedora-37 image (allison.karlitskaya) +- Web UI: update target name in test documentation (rvykydal) +- Verify a biosboot partition on all installation targets (vponcova) +- Define the install_targets property for all bootloader classes (vponcova) +- Test the InstallerStorage.copy method (vponcova) +- Show multiple bootloader devices on the Manual Partitioning screen (vponcova) +- Implement the Root.copy method (vponcova) +- Redefine the Blivet.roots attribute (vponcova) +- Redefine the Blivet.copy method (vponcova) +- Add infrastructure templating tools (ozobal) + * Fri Aug 19 2022 Martin Kolman - 38.2-1 - Fix building for RHEL/ELN without live installer (sgallagh) - Remove the SimpleConfigFile class (vponcova) diff --git a/configure.ac b/configure.ac index 027f644c5e2..35f859faa6c 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], [38.2], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [38.3], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)