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
Aug 22, 2023
1 parent
6ae12cd
commit cbf79dd
Showing
2 changed files
with
21 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,26 @@ rm -rf \ | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* 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) | ||
- webui: disable disk selection while disks are being rescanned (kkoukiou) | ||
- webui: show spinner in the disk selection while the backend did not update | ||
(kkoukiou) | ||
- WebUI: update pixel tests for Fedora 40 (jvanderwaa) | ||
- webui: show 25 rows in the bug report log review. (rvykydal) | ||
- webui: add option to report an issue to global menu (rvykydal) | ||
- webui: bump cockpit-* dependencies in updates.img (kkoukiou) | ||
- Update translations from Weblate for master (github-actions) | ||
- release-notes: Document support for compressed kernel modules in Driver Discs | ||
(peter.georg) | ||
- Add documentation about support for compressed kernel modules (peter.georg) | ||
- dd_extract: Update test info to reflect added support for compressed kernel | ||
modules (peter.georg) | ||
- dd_extract: Add test for zstd compressed kernel module (peter.georg) | ||
- dd_extract: Add test for xz compressed kernel module (peter.georg) | ||
- dd_extract: Add support for compressed kernel modules (peter.georg) | ||
|
||
* Tue Aug 22 2023 github-actions <[email protected]> - 39.31-1 | ||
- po: Don't try to delete extra.pot (vslavik) | ||
- tests: Rename test to match file with code (vslavik) | ||
|
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.31], [[email protected]]) | ||
AC_INIT([anaconda], [39.32], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|