-
Notifications
You must be signed in to change notification settings - Fork 356
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
Aug 29, 2023
1 parent
3ce731b
commit 8c97c5d
Showing
2 changed files
with
12 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 |
---|---|---|
|
@@ -485,6 +485,17 @@ rm -rf \ | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Tue Aug 29 2023 github-actions <[email protected]> - 39.33-1 | ||
- webui: Update request IDs when removing mount point row (vtrefny) | ||
- Update translations from Weblate for master (github-actions) | ||
- Fix spelling mistake / typo: "Criticall error" (awilliam) | ||
- webui: Let error reporting dialog test area auto resize (kkoukiou) | ||
- webui: Show error when trying to reformat unsupported format (vtrefny) | ||
- Use `isinstance(x, t)` instead of `type(x) is t` (vslavik) | ||
- Ignore subprocess.run without the check parameter (vslavik) | ||
- storage: Add 'formattable' property to the format data (vtrefny) | ||
- Disable geolocation on the Fedora Workstation live image (mkolman) | ||
|
||
* Tue Aug 22 2023 github-actions <[email protected]> - 39.32-1 | ||
- liveinst: Ensure DBUS_SESSION_BUS_ADDRESS is set in live install (rstrode) | ||
- screensaver: Look at $PKEXEC_UID not $USERHELPER_UID (rstrode) | ||
|
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.32], [[email protected]]) | ||
AC_INIT([anaconda], [39.33], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|