Skip to content

Commit

Permalink
New version - 39.20
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 20, 2023
1 parent 9beebfd commit fe5bfa3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,23 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Tue Jun 20 2023 github-actions <github-actions@github.com> - 39.20-1
- webui: add PRETTY_NAME to use in title instead of anaconda generic title
(acruzgon)
- Revert "WebUI: explicitly specify GITHUB_BASE for pixel test commands"
(kkoukiou)
- webui: add expected journal messages coming from cockpit's new python bridge
(kkoukiou)
- WebUI: Remove centering from loading screen (ozobal)
- webui: show partitions of local standard disks (kkoukiou)
- webui: increase timeout when downloading anaconda-webui rpm dependencies
(acruzgon)
- webui: add PageSection variant 'wizard' to give Wizard in-page styling
(acruzgon)
- webui: use fmt_to_fragments so that the translation does not break (kkoukiou)
- Import BlockDev from blivet instead of gi (vtrefny)
- Stop infinite wait for CDROM when KS is processed (#2209599) (jkonecny)

* Tue Jun 13 2023 github-actions <github-actions@github.com> - 39.19-1
- webui: remove redundant dashes from README (kkoukiou)
- docs: remove confusion for which toolbox to use for webui development
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.19], [anaconda-devel@lists.fedoraproject.org])
AC_INIT([anaconda], [39.20], [anaconda-devel@lists.fedoraproject.org])

# make it possible to set build info at build time
# (patch only builds, modular builds, mass-rebuilds, etc.)
Expand Down

0 comments on commit fe5bfa3

Please sign in to comment.