Skip to content

Commit

Permalink
New version - 39.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 18, 2023
1 parent 9e8fa86 commit 750b3df
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,32 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Tue Apr 18 2023 github-actions <[email protected]> - 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 <[email protected]> - 39.10-1
- webui: update reference images (kkoukiou)
- webui: update CockpitPoWebpackPlugin and adjust configuration options
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
m4_define(python_required_version, 3.4)

AC_PREREQ([2.63])
AC_INIT([anaconda], [39.10], [[email protected]])
AC_INIT([anaconda], [39.11], [[email protected]])

# make it possible to set build info at build time
# (patch only builds, modular builds, mass-rebuilds, etc.)
Expand Down

0 comments on commit 750b3df

Please sign in to comment.