From 07f5fd33d619953c20ed87558e9bca4d64ee9453 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 25 Apr 2022 19:03:37 +0200 Subject: [PATCH] New version - 37.6 --- anaconda.spec.in | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index 73f2ef4d124..b0ba437f9ae 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -456,6 +456,29 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Apr 25 2022 Martin Kolman - 37.6-1 +- Map Anaconda exceptions to org.fedoraproject.Anaconda.Error (vponcova) +- Use our error mapper only for the Anaconda message bus (vponcova) +- Clean up the code that adds a base repository (vponcova) +- Remove dependency on eslint-plugin-standard (vslavik) +- webui - Fix pixel test failure due to string being translated (mkolman) +- Call join_paths to create an absolute path (vponcova) +- Document why the DNF transaction runs in a sub-process (vponcova) +- Correct message when ignoring hibernation flag (jblz) +- Clean up the code that reloads the treeinfo metadata (vponcova) +- Don't add treeinfo repositories to DNF twice (vponcova) +- Clean up the code for removal of treeinfo repositories (vponcova) +- Clean up the code that generates treeinfo repositories (vponcova) +- Distinguish URLs from paths in the treeinfo support (vponcova) +- Improve logic of the keyboard spoke completed method (jkonecny) +- webui: tests: Add function for checking pre-release information (zveleba) +- build(deps): bump (49699333+dependabot[bot]) +- webui: tests: Make it easier to reset partitioning (zveleba) +- webui: tests: increase abstraction of changing pages in the wizard (zveleba) +- build(deps): bump (49699333+dependabot[bot]) +- webui: Update READMEs (mmarusak) +- Don't unnecessarily use cat and use grep -E (oguz) + * Tue Apr 12 2022 Martin Kolman - 37.5-1 - Fix keyboard spoke issue if Live system changed keyboard layouts (#2072941) (jkonecny) diff --git a/configure.ac b/configure.ac index d8a8cf288a8..e0950d7d64f 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], [37.5], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [37.6], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)