forked from rhinstaller/anaconda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Apr 18, 2023
1 parent
9e8fa86
commit 750b3df
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.) | ||
|