Skip to content

Commit

Permalink
New version - 39.32
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 22, 2023
1 parent 6ae12cd commit cbf79dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.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.)
Expand Down

0 comments on commit cbf79dd

Please sign in to comment.