-
Notifications
You must be signed in to change notification settings - Fork 363
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
Showing
2 changed files
with
29 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 |
---|---|---|
|
@@ -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) | ||
|
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], [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.) | ||
|