Skip to content

Commit

Permalink
New version - 37.8
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed May 23, 2022
1 parent 3b103da commit e57a52f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,34 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Mon May 23 2022 Martin Kolman <[email protected]> - 37.8-1
- Web UI: Add the Language label on the Welcome page (vponcova)
- Specify that we want the Adwaita icon theme (awilliam)
- Web UI: Fix the style of paragraphs (vponcova)
- Web UI: Fix header styles in the Review screen (vponcova)
- Web UI: Inform users about the required space and the partitioning method
(vponcova)
- Round the required device size up (vponcova)
- tests: Use MD instead of LVM to test available RAID levels (vtrefny)
- webui: Show installation status text on progress screen (mkolman)
- build(deps): bump (49699333+dependabot[bot])
- webui: Wait longer for installation to fail (mkolman)
- webui: Add a Quit confirmation dialog (mkolman)
- build(deps): bump (49699333+dependabot[bot])
- Don't use Cockpit style overrides (vponcova)
- Web UI: Reset the bootloader drive before we schedule partitions (vponcova)
- webui: tests: Streamline working with dbus language setting (zveleba)
- Make check for geolocation start a standalone helper (vslavik)
- Split Timezone module tests for tasks to new file (vslavik)
- Move the default source type on DBus (vponcova)
- Temporarily keep setter methods for Initial Setup (vponcova)
- Temporarily keep setter methods for the OSCAP add-on (vponcova)
- Temporarily keep setter methods for the Kdump add-on (vponcova)
- Use DBus read-write properties (vponcova)
- Simplify the implementation for the DBus interface for Users module
(vponcova)
- Install rdma-core if infiniband network device is found (rvykydal)

* Mon May 09 2022 Martin Kolman <[email protected]> - 37.7-1
- Remove the is_repo_enabled method (vponcova)
- Fix too long lines in the Network spoke (vponcova)
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], [37.7], [[email protected]])
AC_INIT([anaconda], [37.8], [[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 e57a52f

Please sign in to comment.