Skip to content

Commit

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

0 comments on commit 8c97c5d

Please sign in to comment.