From 750b3df76201e5d0859cd5d1a5c75a52954c290b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 18 Apr 2023 04:56:03 +0000 Subject: [PATCH] New version - 39.11 --- anaconda.spec.in | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index 211102a4183..e96d23f8693 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -469,6 +469,32 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Apr 18 2023 github-actions - 39.11-1 +- Add missing documentation about OEMDRV (#2171811) (jkonecny) +- gui: Simplify invalid timezone handling. (vslavik) +- Try to set timezone from language on welcome spoke (vslavik) +- Revert "Remove the function get_locale_timezones" (vslavik) +- Always set timezone with priority (vslavik) +- Add timezone priority to module backend and interface (vslavik) +- Fix logging to packaging.log (vponcova) +- exception: only attach existent and non-empty files (#2185827) (awilliam) +- WebUI: force symlink re-creation (jvanderwaa) +- Don't set the __doc__ attribute (vponcova) +- Remove the DeviceSetupError exception (vponcova) +- Remove SetupDevice and TeardownDevice from DeviceTreeHandlerInterface + (vponcova) +- Remove unused constants (vponcova) +- Remove the DNFManager.remove_repository method (vponcova) +- Remove the DNFManager.reset_substitution method (vponcova) +- Remove the DNFManager.is_environment_valid method (vponcova) +- Remove resolve_device from pyanaconda.payload.utils (vponcova) +- Remove the TreeInfoMetadata._root_url attribute (vponcova) +- po: fix (jvanderwaa) +- WebUI: don't set step in React state (jvanderwaa) +- WebUI: avoid relying on automated semicolon insertion (jvanderwaa) +- .github: add codeql workflow for JavaScript (jvanderwaa) +- WebUI: correct setState calls for SearchInput (jvanderwaa) + * Tue Apr 11 2023 github-actions - 39.10-1 - webui: update reference images (kkoukiou) - webui: update CockpitPoWebpackPlugin and adjust configuration options diff --git a/configure.ac b/configure.ac index f1ea97e23d9..5f2e96e0776 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.10], [anaconda-devel@lists.fedoraproject.org]) +AC_INIT([anaconda], [39.11], [anaconda-devel@lists.fedoraproject.org]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)